PhyslibSearch

Physlib.StringTheory.FTheory.SU5.Fluxes.Basic

40 declarations

instance

Equality of fluxes is decidable

#instDecidableEqFluxes

Equality between two fluxes f1f_1 and f2f_2 is decidable. Given that each flux is uniquely determined by a chirality flux MZM \in \mathbb{Z} and a hypercharge flux NZN \in \mathbb{Z}, the condition f1=f2f_1 = f_2 is equivalent to the conjunction M1=M2N1=N2M_1 = M_2 \land N_1 = N_2, which can be algorithmically evaluated.

instance

Representation of `Fluxes` as M,N\langle M, N \rangle

#instRepr

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 xx characterized by a chirality flux MM and a hypercharge flux NN, the string representation is formatted as M,N\langle M, N \rangle.

theorem

f1=f2    f1.M=f2.Mf1.N=f2.Nf_1 = f_2 \iff f_1.M = f_2.M \land f_1.N = f_2.N

#ext_iff

Two fluxes f1f_1 and f2f_2, which are characterized by a chirality flux MZM \in \mathbb{Z} and a hypercharge flux NZN \in \mathbb{Z}, are equal if and only if their respective chirality flux components are equal (f1.M=f2.Mf_1.M = f_2.M) and their respective hypercharge flux components are equal (f1.N=f2.Nf_1.N = f_2.N). This is expressed as f1=f2    f1.M=f2.Mf1.N=f2.Nf_1 = f_2 \iff f_1.M = f_2.M \land f_1.N = f_2.N.

instance

Zero Flux (0,0)(0, 0)

#instZero

The zero element for the `Fluxes` structure is defined as the pair (0,0)(0, 0), representing a state with zero chirality flux (M=0M = 0) and zero hypercharge flux (N=0N = 0).

theorem

(0:Fluxes).M=0(0 : \text{Fluxes}).M = 0

#zero_M

For the zero flux 00, the chirality flux component MM is equal to 00.

theorem

(0:Fluxes).N=0(0 : \text{Fluxes}).N = 0

#zero_N

For the zero flux 00, the hypercharge flux component NN is equal to 00.

instance

Addition of fluxes f1+f2f_1 + f_2

#instAdd

For any two fluxes f1f_1 and f2f_2, each represented as a pair (M,N)(M, N) consisting of a chirality flux MM and a hypercharge flux NN, their sum f1+f2f_1 + f_2 is defined by the component-wise addition of these fluxes: f1+f2=(M1+M2,N1+N2)f_1 + f_2 = (M_1 + M_2, N_1 + N_2).

theorem

(f1+f2).M=f1.M+f2.M(f_1 + f_2).M = f_1.M + f_2.M

#add_M

For any two fluxes f1f_1 and f2f_2, the chirality flux MM of their sum f1+f2f_1 + f_2 is equal to the sum of the chirality fluxes of f1f_1 and f2f_2 individually. That is, (f1+f2).M=f1.M+f2.M(f_1 + f_2).M = f_1.M + f_2.M.

theorem

(f1+f2).N=f1.N+f2.N(f_1 + f_2).N = f_1.N + f_2.N

#add_N

For any two fluxes f1f_1 and f2f_2, where each flux is characterized by a chirality flux MM and a hypercharge flux NN, the hypercharge flux of their sum f1+f2f_1 + f_2 is equal to the sum of the individual hypercharge fluxes of f1f_1 and f2f_2. That is, (f1+f2).N=f1.N+f2.N(f_1 + f_2).N = f_1.N + f_2.N.

instance

Additive Commutative Monoid of Fluxes (M,N)(M, N)

#instAddCommMonoid

The type `Fluxes`, consisting of pairs (M,N)Z2(M, N) \in \mathbb{Z}^2 where MM is the chirality flux and NN is the hypercharge flux, forms an additive commutative monoid. This algebraic structure is equipped with component-wise addition, the identity element (0,0)(0, 0), and scalar multiplication by natural numbers nNn \in \mathbb{N} defined by n(M,N)=(nM,nN)n \cdot (M, N) = (nM, nN).

abbrev

Fluxes of the 5ˉ\mathbf{\bar{5}} matter curves

#FluxesFive

The type `FluxesFive` represents a multiset of flux pairs (M,N)Z×Z(M, N) \in \mathbb{Z} \times \mathbb{Z} associated with the 5ˉ\mathbf{\bar{5}} (5-bar) representation matter curves in an SU(5)SU(5) F-theory model. Each element in the multiset corresponds to the fluxes of a specific matter curve, where MM is the chirality flux and NN is the hypercharge flux.

