Physlib.StringTheory.FTheory.SU5.Fluxes.Basic
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 is `M` - `U = (bar 3,1)_{-2/3}` the chirality index is `M - N` - `E = (1,1)_{1}` the chirality index is `M + N` We call refer to `M` as the chirality flux of the 10d representation, and `N` as 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 is `M` - `L = (1,2)_{-1/2}` the chirality index is `M + N` We again refer to `M` as the chirality flux of the 5-bar representation, and `N` as 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: 1. The two higgs `Hu` and `Hd` must arise from different 5d-matter curves. Otherwise they will give a `μ`-term. 2. The matter curve containing `Hu` must give one anti-chiral `(1,2)_{-1/2}` and no `(bar 3,1)_{1/3}`. Thus `N = -1` and `M = 0`. 3. The matter curve containing `Hd` must give one chiral `(1,2)_{-1/2}` and no `(bar 3,1)_{1/3}`. Thus `N = 1` and `M = 0`. 4. We should have no anti-chiral `(3,2)_{1/6}` and anti-chiral `(bar 3,1)_{-2/3}`. Thus `0 ≤ M ` for all 10d-matter curves and 5d matter curves. 5. 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 ≤ M` for all 10d-matter curves. 6. For the 5d-matter curves we should have no anti-chiral `(1,2)_{-1/2}` (the only anti-chiral one present is the one from `Hu`) and thus `-M ≤ N` for all 5d-matter curves. 7. To ensure we have 3-families of fermions we must have that `∑ M = 3` and `∑ N = 0` for the matter 10d and 5bar matter curves, and in addition `∑ (M + N) = 3` for 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. - `FluxesTen` of type `Multiset Fluxes` which contains the chirality `M` and hypercharge fluxes `N` of the 10d-matter curves. - `FluxesFive` of type `Multiset Fluxes` which contains the chirality `M` and hypercharge fluxes `N` of 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 - 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.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.5. No exotics from the 5-bar matter fields - 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.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.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.6. No exotics from the 10d matter fields
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.
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
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.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.5. No exotics from the 5-bar matter fields
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.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.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.6. No exotics from the 10d matter fields
40 declarations
Equality of fluxes is decidable
Equality between two fluxes and is decidable. Given that each flux is uniquely determined by a chirality flux and a hypercharge flux , the condition is equivalent to the conjunction , which can be algorithmically evaluated.
Representation of `Fluxes` as
This definition provides an instance of the `Repr` typeclass for the `Fluxes` structure, which defines how to display a flux as a string. For a flux characterized by a chirality flux and a hypercharge flux , the string representation is formatted as .
Two fluxes and , which are characterized by a chirality flux and a hypercharge flux , are equal if and only if their respective chirality flux components are equal () and their respective hypercharge flux components are equal (). This is expressed as .
Zero Flux
The zero element for the `Fluxes` structure is defined as the pair , representing a state with zero chirality flux () and zero hypercharge flux ().
For the zero flux , the chirality flux component is equal to .
For the zero flux , the hypercharge flux component is equal to .
Addition of fluxes
For any two fluxes and , each represented as a pair consisting of a chirality flux and a hypercharge flux , their sum is defined by the component-wise addition of these fluxes: .
For any two fluxes and , the chirality flux of their sum is equal to the sum of the chirality fluxes of and individually. That is, .
For any two fluxes and , where each flux is characterized by a chirality flux and a hypercharge flux , the hypercharge flux of their sum is equal to the sum of the individual hypercharge fluxes of and . That is, .
Additive Commutative Monoid of Fluxes
The type `Fluxes`, consisting of pairs where is the chirality flux and is the hypercharge flux, forms an additive commutative monoid. This algebraic structure is equipped with component-wise addition, the identity element , and scalar multiplication by natural numbers defined by .
Fluxes of the matter curves
The type `FluxesFive` represents a multiset of flux pairs associated with the (5-bar) representation matter curves in an F-theory model. Each element in the multiset corresponds to the fluxes of a specific matter curve, where is the chirality flux and is the hypercharge flux.
Decidability of equality for representation fluxes
Equality between two multisets of flux pairs is decidable. Given that each flux pair has a decidable equality, there exists an algorithm to determine whether two such multisets contain the same elements with the same multiplicities.
The multiset contains no zero flux
Given a multiset of flux pairs associated with the (5-bar) representation matter curves, this proposition states that the zero flux is not an element of . This condition implies that every matter curve in the multiset contributes non-trivially to the chiral matter spectrum.
Chiral indices of the representation
Given a multiset of flux pairs associated with matter curves, this definition returns the multiset of chiral indices for the representation . Each index in the resulting multiset corresponds to the chirality flux of a matter curve in .
Number of chiral representations
Given a multiset of flux pairs associated with matter curves, the total number of chiral representations of is defined as the sum of all non-negative values in the multiset of chiral indices corresponding to each matter curve in .
Total number of anti-chiral representations
For a multiset of flux pairs associated with matter curves, the total number of anti-chiral representations is defined as the sum of all negative chiral indices in the multiset.
for matter curves
For a multiset of fluxes associated with matter curves, let be the chiral index of the representation for each curve. If is the sum of all non-negative chiral indices and is the sum of all negative chiral indices in , then the total number of chiral representations is given by where is the sum of the chiral indices across all curves in .
Chiral indices of the representation for matter curves
Given a multiset of flux pairs associated with the representation matter curves, this function computes the multiset of chiral indices for the Standard Model representation . For each matter curve in the collection, the chiral index is given by the sum of its chirality flux and hypercharge flux .
Total number of chiral representations from matter curves
Given a collection of flux pairs associated with the representation matter curves, the total number of chiral representations is defined as the sum of all non-negative chiral indices across the curves in the collection.
Total number of anti-chiral representations from matter curves
Given a collection of flux pairs associated with the (5-bar) representation matter curves, the total number of anti-chiral representations is defined as the sum of all negative chiral indices across the curves in the collection.
for matter curves
For a given collection of flux pairs associated with the matter curves, the total number of chiral representations is equal to the sum of the chiral indices over all curves in minus the total number of anti-chiral representations .
Condition for no exotic chiral matter in curves
For a multiset of flux pairs associated with (5-bar) representation matter curves, the condition `NoExotics` is satisfied if the following conditions hold: 1. The total number of chiral representations is 3. 2. The total number of anti-chiral representations is 0. 3. The total number of chiral representations is 3. 4. The total number of anti-chiral representations is 0. These conditions ensure that the resulting spectrum contains exactly three generations of lepton doublets and down-type quarks with no corresponding anti-chiral states.
The "no exotics" condition for representation fluxes is decidable
For a multiset of flux pairs associated with the (5-bar) representation matter curves, it is decidable whether satisfies the `NoExotics` condition. This condition holds if there are exactly 3 chiral generations of and representations, and no anti-chiral representations of either.
Fluxes of the 10d matter curves
The type `FluxesTen` represents a multiset of flux pairs associated with the 10-dimensional representation matter curves in an F-theory model. Each pair in the multiset corresponds to a specific matter curve, where is the chirality flux and is the hypercharge flux.
Equality of d representation fluxes is decidable
Equality between two multisets of -dimensional representation fluxes is decidable. For any two elements , where each element is a multiset of flux pairs associated with matter curves in F-theory, there exists an algorithmic procedure to determine whether .
for d representation fluxes
Given a multiset of flux pairs associated with -dimensional matter curves in F-theory, this proposition states that the zero flux is not an element of . This condition implies that every matter curve in the collection possesses non-zero flux and thus contributes to chiral matter.
Multiset of chiral indices for in d representations
For a multiset of flux pairs associated with -dimensional matter curves in F-theory, the chiral index of the representation for each curve is given by the chirality flux . This function returns the multiset of these chiral indices by mapping each flux pair to its first component .
Total number of chiral representations
Given a multiset of flux pairs associated with -dimensional matter curves in F-theory, the chiral index of the representation for each curve is given by the chirality flux . This function calculates the total number of chiral representations by summing all non-negative chiral indices in the multiset: where is the multiset of values for each flux pair in .
Total sum of negative chiral indices for in d representations
Given a multiset of flux pairs associated with 10-dimensional matter curves in F-theory, the chiral index of the representation for each curve is given by the chirality flux . This function calculates the total contribution of anti-chiral representations by summing all negative chiral indices in the multiset: where is the multiset of values for each flux pair in .
For a multiset of flux pairs associated with 10-dimensional matter curves in F-theory, the total number of chiral representations is equal to the sum of all its chiral indices minus the total sum of its negative chiral indices: where is the sum of non-negative chiral indices and is the sum of negative chiral indices.
Multiset of chiral indices for 10d matter curves
Given a multiset of flux pairs associated with 10-dimensional representation matter curves in an F-theory model, this function returns the multiset of chiral indices for the Standard Model representation . For each matter curve with chirality flux and hypercharge flux , the chiral index is calculated as .
Total number of chiral representations in 10d matter curves
For a multiset of flux pairs associated with 10-dimensional representation matter curves, this function calculates the total number of chiral fermions in the representation. It is defined as the sum of all non-negative chiral indices across the curves in .
Total number of anti-chiral representations in 10d matter curves
For a multiset of flux pairs associated with 10-dimensional representation matter curves in an F-theory model, this function calculates the total number of anti-chiral fermions in the representation. It is defined as the sum of all negative chiral indices across the curves in the multiset .
for 10d matter curves
For a multiset of flux pairs associated with 10-dimensional representation matter curves in an F-theory model, let be the chiral index for the Standard Model representation . The total number of chiral fermions (defined as the sum of all non-negative chiral indices) and the total number of anti-chiral fermions (defined as the sum of all negative chiral indices) are related by:
Chiral indices of the representation for 10d curves
Given a multiset of fluxes associated with 10-dimensional matter curves in an F-theory model, this function returns a multiset of the chiral indices for the Standard Model representation . For each flux pair in the multiset , the corresponding chiral index is calculated as .
Total number of chiral representations for 10d curves
Given a multiset of flux pairs associated with 10-dimensional matter curves, let be the chiral index of the Standard Model representation for each curve. This function calculates the total number of chiral representations by summing all non-negative chiral indices in the multiset:
Sum of negative chiral indices for representation
Given a multiset of flux pairs associated with 10-dimensional matter curves, let be the chiral index of the Standard Model representation for each curve. This function calculates the sum of all negative chiral indices in the multiset: This value represents the total contribution of anti-chiral representations arising from these matter curves.
for the representation
Let be a multiset of flux pairs associated with 10-dimensional matter curves in an F-theory model. For each curve, the chiral index of the Standard Model representation is defined as . The total number of chiral representations (the sum of all non-negative indices, ) is equal to the sum of all chiral indices in minus the total number of anti-chiral representations (the sum of all negative indices, ):
Condition for no chiral exotics in 10d matter curves
For a multiset of flux pairs associated with 10-dimensional matter curves in an F-theory model, the condition that these representations do not lead to exotic chiral matter in the Minimal Supersymmetric Standard Model (MSSM) spectrum is satisfied if: - The total number of chiral representations is 3, and the total number of anti-chiral representations is 0. - The total number of chiral representations is 3, and the total number of anti-chiral representations is 0. - The total number of chiral representations is 3, and the total number of anti-chiral representations is 0.
Decidability of the no chiral exotics condition for d matter curves
For a multiset of flux pairs representing 10-dimensional matter curves in an F-theory model, the property `NoExotics` is decidable. This property signifies that the fluxes satisfy the conditions for the Minimal Supersymmetric Standard Model (MSSM) spectrum, specifically that the total number of chiral representations for and is exactly 3, while the total number of anti-chiral representations for these same fields is 0.
