Quanta of representations #
i. Overview #
In SU(5) ร U(1) F-theory theory, each 5-bar and 10d representation carries with it the quantum numbers of their U(1) charges and their fluxes.
In this module we define the data structure for these quanta and properties thereof.
ii. Key results #
Quanta: The structure containing the quantum numbers of the 5-bar and 10d representations, as well as the charges of theHdandHuparticles.Quanta.liftCharge: Lifting aChargeSpectrumto a multiset ofQuantawhich have no chiral exotics and no zero fluxes.Quanta.AnomalyCancellation: The anomaly cancellation conditions on aQuanta.
iii. Table of contents #
- A. The Quanta structure
- A.1. Repr instance on
Quanta - A.2. Extensionality lemma
- A.3. Decidable equality instance
- A.4. Map to the underlying
ChargeSpectrum
- A.1. Repr instance on
- B. The reduction of a
Quanta - C. Lifting a charge spectrum to quanta with no exotics or zero fluxes
- C.1. Simplification of membership in the liftCharge multiset
- C.2. Charge spectrum of a lifted quanta
- D. Anomaly cancellation conditions
- D.1. The anomaly coefficient of Hd
- D.2. The anomaly coefficient of Hu
- D.3. The anomaly cancellation condition propositions
- D.3.1. The propositions are decidable
iv. References #
A reference for the anomaly cancellation conditions is arXiv:1401.5084 equation 22.
A. The Quanta structure #
The quanta associated with the representations in a SU(5) x U(1) F-theory.
This contains the value of the charges and the flux integers (M, N) for the
5-bar matter content and the 10d matter content, and the charges of the Hd and
Hu particles (there values of (M,N) are not included as they are
forced to be (0, 1) and (0, -1) respectively.
- qHd : Option ๐ฉ
The charge of the Hd matter field.
- qHu : Option ๐ฉ
The negative charge of the Hu matter field. In other words the charge of the Hu considered as a 5-bar field.
- F : FiveQuanta ๐ฉ
The quanta carried by the 5-bar matter fields.
- T : TenQuanta ๐ฉ
The quanta carried by the 10d matter fields.
Instances For
A.2. Extensionality lemma #
A.3. Decidable equality instance #
A.4. Map to the underlying ChargeSpectrum #
C. Lifting a charge spectrum to quanta with no exotics or zero fluxes #
Lifting a charge spectrum to quanta which do not have exotics and which have no zero flux.
Equations
- One or more equations did not get rendered due to their size.
Instances For
C.1. Simplification of membership in the liftCharge multiset #
C.2. Charge spectrum of a lifted quanta #
D. Anomaly cancellation conditions #
There are two anomaly cancellation conditions in the SU(5)รU(1) model which involve the
U(1) charges. These are
โแตข qแตข Nแตข + โโ qโ Nโ = 0where the first sum is over all 5-bar representations and the second is over all 10d representations.โแตข qแตขยฒ Nแตข + 3 * โโ qโยฒ Nโ = 0where the first sum is over all 5-bar representations and the second is over all 10d representations.
According to arXiv:1401.5084 it is unclear whether this second condition should necessarily be imposed.
D.1. The anomaly coefficient of Hd #
The pair of anomaly cancellation coefficients associated with the Hd particle.
Equations
Instances For
D.2. The anomaly coefficient of Hu #
The pair of anomaly cancellation coefficients associated with the Hu particle.
Equations
Instances For
D.3. The anomaly cancellation condition propositions #
The linear anomaly cancellation condition, corresponding to
โแตข qแตข Nแตข + โโ qโ Nโ = 0 where the first sum is over all 5-bar representations and the second
is over all 10d representations.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The quartic anomaly cancellation condition, corresponding to
โแตข qแตขยฒ Nแตข + 3 * โโ qโยฒ Nโ = 0 where the first sum is over all 5-bar representations and the
second is over all 10d representations.
Equations
- One or more equations did not get rendered due to their size.
Instances For
D.3.1. The propositions are decidable #
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.