Quanta of representations #
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.
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 intergers (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.
Equations
- FTheory.SU5.Quanta ๐ฉ = (Option ๐ฉ ร Option ๐ฉ ร FTheory.SU5.FiveQuanta ๐ฉ ร FTheory.SU5.TenQuanta ๐ฉ)
Instances For
Equations
- FTheory.SU5.Quanta.instDecidableEq = inferInstanceAs (DecidableEq (Option ๐ฉ ร Option ๐ฉ ร FTheory.SU5.FiveQuanta ๐ฉ ร FTheory.SU5.TenQuanta ๐ฉ))
Reduce #
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โ = 0
where the first sum is over all 5-bar represenations and the second is over all 10d representations.โแตข qแตขยฒ Nแตข + 3 * โโ qโยฒ Nโ = 0
where the first sum is over all 5-bar represenations and the second is over all 10d representations.
According to arXiv:1401.5084 it is unclear whether this second condition should necessarily be imposed.
The pair of anomaly cancellation coefficents associated with the Hd
particle.
Equations
Instances For
The pair of anomaly cancellation coefficents associated with the Hu
particle.
Equations
Instances For
The anomaly cancellation conditions on quanta making up the fields present in the theory. This corresponds to the conditions that:
โแตข qแตข Nแตข + โโ qโ Nโ = 0
where the first sum is over all 5-bar represenations and the second is over all 10d representations.โแตข qแตขยฒ Nแตข + 3 * โโ qโยฒ Nโ = 0
where the first sum is over all 5-bar represenations and the second is over all 10d representations.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
ofChargesExpand #
Given a finite set of charges c
the Quanta
with fluxes {(1, -1), (1, -1), (1, -1), (0, 1), (0, 1), (0, 1)}
for the 5-bar matter content and fluxes
{(1, 0), (1, 0), (1, 0)}
or {(1, 1), (1, -1), (1, 0)}
for the
10d matter content, and finite set of charges equal to c
.
These quanta reduce to all viable quanta.
Equations
- One or more equations did not get rendered due to their size.