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
Completeness of a charge spectrum
Let be an charge spectrum. We say that is **complete** if the following conditions are met: 1. The down-type Higgs charge is present. 2. The up-type Higgs charge is present. 3. The set of charges is non-empty. 4. The set of charges is non-empty.
Decidability of completeness for an charge spectrum
For an charge spectrum defined over a type of charges with decidable equality, it is decidable whether is complete. A charge spectrum is considered complete if it contains a down-type Higgs charge , an up-type Higgs charge , and the sets of charges and charges are both non-empty.
The empty charge spectrum is not complete
The empty charge spectrum is not complete. A charge spectrum is defined as complete if it contains both the down-type and up-type Higgs charges ( and ) and has non-empty sets of charges for the and matter representations ( and ).
and
Let and be two charge spectra. If is a subset of () and is complete, then is also complete. A charge spectrum is defined as complete if it contains the down-type Higgs charge , the up-type Higgs charge , and the sets of and matter charges are both non-empty. The subset relation denotes the component-wise inclusion of these charges.
Multiset of completions of a charge spectrum given and
Let be a charge spectrum over a set of charges , where represent optional Higgs charges and are finite sets of charges for the and matter representations. Given finite sets of allowed charges , the function `completions` returns the multiset of all charge spectra that are super sets of and are "complete." A spectrum in this multiset is formed by replacing any missing components in with a single charge from the allowed sets as follows: - if is present; otherwise, . - if is present; otherwise, . - if is non-empty; otherwise, . - if is non-empty; otherwise, . The resulting multiset is the Cartesian product of these possible choices for each component, mapped back into the charge spectrum type.
Membership Condition for Charge Spectrum Completions
Let and be charge spectra over a set of charges , where and . For any finite sets of allowed charges , is a member of the multiset of completions of (denoted `completions S5 S10 x`) if and only if the following four conditions hold: 1. The Higgs charge is equal to if is present; otherwise, for some . 2. The Higgs charge is equal to if is present; otherwise, for some . 3. The set of matter charges is equal to if is non-empty; otherwise, for some . 4. The set of matter charges is equal to if is non-empty; otherwise, for some .
The multiset `completions S5 S10 x` has no duplicates
For any charge spectrum and any finite sets of charges and , the multiset of completions `completions S5 S10 x` contains no duplicate elements.
Completions of a Complete Charge Spectrum is
Let be an charge spectrum and be finite sets of charges. If is complete—meaning that its up-type Higgs charge and down-type Higgs charge are present, and its sets of and charges are non-empty—then the multiset of completions of with respect to the allowed charge sets and is the singleton multiset .
Let be an charge spectrum and be finite sets of charges. The charge spectrum is a member of its own multiset of completions if and only if is complete.
Members of completions are complete charge spectra
Let and be finite sets of charges, and let and be charge spectra. If is an element of the multiset of completions of given the allowed charges and (denoted `completions S5 S10 x`), then is complete. A charge spectrum is defined as **complete** if it satisfies the following four conditions: 1. The down-type Higgs charge is present. 2. The up-type Higgs charge is present. 3. The set of charges is non-empty. 4. The set of charges is non-empty.
Let and be charge spectra and let be finite sets of allowed charges. If is an element of the multiset of completions of (constructed by filling missing charges in using elements from and ), then is a subset of (). This means that the charges associated with the Higgs fields () and the matter representations () in are component-wise contained within those of .
If and is complete, then there exists a completion of such that
Let and be finite sets of charges. Let and be charge spectra such that . If is complete and all charges in are contained in and (i.e., ), then there exists a completion of relative to and (i.e., ) such that .
Multiset of completions for top Yukawa using
Given a finite set of charges and a charge spectrum , the function `completionsTopYukawa` constructs a multiset of charge spectra. Each spectrum in this multiset is formed by taking the charge () and the set of -representation charges () from the input spectrum , and completing them with an charge and a single -representation charge . Specifically, the function maps every pair to a new charge spectrum .
`completionsTopYukawa` has no duplicates
For any finite set of charges and any charge spectrum , the multiset , which consists of charge spectra formed by supplementing with and -representation charges from , contains no duplicate elements.
Minimal Top Yukawa Membership implies
Let be an additive abelian group of charges. For any finite sets of charges and any charge spectrum , if is a spectrum that minimally allows the top Yukawa coupling (which implies contains an charge and a non-empty set of charges, but lacks an charge and charges), then the multiset of all completions of using and is equal to the multiset of top Yukawa completions of using . That is,
