Permutations of SM charges with RHN. #
We define the group of permutations for the SM charges with RHN.
The group of Sₙ
permutations for each species.
Equations
- SMRHN.PermGroup n = (Fin 6 → Equiv.Perm (Fin n))
Instances For
The instance of a group on PermGroup n
through the target space Equiv.Perm (Fin n)
.
Equations
The image of an element of permGroup n
under the representation on charges.
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[simp]
theorem
SMRHN.chargeMap_apply
{n : ℕ}
(f : PermGroup n)
(S : (SMνCharges n).Charges)
:
(chargeMap f) S = SMνCharges.toSpeciesEquiv.symm fun (i : Fin 6) => (SMνCharges.toSpecies i) S ∘ ⇑(f i)
The representation of (permGroup n)
acting on the vector space of charges.
Equations
- SMRHN.repCharges = { toFun := fun (f : SMRHN.PermGroup n) => SMRHN.chargeMap f⁻¹, map_one' := ⋯, map_mul' := ⋯ }
Instances For
theorem
SMRHN.repCharges_toSpecies
{n : ℕ}
(f : PermGroup n)
(S : (SMνCharges n).Charges)
(j : Fin 6)
:
theorem
SMRHN.toSpecies_sum_invariant
{n : ℕ}
(m : ℕ)
(f : PermGroup n)
(S : (SMνCharges n).Charges)
(j : Fin 6)
:
∑ i : Fin (SMνSpecies n).numberCharges, ((fun (a : ℚ) => a ^ m) ∘ (SMνCharges.toSpecies j) ((repCharges f) S)) i = ∑ i : Fin (SMνSpecies n).numberCharges, ((fun (a : ℚ) => a ^ m) ∘ (SMνCharges.toSpecies j) S) i