Physlib

Physlib.Particles.SuperSymmetry.SU5.ChargeSpectrum.Yukawa

13 declarations

definition

Multiset of Yukawa charges for charge spectrum xx

#ofYukawaTerms

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.\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)

#ofYukawaTerms_subset_of_subset

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

#ofYukawaTermsNSum

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)

#ofYukawaTermsNSum_subset_of_subset

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

#YukawaGeneratesDangerousAtLevel

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: \[ 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)

#instDecidableYukawaGeneratesDangerousAtLevel

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: \[ 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

#YukawaGeneratesDangerousAtLevel_iff_inter

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: \[ \text{YukawaGeneratesDangerousAtLevel}(x, n) \iff Y_n(x) \cap P(x) \neq \emptyset \]

theorem

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

#yukawaGeneratesDangerousAtLevel_iff_toFinset

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

#not_yukawaGeneratesDangerousAtLevel_of_empty

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

#yukawaGeneratesDangerousAtLevel_of_subset

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)`

#yukawaGeneratesDangerousAtLevel_succ

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)`

#yukawaGeneratesDangerousAtLevel_add_of_left

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

#yukawaGeneratesDangerousAtLevel_of_le

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.