Charges assocaited with a field label #
i. Overview #
Recall that a FieldLabel
is one of the seven possible superfields in the SU(5) GUT,
corresponding to the fields present and their conjugates.
Given a charge spectrum x : ChargeSpectrum 𝓩
, we are intrested in the finite set of
charges carried by representations associated with a given FieldLabel
.
Results in this module will be used to find the charges associated with terms in the potential.
ii. Key results #
ofFieldLabel
: Given a charge spectrumx : ChargeSpectrum 𝓩
,ofFieldLabel x F
is the finite set of charges associated with representations corresponding to the field labelF
.
iii. Table of contents #
- A. Charges associated with a field label
- A.1. The field labels for the empty charge spectrum
- A.2. Monotonicity of
ofFieldLabel
- A.3. Membership of conjugate charegs
- A.4. Extensionality of charge spectra via
ofFieldLabel
iv. References #
There are no known references for the results in this file.
A. Charges associated with a field label #
We first define ofFieldLabel
, which given a charge spectrum x : ChargeSpectrum 𝓩
and
a FieldLabel
, returns the finite set of charges associated with representations
corresponding to that FieldLabel
.
Given an x : Charges
, the charges associated with a given FieldLabel
.
Equations
- x.ofFieldLabel SuperSymmetry.SU5.FieldLabel.fiveBarHd = x.qHd.toFinset
- x.ofFieldLabel SuperSymmetry.SU5.FieldLabel.fiveBarHu = x.qHu.toFinset
- x.ofFieldLabel SuperSymmetry.SU5.FieldLabel.fiveBarMatter = x.Q5
- x.ofFieldLabel SuperSymmetry.SU5.FieldLabel.tenMatter = x.Q10
- x.ofFieldLabel SuperSymmetry.SU5.FieldLabel.fiveHd = Finset.map { toFun := Neg.neg, inj' := ⋯ } x.qHd.toFinset
- x.ofFieldLabel SuperSymmetry.SU5.FieldLabel.fiveHu = Finset.map { toFun := Neg.neg, inj' := ⋯ } x.qHu.toFinset
- x.ofFieldLabel SuperSymmetry.SU5.FieldLabel.fiveMatter = Finset.map { toFun := Neg.neg, inj' := ⋯ } x.Q5
Instances For
A.1. The field labels for the empty charge spectrum #
We show that the charges associated with any field label for the empty charge spectrum is empty. This follows directly from the definition.
ofFieldLabel ∅ F
is empty for any field label F
.
A.2. Monotonicity of ofFieldLabel
#
We show that the function ofFieldLabel
is monotone in the charge spectrum, with relation to
the subset relation. That is for a fixed field label F
, if x ⊆ y
are charge spectra,
then ofFieldLabel x F ⊆ ofFieldLabel y F
.
The function ofFieldLabel
is monotone in the charge spectrum.
A.3. Membership of conjugate charegs #
We show that a charge is a member of the finite sets associated with a field label if and only if its negative is a member of the finite set associated with the conjugate field label.
A.4. Extensionality of charge spectra via ofFieldLabel
#
We whow that two charge spectra are equal if they are equal on all field labels.
This extensionality lemma is actually overkill in most cases, as there are a lot more direct ways to show that two charge spectra are equal.
Two charges are equal if they are equal on all field labels.