The field labels #
i. Overview #
To each field and it's conjugate in the SU(5) SUSY GUT we assign a label,
namely an element of the inductive type FieldLabel.
This field label will be used to specify the representations of fields present in terms of the lagrangian.
ii. Key results #
The key results are
FieldLabel: the inductive type of field labels.FieldLabel.RParity: the R-parity of a field label, being1if it is in the non-trivial representation and0otherwise.
iii. Table of contents #
- A. The field labels
- B. R-parity of a field label
iv. References #
A. The field labels #
The inductive type FieldLabel is defined, with one constructor for each field
and it's conjugate present in the SU(5) SUSY GUT.
Note that there is only one 10 representation, as it is self-conjugate.
The types of field present in an SU(5) GUT.
- fiveBarHu : FieldLabel
- fiveHu : FieldLabel
- fiveBarHd : FieldLabel
- fiveHd : FieldLabel
- fiveBarMatter : FieldLabel
- fiveMatter : FieldLabel
- tenMatter : FieldLabel
Instances For
Equations
- One or more equations did not get rendered due to their size.
B. R-parity of a field label #
We define the R-parity of a field label, being 1 if it is in the non-trivial
representation and 0 otherwise.
The R-Parity of a field, landing on 1 if it is in the non-trivial representation
and 0 otherwise.
Equations
- SuperSymmetry.SU5.FieldLabel.fiveBarHu.RParity = 0
- SuperSymmetry.SU5.FieldLabel.fiveHu.RParity = 0
- SuperSymmetry.SU5.FieldLabel.fiveBarHd.RParity = 0
- SuperSymmetry.SU5.FieldLabel.fiveHd.RParity = 0
- SuperSymmetry.SU5.FieldLabel.fiveBarMatter.RParity = 1
- SuperSymmetry.SU5.FieldLabel.fiveMatter.RParity = 1
- SuperSymmetry.SU5.FieldLabel.tenMatter.RParity = 1