Physlib

Physlib.Particles.SuperSymmetry.SU5.ChargeSpectrum.Yukawa

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 terms - `ofYukawaTermsNSum`: the multiset of charges associated with up-to `n` 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-to `n` insertions of singlets needed to regenerate the Yukawa terms.

iii. Table of contents

- A. Charges of the Yukawa terms - A.1. Monotonicity of charges of the Yukawa terms - A.2. upto n-copies of charges of the Yukawa terms (aka charges of singlet insertions) - A.3. Monotonicity 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. Simplifications 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

iv. References

There are no known references for this module.

A. Charges of the Yukawa terms

A.1. Monotonicity of charges of the Yukawa terms

A.2. upto n-copies of charges of the Yukawa terms (aka charges of singlet insertions)

A.3. Monotonicity 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. Simplifications 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.

13 declarations

definition

Multiset of Yukawa charges for charge spectrum xx

Given a charge spectrum xx over a set of charges Z\mathcal{Z}, the function `ofYukawaTerms` returns the multiset of charges in Z\mathcal{Z} associated with the Yukawa terms in the superpotential. It is calculated as the sum of the multisets of charges obtained from the top Yukawa term and the bottom Yukawa term: x.ofPotentialTerm(topYukawa)+x.ofPotentialTerm(bottomYukawa) x.\text{ofPotentialTerm}'(\text{topYukawa}) + x.\text{ofPotentialTerm}'(\text{bottomYukawa}) These charges correspond to the negatives of the charges of the singlets required to regenerate the Yukawa terms in the potential.

theorem

xy    ofYukawaTerms(x)ofYukawaTerms(y)x \subseteq y \implies \text{ofYukawaTerms}(x) \subseteq \text{ofYukawaTerms}(y)

Let Z\mathcal{Z} be a set of charges. For any two SU(5)SU(5) charge spectra x,yChargeSpectrum Zx, y \in \text{ChargeSpectrum } \mathcal{Z}, if xx is a subset of yy (xyx \subseteq y), then the multiset of charges associated with the Yukawa terms of xx is contained within the multiset of charges associated with the Yukawa terms of yy.

definition

Multiset of sums of up to nn Yukawa charges for spectrum xx

For a charge spectrum xx over a set of charges Z\mathcal{Z} and a natural number nn, this function returns the multiset of charges in Z\mathcal{Z} formed by summing up to nn charges associated with the Yukawa terms of the spectrum. If YY is the multiset of charges of the Yukawa terms (defined by `ofYukawaTerms`), the function `ofYukawaTermsNSum` at level nn produces a multiset containing elements of the form i=1ksi\sum_{i=1}^k s_i, where 0kn0 \le k \le n and each siYs_i \in Y. Physically, these represent the charges of terms that can be regenerated through the insertion of up to nn singlets associated with the Yukawa couplings in the superpotential.

theorem

xy    ofYukawaTermsNSum(x,n)ofYukawaTermsNSum(y,n)x \subseteq y \implies \text{ofYukawaTermsNSum}(x, n) \subseteq \text{ofYukawaTermsNSum}(y, n)

Let Z\mathcal{Z} be a set of charges. For any two SU(5)SU(5) charge spectra x,yChargeSpectrum Zx, y \in \text{ChargeSpectrum } \mathcal{Z} and any natural number nn, if xx is a subset of yy (xyx \subseteq y), then the multiset of charges formed by summing up to nn Yukawa term charges of xx is contained within the multiset of charges formed by summing up to nn Yukawa term charges of yy. That is, x.ofYukawaTermsNSum(n)y.ofYukawaTermsNSum(n)x.\text{ofYukawaTermsNSum}(n) \subseteq y.\text{ofYukawaTermsNSum}(n).

definition

Yukawa generation of dangerous terms at level nn

Given a charge spectrum xx and a natural number nn, this proposition asserts that the multiset of charges formed by summing up to nn Yukawa-associated charges, denoted here as Yn(x)Y_n(x), has a non-empty intersection with the multiset of phenomenologically constraining (or "dangerous") superpotential charges, denoted P(x)P(x). Mathematically, the condition is: Yn(x)P(x) Y_n(x) \cap P(x) \neq \emptyset In a physical context, this means that the insertions of up to nn Yukawa-related singlets are capable of regenerating a superpotential term that is phenomenologically constrained (such as those leading to proton decay or R-parity violation).

instance

Decidability of YukawaGeneratesDangerousAtLevel(x,n)\text{YukawaGeneratesDangerousAtLevel}(x, n)

For a given SU(5)SU(5) charge spectrum xx and a natural number nn, the property YukawaGeneratesDangerousAtLevel(x,n)\text{YukawaGeneratesDangerousAtLevel}(x, n) is decidable. This property holds if the intersection of the multiset of charges formed by summing up to nn Yukawa-associated charges, denoted Yn(x)Y_n(x), and the multiset of phenomenologically constraining superpotential charges, P(x)P(x), is non-empty. Mathematically, the decidability applies to the condition: Yn(x)P(x) Y_n(x) \cap P(x) \neq \emptyset In a physical context, this means there is a computational procedure to determine whether the insertions of up to nn Yukawa-related singlets can regenerate a phenomenologically constrained (dangerous) superpotential term.