instance

Decidability of equality for 5ˉ\mathbf{\bar{5}} representation fluxes

#instDecidableEq

Equality between two multisets of flux pairs F1,F2FluxesFiveF_1, F_2 \in \text{FluxesFive} is decidable. Given that each flux pair (M,N)Z2(M, N) \in \mathbb{Z}^2 has a decidable equality, there exists an algorithm to determine whether two such multisets contain the same elements with the same multiplicities.

abbrev

The multiset FF contains no zero flux (0,0)(0, 0)

#HasNoZero

Given a multiset FF of flux pairs (M,N)Z×Z(M, N) \in \mathbb{Z} \times \mathbb{Z} associated with the 5ˉ\bar{\mathbf{5}} (5-bar) representation matter curves, this proposition states that the zero flux (0,0)(0, 0) is not an element of FF. This condition implies that every matter curve in the multiset contributes non-trivially to the chiral matter spectrum.

definition

Chiral indices of the D=(3ˉ,1)1/3D = (\bar{3}, 1)_{1/3} representation

#chiralIndicesOfD

Given a multiset FF of flux pairs (M,N)Z×Z(M, N) \in \mathbb{Z} \times \mathbb{Z} associated with 5ˉ\bar{\mathbf{5}} matter curves, this definition returns the multiset of chiral indices for the representation D=(3ˉ,1)1/3D = (\bar{3}, 1)_{1/3}. Each index in the resulting multiset corresponds to the chirality flux MM of a matter curve in FF.

definition

Number of chiral D=(3ˉ,1)1/3D = (\bar{3}, 1)_{1/3} representations

#numChiralD

Given a multiset FF of flux pairs (M,N)Z×Z(M, N) \in \mathbb{Z} \times \mathbb{Z} associated with 5ˉ\bar{\mathbf{5}} matter curves, the total number of chiral representations of D=(3ˉ,1)1/3D = (\bar{3}, 1)_{1/3} is defined as the sum of all non-negative values in the multiset of chiral indices MM corresponding to each matter curve in FF.

definition

Total number of anti-chiral D=(3ˉ,1)1/3D = (\bar{3}, 1)_{1/3} representations

#numAntiChiralD

For a multiset FF of flux pairs (M,N)Z×Z(M, N) \in \mathbb{Z} \times \mathbb{Z} associated with 5ˉ\bar{\mathbf{5}} matter curves, the total number of anti-chiral D=(3ˉ,1)1/3D = (\bar{3}, 1)_{1/3} representations is defined as the sum of all negative chiral indices MM in the multiset.

theorem

Nchiral(D)=χ(D)Nanti-chiral(D)N_{\text{chiral}}(D) = \sum \chi(D) - N_{\text{anti-chiral}}(D) for 5ˉ\mathbf{\bar{5}} matter curves

#numChiralD_eq_sum_sub_numAntiChiralD

For a multiset of fluxes FF associated with 5ˉ\mathbf{\bar{5}} matter curves, let χ(D)=M\chi(D) = M be the chiral index of the D=(3ˉ,1)1/3D = (\bar{3}, 1)_{1/3} representation for each curve. If Nchiral(D)N_{\text{chiral}}(D) is the sum of all non-negative chiral indices and Nanti-chiral(D)N_{\text{anti-chiral}}(D) is the sum of all negative chiral indices in FF, then the total number of chiral DD representations is given by Nchiral(D)=χ(D)Nanti-chiral(D)N_{\text{chiral}}(D) = \sum \chi(D) - N_{\text{anti-chiral}}(D) where χ(D)\sum \chi(D) is the sum of the chiral indices across all curves in FF.

definition

Chiral indices of the L=(1,2)1/2L = (1,2)_{-1/2} representation for 5ˉ\mathbf{\bar{5}} matter curves

#chiralIndicesOfL

Given a multiset FF of flux pairs (M,N)Z×Z(M, N) \in \mathbb{Z} \times \mathbb{Z} associated with the 5ˉ\mathbf{\bar{5}} representation matter curves, this function computes the multiset of chiral indices for the Standard Model representation L=(1,2)1/2L = (1,2)_{-1/2}. For each matter curve in the collection, the chiral index is given by the sum M+NM + N of its chirality flux MM and hypercharge flux NN.

definition

Total number of chiral L=(1,2)1/2L = (1,2)_{-1/2} representations from 5ˉ\mathbf{\bar{5}} matter curves

#numChiralL

