Fluxes of representations #
i. Overview #
Associated with each matter curve Σ are G₄-fluxes and hypercharge fluxes.
For a given matter curve Σ, and a Standard Model representation R,
these two fluxes contribute to the chiral index χ(R) of the representation
(eq 17 of [1]).
The chiral index is equal to the difference the number of left-handed minus
the number of right-handed fermions Σ leads to in the representation R.
Thus, for example, if χ(R) = 0, then all fermions in the representation R
arising from Σ arise in vector-like pairs, and can be given a mass term without
the presence of a Higgs like-particle.
For a 10d representation matter curve the non-zero chiral indices can be parameterized in terms
of two integers M : ℤ and N : ℤ. For the SM representation
Q = (3,2)_{1/6}the chirality index isMU = (bar 3,1)_{-2/3}the chirality index isM - NE = (1,1)_{1}the chirality index isM + NWe call refer toMas the chirality flux of the 10d representation, andNas the hypercharge flux. There exact definitions are given in (eq 19 of [1]).
Similarly, for the 5-bar representation matter curve the non-zero chiral indices can be
likewise be parameterized in terms of two integers M : ℤ and N : ℤ. For the SM representation
D = (bar 3,1)_{1/3}the chirality index isML = (1,2)_{-1/2}the chirality index isM + NWe again refer toMas the chirality flux of the 5-bar representation, andNas the hypercharge flux. The exact definitions are given in (eq 19 of [1]).
If one wishes to put the condition of no chiral exotics in the spectrum, then we must ensure that the chiral indices above give the chiral content of the MSSM. These correspond to the following conditions:
- The two higgs
HuandHdmust arise from different 5d-matter curves. Otherwise they will give aμ-term. - The matter curve containing
Humust give one anti-chiral(1,2)_{-1/2}and no(bar 3,1)_{1/3}. ThusN = -1andM = 0. - The matter curve containing
Hdmust give one chiral(1,2)_{-1/2}and no(bar 3,1)_{1/3}. ThusN = 1andM = 0. - We should have no anti-chiral
(3,2)_{1/6}and anti-chiral(bar 3,1)_{-2/3}. Thus0 ≤ Mfor all 10d-matter curves and 5d matter curves. - For the 10d-matter curves we should have no anti-chiral
(bar 3,1)_{-2/3}and no anti-chiral(1,1)_{1}. Thus-M ≤ N ≤ Mfor all 10d-matter curves. - For the 5d-matter curves we should have no anti-chiral
(1,2)_{-1/2}(the only anti-chiral one present is the one fromHu) and thus-M ≤ Nfor all 5d-matter curves. - To ensure we have 3-families of fermions we must have that
∑ M = 3and∑ N = 0for the matter 10d and 5bar matter curves, and in addition∑ (M + N) = 3for the matter 5d matter curves. See the conditions in equation 26 - 28 of [1].
ii. Key results #
The above theory is implemented by defining two data structures:
Fluxes: The data of the fluxes(M, N)carried by a matter field.FluxesTenof typeMultiset Fluxeswhich contains the chiralityMand hypercharge fluxesNof the 10d-matter curves.FluxesFiveof typeMultiset Fluxeswhich contains the chiralityMand hypercharge fluxesNof the 5-bar-matter curves (excluding the higgses).
Note: Neither FluxesTen or FluxesFive are fundamental to the theory,
they can be derived from other data structures.
iii. Table of contents #
- A. Fluxes
- A.1. Repr instance on
Fluxes - A.2. Extensionality lemma for the fluxes
- A.3. The zero flux
- A.4. Addition of fluxes
- A.5. The instance of an additive commutative monoid on fluxes
- A.1. Repr instance on
- B. Fluxes of the 5d matter representation
- B.1. Decidability instance on
FluxesFive - B.2. The proposition for no element to be zero
- B.3. The SM representation
D = (bar 3,1)_{1/3}- B.3.1. Chiral indices of
D - B.3.2. The number of chiral
D - B.3.3. The number of anti-chiral
D - B.3.4. Relation between number of chiral and anti-chiral
D
- B.3.1. Chiral indices of
- B.4. The SM representation
L = (1,2)_{-1/2}- B.4.1. Chiral indices of
L - B.4.2. The number of chiral
L - B.4.3. The number of anti-chiral
L - B.4.4. Relation between number of chiral and anti-chiral
L
- B.4.1. Chiral indices of
- B.5. No exotics from the 5-bar matter fields
- B.1. Decidability instance on
- C. Fluxes of the 10d matter representation
- C.1. Decidability instance on
FluxesTen - C.2. The proposition for no element to be zero
- C.3. The SM representation
Q = (3,2)_{1/6}- C.3.1. Chiral indices of
Q - C.3.2. The number of chiral
Q - C.3.3. The number of anti-chiral
Q - C.3.4. Relation between number of chiral and anti-chiral
Q
- C.3.1. Chiral indices of
- C.4. The SM representation
U = (bar 3,1)_{-2/3}- C.4.1. Chiral indices of
U - C.4.2. The number of chiral
U - C.4.3. The number of anti-chiral
U - C.4.4. Relation between number of chiral and anti-chiral
Q
- C.4.1. Chiral indices of
- C.5. The SM representation
E = (1,1)_{1}- C.5.1. Chiral indices of
E - C.5.2. The number of chiral
E - C.5.3. The number of anti-chiral
E - C.5.4. Relation between number of chiral and anti-chiral
E
- C.5.1. Chiral indices of
- C.6. No exotics from the 10d matter fields
- C.1. Decidability instance on
iv. References #
- [1] arXiv:1401.5084
- For an old version of the material in this module see PR #569.
A. Fluxes #
To each matter curve we associate a pair of integers (M, N),
the former of which is the chirality flux and the latter the hypercharge flux.
The data of the fluxes carried by a matter field.
Instances For
Equations
- FTheory.SU5.Fluxes.instRepr = { reprPrec := fun (x : FTheory.SU5.Fluxes) (x_1 : ℕ) => Std.Format.text "⟨" ++ repr x.M ++ Std.Format.text ", " ++ repr x.N ++ Std.Format.text "⟩" }
A.2. Extensionality lemma for the fluxes #
A.3. The zero flux #
A.4. Addition of fluxes #
A.5. The instance of an additive commutative monoid on fluxes #
Equations
- One or more equations did not get rendered due to their size.
B. Fluxes of the 5d matter representation #
The fluxes (M, N) of the 5-bar matter curves of a theory.
Instances For
B.1. Decidability instance on FluxesFive #
B.2. The proposition for no element to be zero #
The proposition on FluxesFive such that (0, 0) is not in F
and as such each component in F leads to chiral matter.
Instances For
B.3. The SM representation D = (bar 3,1)_{1/3} #
B.3.1. Chiral indices of D #
The multiset of chiral indices of the representation D = (bar 3,1)_{1/3}
arising from the matter 5d representations.
Equations
- F.chiralIndicesOfD = Multiset.map (fun (f : FTheory.SU5.Fluxes) => f.M) F
Instances For
B.3.2. The number of chiral D #
The total number of chiral D representations arising from the matter 5d
representations.
Equations
- F.numChiralD = (Multiset.filter (fun (x : ℤ) => 0 ≤ x) F.chiralIndicesOfD).sum
Instances For
B.3.3. The number of anti-chiral D #
The total number of anti-chiral D representations arising from the matter 5d
representations.
Equations
- F.numAntiChiralD = (Multiset.filter (fun (x : ℤ) => x < 0) F.chiralIndicesOfD).sum
Instances For
B.3.4. Relation between number of chiral and anti-chiral D #
B.4. The SM representation L = (1,2)_{-1/2} #
B.4.1. Chiral indices of L #
The multiset of chiral indices of the representation L = (1,2)_{-1/2}
arising from the matter 5d representations.
Equations
- F.chiralIndicesOfL = Multiset.map (fun (f : FTheory.SU5.Fluxes) => f.M + f.N) F
Instances For
B.4.2. The number of chiral L #
The total number of chiral L representations arising from the matter 5d
representations.
Equations
- F.numChiralL = (Multiset.filter (fun (x : ℤ) => 0 ≤ x) F.chiralIndicesOfL).sum
Instances For
B.4.3. The number of anti-chiral L #
The total number of anti-chiral L representations arising from the matter 5d
representations.
Equations
- F.numAntiChiralL = (Multiset.filter (fun (x : ℤ) => x < 0) F.chiralIndicesOfL).sum
Instances For
B.4.4. Relation between number of chiral and anti-chiral L #
B.5. No exotics from the 5-bar matter fields #
The condition that the 5d-matter representations do not lead to exotic chiral matter in the MSSM spectrum. This corresponds to the conditions that:
- There are 3 chiral
Lrepresentations and no anti-chiralLrepresentations. - There are 3 chiral
Drepresentations and no anti-chiralDrepresentations.
Equations
- F.NoExotics = (F.numChiralL = 3 ∧ F.numAntiChiralL = 0 ∧ F.numChiralD = 3 ∧ F.numAntiChiralD = 0)
Instances For
Equations
C. Fluxes of the 10d matter representation #
The fluxes (M, N) of the 10d matter curves of a theory.
Equations
Instances For
C.2. The proposition for no element to be zero #
C.3. The SM representation Q = (3,2)_{1/6} #
C.3.1. Chiral indices of Q #
The multiset of chiral indices of the representation Q = (3,2)_{1/6}
arising from the matter 10d representations, corresponding to M.
Equations
- F.chiralIndicesOfQ = Multiset.map (fun (f : FTheory.SU5.Fluxes) => f.M) F
Instances For
C.3.2. The number of chiral Q #
The total number of chiral Q representations arising from the matter 10d
representations.
Equations
- F.numChiralQ = (Multiset.filter (fun (x : ℤ) => 0 ≤ x) F.chiralIndicesOfQ).sum
Instances For
C.3.3. The number of anti-chiral Q #
The total number of anti-chiral Q representations arising from the matter 10d
representations.
Equations
- F.numAntiChiralQ = (Multiset.filter (fun (x : ℤ) => x < 0) F.chiralIndicesOfQ).sum
Instances For
C.3.4. Relation between number of chiral and anti-chiral Q #
C.4. The SM representation U = (bar 3,1)_{-2/3} #
C.4.1. Chiral indices of U #
The multiset of chiral indices of the representation U = (bar 3,1)_{-2/3}
arising from the matter 10d representations, corresponding to M - N
Equations
- F.chiralIndicesOfU = Multiset.map (fun (f : FTheory.SU5.Fluxes) => f.M - f.N) F
Instances For
C.4.2. The number of chiral U #
The total number of chiral U representations arising from the matter 10d
representations.
Equations
- F.numChiralU = (Multiset.filter (fun (x : ℤ) => 0 ≤ x) F.chiralIndicesOfU).sum
Instances For
C.4.3. The number of anti-chiral U #
The total number of anti-chiral U representations arising from the matter 10d
representations.
Equations
- F.numAntiChiralU = (Multiset.filter (fun (x : ℤ) => x < 0) F.chiralIndicesOfU).sum
Instances For
C.5. The SM representation E = (1,1)_{1} #
C.5.1. Chiral indices of E #
The multiset of chiral indices of the representation E = (1,1)_{1}
arising from the matter 10d representations, corresponding to M + N
Equations
- F.chiralIndicesOfE = Multiset.map (fun (f : FTheory.SU5.Fluxes) => f.M + f.N) F
Instances For
C.5.2. The number of chiral E #
The total number of chiral E representations arising from the matter 10d
representations.
Equations
- F.numChiralE = (Multiset.filter (fun (x : ℤ) => 0 ≤ x) F.chiralIndicesOfE).sum
Instances For
C.5.3. The number of anti-chiral E #
The total number of anti-chiral E representations arising from the matter 10d
representations.
Equations
- F.numAntiChiralE = (Multiset.filter (fun (x : ℤ) => x < 0) F.chiralIndicesOfE).sum
Instances For
C.5.4. Relation between number of chiral and anti-chiral E #
C.6. No exotics from the 10d matter fields #
The condition that the 10d-matter representations do not lead to exotic chiral matter in the MSSM spectrum. This corresponds to the conditions that:
- There are 3 chiral
Qrepresentations and no anti-chiralQrepresentations. - There are 3 chiral
Urepresentations and no anti-chiralUrepresentations. - There are 3 chiral
Erepresentations and no anti-chiralErepresentations.
Equations
- F.NoExotics = (F.numChiralQ = 3 ∧ F.numAntiChiralQ = 0 ∧ F.numChiralU = 3 ∧ F.numAntiChiralU = 0 ∧ F.numChiralE = 3 ∧ F.numAntiChiralE = 0)