refactor: Spelling

This commit is contained in:
jstoobysmith 2025-02-07 15:43:59 +00:00
parent b82791d671
commit f8f1e1757f
25 changed files with 80 additions and 80 deletions

View file

@ -30,7 +30,7 @@ structure AnomalyFreePerp extends MSSMACC.LinSols where
perpB₃ : dot B₃.val val = 0
/-- The projection of an object in `MSSMACC.AnomalyFreeLinear` onto the subspace
orthgonal to `Y₃` and`B₃`. -/
orthogonal to `Y₃` and`B₃`. -/
def proj (T : MSSMACC.LinSols) : MSSMACC.AnomalyFreePerp :=
⟨(dot B₃.val T.val - dot Y₃.val T.val) • Y₃.1.1
+ (dot Y₃.val T.val - 2 * dot B₃.val T.val) • B₃.1.1

View file

@ -81,7 +81,7 @@ def familyEmbedding (m n : ) : (SMCharges m).Charges →ₗ[] (SMCharges n
chargesMapOfSpeciesMap (speciesEmbed m n)
/-- For species, the embedding of the `1`-family charges into the `n`-family charges in
a universal manor. -/
a universal manner. -/
@[simps!]
def speciesFamilyUniversial (n : ) :
(SMSpecies 1).Charges →ₗ[] (SMSpecies n).Charges where
@ -90,7 +90,7 @@ def speciesFamilyUniversial (n : ) :
map_smul' _ _ := rfl
/-- The embedding of the `1`-family charges into the `n`-family charges in
a universal manor. -/
a universal manner. -/
def familyUniversal (n : ) : (SMCharges 1).Charges →ₗ[] (SMCharges n).Charges :=
chargesMapOfSpeciesMap (speciesFamilyUniversial n)

View file

@ -82,7 +82,7 @@ def familyEmbedding (m n : ) : (SMνCharges m).Charges →ₗ[] (SMνCharg
chargesMapOfSpeciesMap (speciesEmbed m n)
/-- For species, the embedding of the `1`-family charges into the `n`-family charges in
a universal manor. -/
a universal manner. -/
@[simps!]
def speciesFamilyUniversial (n : ) :
(SMνSpecies 1).Charges →ₗ[] (SMνSpecies n).Charges where
@ -91,7 +91,7 @@ def speciesFamilyUniversial (n : ) :
map_smul' _ _ := rfl
/-- The embedding of the `1`-family charges into the `n`-family charges in
a universal manor. -/
a universal manner. -/
def familyUniversal (n : ) : (SMνCharges 1).Charges →ₗ[] (SMνCharges n).Charges :=
chargesMapOfSpeciesMap (speciesFamilyUniversial n)