Given a collection FF of flux pairs (M,N)Z×Z(M, N) \in \mathbb{Z} \times \mathbb{Z} associated with the 5ˉ\mathbf{\bar{5}} representation matter curves, the total number of chiral L=(1,2)1/2L = (1,2)_{-1/2} representations is defined as the sum of all non-negative chiral indices χ(L)=M+N\chi(L) = M + N across the curves in the collection.

definition

Total number of anti-chiral L=(1,2)1/2L = (1,2)_{-1/2} representations from 5ˉ\mathbf{\bar{5}} matter curves

#numAntiChiralL

Given a collection FF of flux pairs (M,N)Z×Z(M, N) \in \mathbb{Z} \times \mathbb{Z} associated with the 5ˉ\mathbf{\bar{5}} (5-bar) representation matter curves, the total number of anti-chiral L=(1,2)1/2L = (1,2)_{-1/2} representations is defined as the sum of all negative chiral indices χ(L)=M+N\chi(L) = M + N across the curves in the collection.

theorem

nchiral(L)=χ(L)nanti-chiral(L)n_{\text{chiral}}(L) = \sum \chi(L) - n_{\text{anti-chiral}}(L) for 5ˉ\mathbf{\bar{5}} matter curves

#numChiralL_eq_sum_sub_numAntiChiralL

For a given collection FF of flux pairs (M,N)(M, N) associated with the 5ˉ\mathbf{\bar{5}} matter curves, the total number of chiral L=(1,2)1/2L = (1,2)_{-1/2} representations nchiral(L)n_{\text{chiral}}(L) is equal to the sum of the chiral indices χ(L)=M+N\chi(L) = M + N over all curves in FF minus the total number of anti-chiral LL representations nanti-chiral(L)n_{\text{anti-chiral}}(L).

definition

Condition for no exotic chiral matter in 5ˉ\mathbf{\bar{5}} curves

#NoExotics

For a multiset FF of flux pairs (M,N)Z2(M, N) \in \mathbb{Z}^2 associated with 5ˉ\mathbf{\bar{5}} (5-bar) representation matter curves, the condition `NoExotics` is satisfied if the following conditions hold: 1. The total number of chiral L=(1,2)1/2L = (1, 2)_{-1/2} representations is 3. 2. The total number of anti-chiral LL representations is 0. 3. The total number of chiral D=(3ˉ,1)1/3D = (\bar{3}, 1)_{1/3} representations is 3. 4. The total number of anti-chiral DD representations is 0. These conditions ensure that the resulting spectrum contains exactly three generations of lepton doublets LL and down-type quarks DD with no corresponding anti-chiral states.

instance

The "no exotics" condition for 5ˉ\bar{\mathbf{5}} representation fluxes is decidable

#instDecidableNoExotics

For a multiset FF of flux pairs (M,N)Z2(M, N) \in \mathbb{Z}^2 associated with the 5ˉ\bar{\mathbf{5}} (5-bar) representation matter curves, it is decidable whether FF satisfies the `NoExotics` condition. This condition holds if there are exactly 3 chiral generations of L=(1,2)1/2L = (1, 2)_{-1/2} and D=(3ˉ,1)1/3D = (\bar{3}, 1)_{1/3} representations, and no anti-chiral representations of either.

abbrev

Fluxes of the 10d matter curves

#FluxesTen

The type `FluxesTen` represents a multiset of flux pairs (M,N)Z2(M, N) \in \mathbb{Z}^2 associated with the 10-dimensional representation matter curves in an SU(5)SU(5) F-theory model. Each pair in the multiset corresponds to a specific matter curve, where MM is the chirality flux and NN is the hypercharge flux.

instance

Equality of 1010d representation fluxes is decidable

#instDecidableEq

Equality between two multisets of 1010-dimensional representation fluxes is decidable. For any two elements F1,F2FluxesTenF_1, F_2 \in \text{FluxesTen}, where each element is a multiset of flux pairs (M,N)Z2(M, N) \in \mathbb{Z}^2 associated with matter curves in SU(5)SU(5) F-theory, there exists an algorithmic procedure to determine whether F1=F2F_1 = F_2.

abbrev

(0,0)F(0, 0) \notin F for 1010d representation fluxes

#HasNoZero

Given a multiset FF of flux pairs (M,N)Z2(M, N) \in \mathbb{Z}^2 associated with 1010-dimensional matter curves in SU(5)SU(5) F-theory, this proposition states that the zero flux (0,0)(0, 0) is not an element of FF. This condition implies that every matter curve in the collection possesses non-zero flux and thus contributes to chiral matter.

definition

Multiset of chiral indices for Q=(3,2)1/6Q = (3,2)_{1/6} in 1010d representations

#chiralIndicesOfQ

