Permutations of SM with no RHN. #
We define the group of permutations for the SM charges with no RHN.
The group of Sₙ
permutations for each species.
Equations
- SM.PermGroup n = (Fin 5 → Equiv.Perm (Fin n))
Instances For
The type PermGroup n
inherits the instance of a group from it's
target space Equiv.Perm
.
Equations
The image of an element of permGroup n
under the representation on charges.
Equations
- SM.chargeMap f = { toFun := fun (S : (SMCharges n).Charges) => SMCharges.toSpeciesEquiv.symm fun (i : Fin 5) => (SMCharges.toSpecies i) S ∘ ⇑(f i), map_add' := ⋯, map_smul' := ⋯ }
Instances For
The representation of (permGroup n)
acting on the vector space of charges.
Equations
- SM.repCharges = { toFun := fun (f : SM.PermGroup n) => SM.chargeMap f⁻¹, map_one' := ⋯, map_mul' := ⋯ }
Instances For
The sum over every charge in any species to some power m
is invariant under the group
action.
The gravitational anomaly equations is invariant under family permutations.
The SU(2)
anomaly equation is invariant under family permutations.
The SU(3)
anomaly equation is invariant under family permutations.
The Y²
anomaly equation is invariant under family permutations.
The quadratic anomaly equation is invariant under family permutations.
The cubic anomaly equation is invariant under family permutations.