Physlib

Physlib.Particles.SuperSymmetry.SU5.ChargeSpectrum.Completions

15 declarations

definition

Completeness of a charge spectrum xx

#IsComplete

Let xx be an SU(5)SU(5) charge spectrum. We say that xx is **complete** if the following conditions are met: 1. The down-type Higgs charge qHdqH_d is present. 2. The up-type Higgs charge qHuqH_u is present. 3. The set of 5ˉ\bar{\mathbf{5}} charges Q5ˉQ_{\bar{5}} is non-empty. 4. The set of 10\mathbf{10} charges Q10Q_{10} is non-empty.

instance

Decidability of completeness for an SU(5)SU(5) charge spectrum xx

#instDecidableIsCompleteOfDecidableEq

For an SU(5)SU(5) charge spectrum xx defined over a type of charges Z\mathcal{Z} with decidable equality, it is decidable whether xx is complete. A charge spectrum xx is considered complete if it contains a down-type Higgs charge qHdqH_d, an up-type Higgs charge qHuqH_u, and the sets of 5ˉ\bar{\mathbf{5}} charges Q5ˉQ_{\bar{5}} and 10\mathbf{10} charges Q10Q_{10} are both non-empty.

theorem

The empty charge spectrum is not complete

#not_isComplete_empty

The empty SU(5)SU(5) charge spectrum \emptyset is not complete. A charge spectrum is defined as complete if it contains both the down-type and up-type Higgs charges (qHdqH_d and qHuqH_u) and has non-empty sets of charges for the 5ˉ\bar{\mathbf{5}} and 10\mathbf{10} matter representations (Q5ˉQ_{\bar{5}} and Q10Q_{10}).

theorem

xyx \subseteq y and IsComplete x    IsComplete y\text{IsComplete } x \implies \text{IsComplete } y

#isComplete_mono

Let xx and yy be two SU(5)SU(5) charge spectra. If xx is a subset of yy (xyx \subseteq y) and xx is complete, then yy is also complete. A charge spectrum is defined as complete if it contains the down-type Higgs charge qHdqH_d, the up-type Higgs charge qHuqH_u, and the sets of 5ˉ\bar{\mathbf{5}} and 10\mathbf{10} matter charges are both non-empty. The subset relation xyx \subseteq y denotes the component-wise inclusion of these charges.

definition

Multiset of completions of a charge spectrum xx given S5S_5 and S10S_{10}

#completions

Let x=(qHd,qHu,Q5ˉ,Q10)x = (q_{H_d}, q_{H_u}, Q_{\bar{5}}, Q_{10}) be a charge spectrum over a set of charges Z\mathcal{Z}, where qHd,qHuOption Zq_{H_d}, q_{H_u} \in \text{Option } \mathcal{Z} represent optional Higgs charges and Q5ˉ,Q10Finset ZQ_{\bar{5}}, Q_{10} \in \text{Finset } \mathcal{Z} are finite sets of charges for the 5ˉ\mathbf{\bar{5}} and 10\mathbf{10} matter representations. Given finite sets of allowed charges S5,S10ZS_5, S_{10} \subseteq \mathcal{Z}, the function `completions` returns the multiset of all charge spectra y=(qHd,qHu,Q5ˉ,Q10)y = (q'_{H_d}, q'_{H_u}, Q'_{\bar{5}}, Q'_{10}) that are super sets of xx and are "complete." A spectrum yy in this multiset is formed by replacing any missing components in xx with a single charge from the allowed sets as follows: - qHd=qHdq'_{H_d} = q_{H_d} if qHdq_{H_d} is present; otherwise, qHd{some zzS5}q'_{H_d} \in \{ \text{some } z \mid z \in S_5 \}. - qHu=qHuq'_{H_u} = q_{H_u} if qHuq_{H_u} is present; otherwise, qHu{some zzS5}q'_{H_u} \in \{ \text{some } z \mid z \in S_5 \}. - Q5ˉ=Q5ˉQ'_{\bar{5}} = Q_{\bar{5}} if Q5ˉQ_{\bar{5}} is non-empty; otherwise, Q5ˉ{{z}zS5}Q'_{\bar{5}} \in \{ \{z\} \mid z \in S_5 \}. - Q10=Q10Q'_{10} = Q_{10} if Q10Q_{10} is non-empty; otherwise, Q10{{z}zS10}Q'_{10} \in \{ \{z\} \mid z \in S_{10} \}. The resulting multiset is the Cartesian product of these possible choices for each component, mapped back into the charge spectrum type.

