Update FamilyMaps.lean

This commit is contained in:
Pietro Monticone 2024-05-20 00:19:34 +02:00
parent e77dd4b098
commit 1cd9dd3ed4

View file

@ -7,7 +7,7 @@ import HepLean.AnomalyCancellation.SMNu.Basic
/-!
# Family maps for the Standard Model for RHN ACCs
We define the a series of maps between the charges for different numbers of famlies.
We define the a series of maps between the charges for different numbers of families.
-/
@ -89,7 +89,7 @@ other charges zero. -/
def familyEmbedding (m n : ) : (SMνCharges m).charges →ₗ[] (SMνCharges n).charges :=
chargesMapOfSpeciesMap (speciesEmbed m n)
/-- For species, the embeddding of the `1`-family charges into the `n`-family charges in
/-- For species, the embedding of the `1`-family charges into the `n`-family charges in
a universal manor. -/
@[simps!]
def speciesFamilyUniversial (n : ) :
@ -103,7 +103,7 @@ def speciesFamilyUniversial (n : ) :
simp [HSMul.hSMul]
-- rw [show Rat.cast a = a from rfl]
/-- The embeddding of the `1`-family charges into the `n`-family charges in
/-- The embedding of the `1`-family charges into the `n`-family charges in
a universal manor. -/
def familyUniversal (n : ) : (SMνCharges 1).charges →ₗ[] (SMνCharges n).charges :=
chargesMapOfSpeciesMap (speciesFamilyUniversial n)