Quanta of 10d representations #
The 10d representations of the SU(5)รU(1)
carry
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.
##ย Key definitions
TenQuanta
is the type of quanta of 10d representations.TenQuanta.toFluxesTen
is the underlyingFluxesTen
of aTenQuanta
.TenQuanta.toCharges
is the underlying Multiset charges of aTenQuanta
.TenQuanta.reduce
is the reduction of aTenQuanta
which adds together all the fluxes corresponding to the same charge (i.e. representation).TenQuanta.anomalyCoefficent
is the anomaly coefficent associated with aTenQuanta
.TenQuanta.ofChargesExpand
is theTenQuanta
with fluxes{(1, 0), (1, 0), (1, 0)}
or{(1, 1), (1, -1), (1, 0)}
and finite set of charges equal to a givenc
.
Key theorems #
mem_ofChargesExpand_map_reduce_iff
states that aTenQuanta
is in the image ofofChargesExpand c
underreduce
if and only if it is aTenQuanta
with charges equal toc
and fluxes which have no exotics or zero.
The quanta of w0d representations corresponding to a multiset of
(q, M, N)
for each partcile. (M, N)
are defined in the FluxesFive
module.
Instances For
Reduce #
The reduce
of TenQuanta
is a new TenQuanta
with all the fluxes
corresponding to the same charge (i.e. represenation) added together.
Equations
Instances For
Anomaly cancellation #
The anomaly coefficent of a TenQuanta
is given by the pair of integers:
(โแตข qแตข Nแตข, 3 * โแตข qแตขยฒ Nแตข)
.
The first components is for the mixed U(1)-MSSM, see equation (22) of arXiv:1401.5084. The second component is for the mixed U(1)Y-U(1)-U(1) gauge anomaly, see equation (23) of arXiv:1401.5084.
Equations
Instances For
toChargesExpand #
Given a finite set of charges c
the TenQuanta
with fluxes {(1, 0), (1, 0), (1, 0)}
and {(1, 1), (1, -1), (1, 0)}
and finite set of charges equal to c
.
Equations
- One or more equations did not get rendered due to their size.