theorem

YukawaGeneratesDangerousAtLevel(x,n)    Yn(x)P(x)\text{YukawaGeneratesDangerousAtLevel}(x, n) \iff Y_n(x) \cap P(x) \neq \emptyset

For a charge spectrum xx and a natural number nn, the proposition that xx regenerates a dangerous term at level nn holds if and only if the intersection of the multiset of charges formed by summing up to nn Yukawa-associated charges, denoted as Yn(x)Y_n(x), and the multiset of phenomenologically constraining superpotential charges, denoted as P(x)P(x), is non-empty. That is: YukawaGeneratesDangerousAtLevel(x,n)    Yn(x)P(x) \text{YukawaGeneratesDangerousAtLevel}(x, n) \iff Y_n(x) \cap P(x) \neq \emptyset

theorem

`YukawaGeneratesDangerousAtLevel` n    n \iff non-empty set intersection of charges

For a charge spectrum xx and a natural number nn, the property that the spectrum regenerates a phenomenologically constrained (dangerous) superpotential term with up to nn Yukawa singlet insertions holds if and only if the intersection of the set of charges formed by summing up to nn Yukawa charges and the set of phenomenologically constraining superpotential charges is non-empty. Mathematically, this is expressed as: x.YukawaGeneratesDangerousAtLevel n    Set(Yn(x))Set(P(x)) x.\text{YukawaGeneratesDangerousAtLevel } n \iff \text{Set}(Y_n(x)) \cap \text{Set}(P(x)) \neq \emptyset where Set(Yn(x))\text{Set}(Y_n(x)) is the set of charges obtained from summing up to nn Yukawa terms, and Set(P(x))\text{Set}(P(x)) is the set of phenomenologically constraining charges.

theorem

Empty Charge Spectrum Does Not Generate Dangerous Terms

For any natural number nn, the empty charge spectrum \emptyset does not regenerate any phenomenologically constrained superpotential terms through the insertion of up to nn Yukawa-related singlets.

theorem

xy    YukawaGeneratesDangerousAtLevel x nYukawaGeneratesDangerousAtLevel y nx \subseteq y \implies \text{YukawaGeneratesDangerousAtLevel } x \ n \to \text{YukawaGeneratesDangerousAtLevel } y \ n

For any two SU(5)SU(5) charge spectra xx and yy such that xyx \subseteq y, and for any natural number nn, if xx generates a phenomenologically constrained (dangerous) superpotential term through the insertion of up to nn Yukawa-related singlets (i.e., YukawaGeneratesDangerousAtLevel x n\text{YukawaGeneratesDangerousAtLevel } x \ n holds), then yy also generates a dangerous superpotential term at the same level nn.

theorem

`YukawaGeneratesDangerousAtLevel n` implies `YukawaGeneratesDangerousAtLevel (n + 1)`

Let xx be a charge spectrum and nn be a natural number. If xx generates a phenomenologically constrained (dangerous) superpotential term through the insertion of up to nn Yukawa-related singlets, then it also generates such a term through the insertion of up to n+1n + 1 singlets. Mathematically, x.YukawaGeneratesDangerousAtLevel n    x.YukawaGeneratesDangerousAtLevel (n+1)x.\text{YukawaGeneratesDangerousAtLevel } n \implies x.\text{YukawaGeneratesDangerousAtLevel } (n + 1).

theorem

`YukawaGeneratesDangerousAtLevel n` implies `YukawaGeneratesDangerousAtLevel (n + k)`

Let xx be a charge spectrum and n,kn, k be natural numbers. If xx generates a phenomenologically constrained (dangerous) superpotential term through the insertion of up to nn Yukawa-related singlets, then it also generates such a term through the insertion of up to n+kn + k singlets. Mathematically, this is expressed as: x.YukawaGeneratesDangerousAtLevel n    x.YukawaGeneratesDangerousAtLevel (n+k)x.\text{YukawaGeneratesDangerousAtLevel } n \implies x.\text{YukawaGeneratesDangerousAtLevel } (n + k).

theorem

Monotonicity of Yukawa Generation of Dangerous Terms in Level nn

Let xx be a charge spectrum and n,mn, m be natural numbers. If nmn \le m and xx generates a phenomenologically constrained (dangerous) superpotential term through the insertion of up to nn Yukawa-related singlets, then it also generates such a term through the insertion of up to mm singlets. Mathematically, if nmn \le m, then x.YukawaGeneratesDangerousAtLevel n    x.YukawaGeneratesDangerousAtLevel mx.\text{YukawaGeneratesDangerousAtLevel } n \implies x.\text{YukawaGeneratesDangerousAtLevel } m.