For a multiset FF of flux pairs (M,N)(M, N) associated with 1010-dimensional matter curves in SU(5)SU(5) F-theory, the chiral index of the representation Q=(3,2)1/6Q = (3, 2)_{1/6} for each curve is given by the chirality flux MM. This function returns the multiset of these chiral indices by mapping each flux pair (M,N)F(M, N) \in F to its first component MM.

definition

Total number of chiral QQ representations

#numChiralQ

Given a multiset FF of flux pairs (M,N)(M, N) associated with 1010-dimensional matter curves in SU(5)SU(5) F-theory, the chiral index of the representation Q=(3,2)1/6Q = (3, 2)_{1/6} for each curve is given by the chirality flux MM. This function calculates the total number of chiral QQ representations by summing all non-negative chiral indices in the multiset: \[ \sum_{M \in \text{chiralIndicesOfQ}(F), M \ge 0} M \] where chiralIndicesOfQ(F)\text{chiralIndicesOfQ}(F) is the multiset of MM values for each flux pair in FF.

definition

Total sum of negative chiral indices for Q=(3,2)1/6Q = (3,2)_{1/6} in 1010d representations

#numAntiChiralQ

Given a multiset FF of flux pairs (M,N)(M, N) associated with 10-dimensional matter curves in SU(5)SU(5) F-theory, the chiral index of the representation Q=(3,2)1/6Q = (3, 2)_{1/6} for each curve is given by the chirality flux MM. This function calculates the total contribution of anti-chiral QQ representations by summing all negative chiral indices in the multiset: \[ \sum_{M \in \text{chiralIndicesOfQ}(F), M < 0} M \] where chiralIndicesOfQ(F)\text{chiralIndicesOfQ}(F) is the multiset of MM values for each flux pair in FF.

theorem

numChiralQ=χ(Q)numAntiChiralQ\text{numChiralQ} = \sum \chi(Q) - \text{numAntiChiralQ}

#numChiralQ_eq_sum_sub_numAntiChiralQ

For a multiset FF of flux pairs (M,N)(M, N) associated with 10-dimensional matter curves in SU(5)SU(5) F-theory, the total number of chiral Q=(3,2)1/6Q = (3, 2)_{1/6} representations is equal to the sum of all its chiral indices χ(Q)=M\chi(Q) = M minus the total sum of its negative chiral indices: \[ \text{numChiralQ}(F) = \sum_{M \in F} M - \text{numAntiChiralQ}(F) \] where numChiralQ(F)=MF,M0M\text{numChiralQ}(F) = \sum_{M \in F, M \ge 0} M is the sum of non-negative chiral indices and numAntiChiralQ(F)=MF,M<0M\text{numAntiChiralQ}(F) = \sum_{M \in F, M < 0} M is the sum of negative chiral indices.

definition

Multiset of chiral indices χ(U)=MN\chi(U) = M - N for 10d matter curves

#chiralIndicesOfU

Given a multiset FF of flux pairs (M,N)Z2(M, N) \in \mathbb{Z}^2 associated with 10-dimensional representation matter curves in an SU(5)SU(5) F-theory model, this function returns the multiset of chiral indices χ(U)\chi(U) for the Standard Model representation U=(3ˉ,1)2/3U = (\bar{\mathbf{3}}, \mathbf{1})_{-2/3}. For each matter curve with chirality flux MM and hypercharge flux NN, the chiral index is calculated as MNM - N.

definition

Total number of chiral UU representations in 10d matter curves

#numChiralU

For a multiset FF of flux pairs (M,N)Z2(M, N) \in \mathbb{Z}^2 associated with 10-dimensional representation matter curves, this function calculates the total number of chiral fermions in the U=(3ˉ,1)2/3U = (\bar{\mathbf{3}}, \mathbf{1})_{-2/3} representation. It is defined as the sum of all non-negative chiral indices χ(U)=MN\chi(U) = M - N across the curves in FF.

definition

Total number of anti-chiral UU representations in 10d matter curves

#numAntiChiralU

For a multiset FF of flux pairs (M,N)Z2(M, N) \in \mathbb{Z}^2 associated with 10-dimensional representation matter curves in an SU(5)SU(5) F-theory model, this function calculates the total number of anti-chiral fermions in the U=(3ˉ,1)2/3U = (\bar{\mathbf{3}}, \mathbf{1})_{-2/3} representation. It is defined as the sum of all negative chiral indices χ(U)=MN\chi(U) = M - N across the curves in the multiset FF.

theorem

nchiral(U)=χ(U)nanti-chiral(U)n_{\text{chiral}}(U) = \sum \chi(U) - n_{\text{anti-chiral}}(U) for 10d matter curves