theorem

Membership Condition for Charge Spectrum Completions

#mem_completions_iff

Let x=(qHd,qHu,Q5ˉ,Q10)x = (q_{H_d}, q_{H_u}, Q_{\bar{5}}, Q_{10}) and y=(qHd,qHu,Q5ˉ,Q10)y = (q'_{H_d}, q'_{H_u}, Q'_{\bar{5}}, Q'_{10}) be charge spectra over a set of charges Z\mathcal{Z}, where qHd,qHuOption Zq_{H_d}, q_{H_u} \in \text{Option } \mathcal{Z} and Q5ˉ,Q10Finset ZQ_{\bar{5}}, Q_{10} \in \text{Finset } \mathcal{Z}. For any finite sets of allowed charges S5,S10ZS_5, S_{10} \subseteq \mathcal{Z}, yy is a member of the multiset of completions of xx (denoted `completions S5 S10 x`) if and only if the following four conditions hold: 1. The Higgs charge qHdq'_{H_d} is equal to qHdq_{H_d} if qHdq_{H_d} is present; otherwise, qHd=some zq'_{H_d} = \text{some } z for some zS5z \in S_5. 2. The Higgs charge qHuq'_{H_u} is equal to qHuq_{H_u} if qHuq_{H_u} is present; otherwise, qHu=some zq'_{H_u} = \text{some } z for some zS5z \in S_5. 3. The set of 5ˉ\mathbf{\bar{5}} matter charges Q5ˉQ'_{\bar{5}} is equal to Q5ˉQ_{\bar{5}} if Q5ˉQ_{\bar{5}} is non-empty; otherwise, Q5ˉ={z}Q'_{\bar{5}} = \{z\} for some zS5z \in S_5. 4. The set of 10\mathbf{10} matter charges Q10Q'_{10} is equal to Q10Q_{10} if Q10Q_{10} is non-empty; otherwise, Q10={z}Q'_{10} = \{z\} for some zS10z \in S_{10}.

theorem

The multiset `completions S5 S10 x` has no duplicates

#completions_nodup

For any charge spectrum xx and any finite sets of charges S5S_5 and S10S_{10}, the multiset of completions `completions S5 S10 x` contains no duplicate elements.

theorem

Completions of a Complete Charge Spectrum is {x}\{x\}

#completions_eq_singleton_of_complete

Let xx be an SU(5)SU(5) charge spectrum and S5,S10S_5, S_{10} be finite sets of charges. If xx is complete—meaning that its up-type Higgs charge qHuqH_u and down-type Higgs charge qHdqH_d are present, and its sets of 5ˉ\bar{\mathbf{5}} and 10\mathbf{10} charges are non-empty—then the multiset of completions of xx with respect to the allowed charge sets S5S_5 and S10S_{10} is the singleton multiset {x}\{x\}.

theorem

xcompletions(S5,S10,x)    IsComplete xx \in \text{completions}(S_5, S_{10}, x) \iff \text{IsComplete } x

#self_mem_completions_iff_isComplete

Let xx be an SU(5)SU(5) charge spectrum and S5,S10S_5, S_{10} be finite sets of charges. The charge spectrum xx is a member of its own multiset of completions completions(S5,S10,x)\text{completions}(S_5, S_{10}, x) if and only if xx is complete.

theorem

Members of completions are complete charge spectra

#mem_completions_isComplete

