Physlib

Physlib.Particles.SuperSymmetry.SU5.ChargeSpectrum.Completions

Completions of charges

i. Overview

Recall that a charge spectrum has optional `Hu` and `Hd` charges, and can have an empty set of `5`-bar or `10` charges.

We say a charge spectrum is complete if it has all types of fields present, i.e. the `Hd` and `Hu` charges are present, and the sets of `5`-bar and `10` charges are non-empty.

Given a non-complete charge spectrum `x` we can find all the completions of `x`, which charges in given subsets. That is, all charge spectra `y` which are a super set of `x`, are complete, and have their charges in the given subsets.

ii. Key results

- `IsComplete` : A predicate saying a charge spectrum is complete. - `completions` : Given a charge spectrum `x` and finite sets of charges `S5` and `S10`, the multiset of completions of `x` with charges in `S5` and `S10`. - `completionsTopYukawa` : A fast version of `completions` for an `x` which is in `minimallyAllowsTermsOfFinset S5 S10 .topYukawa`, or in other words has a `qHu` charge, a non-empty set of `10` charges, but does not have a `qHd` charge or any `5`-bar charges.

iii. Table of contents

- A. The IsComplete predicate - A.1. The empty spectrum is not complete - A.2. The predicate `IsCompelete` is monotonic - B. Multiset of completions - B.1. A membership condition - B.2. No duplicate condition - B.3. Completions of a complete charge spectrum - B.4. Membership of own completions - B.5. Completeness of members of completions - B.6. Subset of members of completions - C. Completions for top Yukawa - C.1. No duplicates in completionsTopYukawa - C.2. Equivalence of completions and completionsTopYukawa

iv. References

There are no known references for the material in this module.

A. The IsComplete predicate

We say a charge spectrum is complete if it has all types of fields present, i.e. the `Hd` and `Hu` charges are present, and the sets of `5`-bar and `10` charges are non-empty.

A.1. The empty spectrum is not complete

The empty charge spectrum is not complete, since it has no charges present.

A.2. The predicate `IsCompelete` is monotonic

The predicate `IsComplete` is monotonic with respect to the subset relation. That is, if `x` is a subset of `y` and `x` is complete, then `y` is also complete.

B. Multiset of completions

The completions of a charge spectrum `x` with charges in given finite sets `S5` and `S10` are all the charge spectra `y` which are a super set of `x`, are complete, and have their charges in `S5` and `S10`.

B.1. A membership condition

A simple relation for membership of a charge spectrum in the completions of another.

B.2. No duplicate condition

B.3. Completions of a complete charge spectrum

B.4. Membership of own completions

B.5. Completeness of members of completions

We now show that any member of the completions of a charge spectrum is complete.

B.6. Subset of members of completions

We show that any member of the completions of a charge spectrum is a super set of that charge spectrum.

C. Completions for top Yukawa

We give a fast version of `completions` in the case when `x` has a `qHu` charge, and a non-empty set of `10` charges, but does not have a `qHd` charge or any `5`-bar charges. Here we only need to specify the allowed `5`-bar charges, not the allowed `10` charges.

This is the case for charges which minimally allow the top Yukawa coupling.

These definitions are primarily for speed, as this is the most common case we will look at.

C.1. No duplicates in completionsTopYukawa

Like for `completions`, we define `completionsTopYukawa` as a multiset for speed, however, we can show it has no duplicates.

C.2. Equivalence of completions and completionsTopYukawa

For charges `x` which are in `minimallyAllowsTermsOfFinset S5 S10 .topYukawa`, we show that `completions S5 S10 x` and `completionsTopYukawa S5 x` are equal multisets.

15 declarations

definition

Completeness of a charge spectrum xx

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

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

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

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}

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

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

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\}

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

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

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

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

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

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

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}

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)