Yukawa charges #
i. Overview #
In this module we look at the charges associated with the Yukawa terms in the super potential, and when they can regenerate phenomenologically constrained super-potential terms at different levels.
We do not not consider the regeneration of terms in the KΓ€hler potential within this module.
ii. Key results #
ofYukawaTerms
: the multiset of charges associated with the Yukawa termsofYukawaTermsNSum
: the multiset of charges associated with up-ton
copies of the Yukawa terms or equivalently the charges of singlet insertions needed to regenerate Yukawa terms.YukawaGeneratesDangerousAtLevel
: the proposition that a charge spectrum regenerates a phenomenologically constrained term in the super-potential with up-ton
insertions of singlets needed to regenerate the Yukawa terms.
iii. Table of contents #
- A. Charges of the Yukawa terms
- A.1. Monoticity of charges of the Yukawa terms
- A.2. upto n-copies of charges of the Yukawa terms (aka charges of singlet insertions)
- A.3. Monoticity of set of charges of upto n-copies of the Yukawa terms
- B. Regeneration of phenomenologically constrained terms via upto n Yukawa singlet insertions
- B.1. Decidability of
YukawaGeneratesDangerousAtLevel
- B.2. Simplififications of condition for regenerating dangerous terms
- B.3. Empty charge spectrum does not regenerate dangerous terms
- B.4. Monotonicity of regeneration of dangerous terms in charge spectra
- B.5. Monotonicity of regeneration of dangerous terms in level
- B.1. Decidability of
iv. References #
There are no known references for this module.
A. Charges of the Yukawa terms #
The collection of charges associated with Yukawa terms. Correspondingly, the (negative) of the charges of the singlets needed to regenerate all Yukawa terms in the potential.
Equations
Instances For
A.1. Monoticity of charges of the Yukawa terms #
A.2. upto n-copies of charges of the Yukawa terms (aka charges of singlet insertions) #
The charges of those terms which can be regenerated with up-to n
insertions of singlets needed to regenerate the Yukawa terms.
Equivalently, the sum of up-to n
integers each corresponding to a charge of the
Yukawa terms.
Equations
- x.ofYukawaTermsNSum 0 = {0}
- x.ofYukawaTermsNSum n.succ = x.ofYukawaTermsNSum n + (x.ofYukawaTermsNSum n).bind fun (sSum : π©) => Multiset.map (fun (s : π©) => sSum + s) x.ofYukawaTerms
Instances For
A.3. Monoticity of set of charges of upto n-copies of the Yukawa terms #
B. Regeneration of phenomenologically constrained terms via upto n Yukawa singlet insertions #
For charges x : Charges
, the proposition which states that the singlets
needed to regenerate the Yukawa couplings regnerate a dangerous coupling
(in the superpotential) with up-to n
insertions of the scalars.
Note: If defined as (x.ofYukawaTermsNSum n).toFinset β© x.phenoConstrainingChargesSP.toFinset β β the exicution time is greatley increased.
Equations
Instances For
B.1. Decidability of YukawaGeneratesDangerousAtLevel
#
Equations
B.2. Simplififications of condition for regenerating dangerous terms #
B.3. Empty charge spectrum does not regenerate dangerous terms #
B.4. Monotonicity of regeneration of dangerous terms in charge spectra #
If x
regenerates a dangerous term with up-to n
insertions of Yukawa singlets,
and x β y
, then y
also regenerates a dangerous term with up-to n
insertions.
B.5. Monotonicity of regeneration of dangerous terms in level #
If x
regenerates a dangerous term with up-to n
insertions of Yukawa singlets,
then x
also regenerates a dangerous term with up-to n + 1
insertions.