#numChiralU_eq_sum_sub_numAntiChiralU

For a multiset FF of flux pairs (M,N)Z2(M, N) \in \mathbb{Z}^2 associated with 10-dimensional representation matter curves in an SU(5)SU(5) F-theory model, let χ(U)=MN\chi(U) = M - N be the chiral index for the Standard Model representation U=(3ˉ,1)2/3U = (\bar{\mathbf{3}}, \mathbf{1})_{-2/3}. The total number of chiral UU fermions nchiral(U)n_{\text{chiral}}(U) (defined as the sum of all non-negative chiral indices) and the total number of anti-chiral UU fermions nanti-chiral(U)n_{\text{anti-chiral}}(U) (defined as the sum of all negative chiral indices) are related by: \[ n_{\text{chiral}}(U) = \sum_{f \in F} \chi(U)_f - n_{\text{anti-chiral}}(U) \]

definition

Chiral indices of the representation E=(1,1)1E = (1, 1)_1 for 10d curves

#chiralIndicesOfE

Given a multiset FF of fluxes (M,N)(M, N) associated with 10-dimensional matter curves in an SU(5)SU(5) F-theory model, this function returns a multiset of the chiral indices for the Standard Model representation E=(1,1)1E = (1, 1)_1. For each flux pair (M,N)(M, N) in the multiset FF, the corresponding chiral index is calculated as M+NM + N.

definition

Total number of chiral E=(1,1)1E = (1, 1)_1 representations for 10d curves

#numChiralE

Given a multiset FF of flux pairs (M,N)Z2(M, N) \in \mathbb{Z}^2 associated with 10-dimensional matter curves, let χE=M+N\chi_E = M + N be the chiral index of the Standard Model representation E=(1,1)1E = (1, 1)_1 for each curve. This function calculates the total number of chiral EE representations by summing all non-negative chiral indices in the multiset: \[ \sum_{\chi_E \ge 0} \chi_E \]

definition

Sum of negative chiral indices for representation E=(1,1)1E = (1, 1)_1

#numAntiChiralE

Given a multiset FF of flux pairs (M,N)Z2(M, N) \in \mathbb{Z}^2 associated with 10-dimensional matter curves, let χE=M+N\chi_E = M + N be the chiral index of the Standard Model representation E=(1,1)1E = (1, 1)_1 for each curve. This function calculates the sum of all negative chiral indices in the multiset: \[ \sum_{\chi_E < 0} \chi_E \] This value represents the total contribution of anti-chiral EE representations arising from these matter curves.

theorem

numChiralE=χEnumAntiChiralE\text{numChiralE} = \sum \chi_E - \text{numAntiChiralE} for the representation E=(1,1)1E = (1, 1)_1

#numChiralE_eq_sum_sub_numAntiChiralE

Let FF be a multiset of flux pairs (M,N)(M, N) associated with 10-dimensional matter curves in an SU(5)SU(5) F-theory model. For each curve, the chiral index of the Standard Model representation E=(1,1)1E = (1, 1)_1 is defined as χE=M+N\chi_E = M + N. The total number of chiral EE representations (the sum of all non-negative indices, χE0χE\sum_{\chi_E \ge 0} \chi_E) is equal to the sum of all chiral indices in FF minus the total number of anti-chiral EE representations (the sum of all negative indices, χE<0χE\sum_{\chi_E < 0} \chi_E): \[ \text{numChiralE}(F) = \sum \chi_E - \text{numAntiChiralE}(F) \]

definition

Condition for no chiral exotics in 10d matter curves

#NoExotics

For a multiset FF of flux pairs (M,N)Z2(M, N) \in \mathbb{Z}^2 associated with 10-dimensional matter curves in an SU(5)SU(5) 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 Q=(3,2)1/6Q = (3, 2)_{1/6} representations is 3, and the total number of anti-chiral QQ representations is 0. - The total number of chiral U=(3ˉ,1)2/3U = (\bar{\mathbf{3}}, \mathbf{1})_{-2/3} representations is 3, and the total number of anti-chiral UU representations is 0. - The total number of chiral E=(1,1)1E = (1, 1)_1 representations is 3, and the total number of anti-chiral EE representations is 0.

instance

Decidability of the no chiral exotics condition for 1010d matter curves

#instDecidableNoExotics

For a multiset FF of flux pairs (M,N)Z2(M, N) \in \mathbb{Z}^2 representing 10-dimensional matter curves in an SU(5)SU(5) 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 Q,U,Q, U, and EE is exactly 3, while the total number of anti-chiral representations for these same fields is 0.