Charges #
The data structure associated with additional charges in the SU(5) GUT model.
The type such that an element corresponds to the collection of
charges associated with the matter content of the theory.
The order of charges is implicitly taken to be qHd
, qHu
, Q5
, Q10
.
The Q5
and Q10
charges are represented by Finset
rather than
Multiset
, so multiplicity is not included.
Instances For
Equations
- One or more equations did not get rendered due to their size.
## Subsest relation
Equations
- One or more equations did not get rendered due to their size.
Equations
- SuperSymmetry.SU5.Charges.hasSSubset = { SSubset := fun (x y : SuperSymmetry.SU5.Charges) => x ⊆ y ∧ x ≠ y }
Equations
The empty charges #
Card #
Powerset #
ofFinset #
Given S5 S10 : Finset ℤ
the finite set of charges associated with
for which the 5-bar representation charges sit in S5
and
the 10d representation charges sit in S10
.
Equations
- One or more equations did not get rendered due to their size.