Phenomenologically closed sets of charge spectra #
i. Overview #
The main goal of this file is to prove the lemma
completeness_of_isPhenoClosedQ5_isPhenoClosedQ10
, which
allows us to prove that a multiset of charge spectra contains all
phenomenologically viable charge spectra, given a finite set of allowed
5
-bar and 10
-dimensional.
This lemma relies on the multiset of charge spectra satisfying a number of conditions,
which include three which are defined in this file: IsPhenoClosedQ5
, IsPhenoClosedQ10
and
ContainsPhenoCompletionsOfMinimallyAllows
.
ii. Key results #
IsPhenoClosedQ5
: The proposition that a multiset of charges is phenomologically closed under addition of5
-bar charges from a finite setS5
.IsPhenoClosedQ10
: The proposition that a multiset of charges is phenomologically closed under addition of10
-dimensional charges from a finite setS10
.ContainsPhenoCompletionsOfMinimallyAllows
: The proposition that a multiset of charges contains all phenomenologically viable completions of charge spectra which permit the top Yukukwa.completeMinSubset
: For a givenS5 S10 : Finset 𝓩
, the minimal multiset of charges which satifies the conditionContainsPhenoCompletionsOfMinimallyAllows
.completeness_of_isPhenoClosedQ5_isPhenoClosedQ10
: A lemma for simplifying the proof that a multiset contains all phenomenologically viable charge spectra.viableChargesMultiset
: A computable multiset containing all phenomenologically viable charge spectra for a givenS5 S10 : Finset 𝓩
.
iii. Table of contents #
- A. Phenomenologically closed under additions of 5-bar charges
- A.1. Simplification using pheno-constrained due to additionial of 5-bar charge
- B. Phenomenologically closed under additions of 10d charges
- B.1. Simplification using pheno-constrained due to additionial of 10d charge
- C. Prop for multiset containing all pheno-viable completions of charges permitting top Yukawa
- C.1. Simplification using fast version of completions of charges permitting top Yukawa
- C.2. Decidability of proposition
- C.3. Monoticity of proposition
- C.4.
completeMinSubset
: Minimial multiset with viable completions of top-permitting charges- C.4.1. The multiset
completeMinSubset
has no duplicates - C.4.2. The multiset
completeMinSubset
is minimal - C.4.3. The multiset
completeMinSubset
contains all completions
- C.4.1. The multiset
- D. Multisets containing all pheno-viable charge spectra
- D.1. Lemma for simplifying proof that a multiset contains all pheno-viable charge spectra
- D.2. Computable multiset containing all pheno-viable charge spectra
iv. References #
There are no known references for the material in this module.
A. Phenomenologically closed under additions of 5-bar charges #
The proposition that for multiset set of charges charges
,
adding individual elements of S5
to the Q5
charges of elements of charges
again
leads to an element in charges
or a charge which is phenomenologically constrained,
or regenerates dangerous couplings with one singlet insertion.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A.1. Simplification using pheno-constrained due to additionial of 5-bar charge #
B. Phenomenologically closed under additions of 10d charges #
The proposition that for multiset set of charges charges
,
adding individual elements of S10
to the Q10
charges of elements of charges
again
leads to an element in charges
or a charge which is phenomenologically constrained,
or regenerates dangerous couplings with one singlet insertion.
Equations
- One or more equations did not get rendered due to their size.
Instances For
B.1. Simplification using pheno-constrained due to additionial of 10d charge #
C. Prop for multiset containing all pheno-viable completions of charges permitting top Yukawa #
The proposition that for multiset set of charges charges
contains all
viable completions of charges which allow the top Yukawa, given allowed values
of 5
d and 10
d charges S5
and S10
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
C.1. Simplification using fast version of completions of charges permitting top Yukawa #
C.2. Decidability of proposition #
Equations
- One or more equations did not get rendered due to their size.
C.3. Monoticity of proposition #
C.4. completeMinSubset
: Minimial multiset with viable completions of top-permitting charges #
For a given S5 S10 : Finset 𝓩
, the minimal multiset of charges which satifies
the condition ContainsPhenoCompletionsOfMinimallyAllows
.
That is to say, every multiset of charges which satifies
ContainsPhenoCompletionsOfMinimallyAllows
has completeMinSubset
as a subset.
Equations
- One or more equations did not get rendered due to their size.
Instances For
C.4.1. The multiset completeMinSubset
has no duplicates #
C.4.2. The multiset completeMinSubset
is minimal #
C.4.3. The multiset completeMinSubset
contains all completions #
D. Multisets containing all pheno-viable charge spectra #
D.1. Lemma for simplifying proof that a multiset contains all pheno-viable charge spectra #
The multiset of charges charges
contains precisely those charges (given a finite set
of allowed charges) which
- allow the top Yukawa term,
- are not phenomenologically constrained,
- do not generate dangerous couplings with one singlet insertion,
- and are complete, if the following conditions hold:
- every element of
charges
allows the top Yukawa term, - every element of
charges
is not phenomenologically constrained, - every element of
charges
does not generate dangerous couplings with one singlet insertion, - every element of
charges
is complete, charges
isIsPhenoClosedQ5
with respect toS5
,charges
isIsPhenoClosedQ10
with respect toS10
- and satisfies
ContainsPhenoCompletionsOfMinimallyAllows S5 S10 charges
. The importance of this lemma is that it is only regarding properties of finite-setcharges
not of the whole space of possible charges.
D.2. Computable multiset containing all pheno-viable charge spectra #
All charges, for a given S5 S10 : Finset 𝓩
,
which permit a top Yukawa coupling, are not phenomenologically constrained,
and do not regenerate dangerous couplings with one insertion of a Yukawa coupling.
This is the unique multiset without duplicates which satifies:
completeness_of_isPhenoClosedQ5_isPhenoClosedQ10
.
Note this is fast for evaluation, but to slow with decide
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Auxillary recursive function to define viableChargesMultiset
.
Equations
- One or more equations did not get rendered due to their size.