Let S5S_5 and S10S_{10} be finite sets of charges, and let xx and yy be SU(5)SU(5) charge spectra. If yy is an element of the multiset of completions of xx given the allowed charges S5S_5 and S10S_{10} (denoted `completions S5 S10 x`), then yy is complete. A charge spectrum is defined as **complete** if it satisfies the following four conditions: 1. The down-type Higgs charge qHdqH_d is present. 2. The up-type Higgs charge qHuqH_u is present. 3. The set of 5ˉ\bar{\mathbf{5}} charges Q5ˉQ_{\bar{5}} is non-empty. 4. The set of 10\mathbf{10} charges Q10Q_{10} is non-empty.

theorem

ycompletions x    xyy \in \text{completions } x \implies x \subseteq y

#self_subset_mem_completions

Let xx and yy be SU(5)SU(5) charge spectra and let S5,S10S_5, S_{10} be finite sets of allowed charges. If yy is an element of the multiset of completions of xx (constructed by filling missing charges in xx using elements from S5S_5 and S10S_{10}), then xx is a subset of yy (xyx \subseteq y). This means that the charges associated with the Higgs fields (Hu,HdH_u, H_d) and the matter representations (5ˉ,10\mathbf{\bar{5}}, \mathbf{10}) in xx are component-wise contained within those of yy.

theorem

If xyx \subseteq y and yy is complete, then there exists a completion zz of xx such that zyz \subseteq y

#exist_completions_subset_of_complete

Let S5S_5 and S10S_{10} be finite sets of charges. Let xx and yy be SU(5)SU(5) charge spectra such that xyx \subseteq y. If yy is complete and all charges in yy are contained in S5S_5 and S10S_{10} (i.e., yofFinset(S5,S10)y \in \text{ofFinset}(S_5, S_{10})), then there exists a completion zz of xx relative to S5S_5 and S10S_{10} (i.e., zcompletions(S5,S10,x)z \in \text{completions}(S_5, S_{10}, x)) such that zyz \subseteq y.

definition

Multiset of completions for top Yukawa using S5S_5

#completionsTopYukawa

Given a finite set of charges S5ZS_5 \subset \mathcal{Z} and a charge spectrum xx, the function `completionsTopYukawa` constructs a multiset of charge spectra. Each spectrum in this multiset is formed by taking the HuH_u charge (x.qHux.q_{H_u}) and the set of 1010-representation charges (x.Q10x.Q_{10}) from the input spectrum xx, and completing them with an HdH_d charge qHdS5q_{H_d} \in S_5 and a single 5ˉ\bar{5}-representation charge q5ˉS5q_{\bar{5}} \in S_5. Specifically, the function maps every pair (qHd,q5ˉ)S5×S5(q_{H_d}, q_{\bar{5}}) \in S_5 \times S_5 to a new charge spectrum qHd,x.qHu,{q5ˉ},x.Q10\langle q_{H_d}, x.q_{H_u}, \{q_{\bar{5}}\}, x.Q_{10} \rangle.

theorem

`completionsTopYukawa` has no duplicates

#completionsTopYukawa_nodup

For any finite set of charges S5ZS_5 \subset \mathcal{Z} and any charge spectrum xx, the multiset completionsTopYukawa(S5,x)\text{completionsTopYukawa}(S_5, x), which consists of charge spectra formed by supplementing xx with HdH_d and 5ˉ\bar{5}-representation charges from S5S_5, contains no duplicate elements.

theorem

Minimal Top Yukawa Membership implies completions=completionsTopYukawa\text{completions} = \text{completionsTopYukawa}

#completions_eq_completionsTopYukawa_of_mem_minimallyAllowsTermsOfFinset

Let Z\mathcal{Z} be an additive abelian group of charges. For any finite sets of charges S5,S10ZS_5, S_{10} \subset \mathcal{Z} and any charge spectrum xx, if xx is a spectrum that minimally allows the top Yukawa coupling (which implies xx contains an HuH_u charge and a non-empty set of 10\mathbf{10} charges, but lacks an HdH_d charge and 5ˉ\mathbf{\bar{5}} charges), then the multiset of all completions of xx using S5S_5 and S10S_{10} is equal to the multiset of top Yukawa completions of xx using S5S_5. That is, completions(S5,S10,x)=completionsTopYukawa(S5,x)\text{completions}(S_5, S_{10}, x) = \text{completionsTopYukawa}(S_5, x)