PhysLean Documentation

PhysLean.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 #

iii. Table of contents #

iv. References #

There are no known references for this module.

A. Charges of the Yukawa terms #

def SuperSymmetry.SU5.ChargeSpectrum.ofYukawaTerms {𝓩 : Type} [AddCommGroup 𝓩] (x : ChargeSpectrum 𝓩) :
Multiset 𝓩

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

    def SuperSymmetry.SU5.ChargeSpectrum.ofYukawaTermsNSum {𝓩 : Type} [AddCommGroup 𝓩] (x : ChargeSpectrum 𝓩) :
    β„• β†’ Multiset 𝓩

    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
    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 #

        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.