PhysLean Documentation

PhysLean.Particles.SuperSymmetry.SU5.ChargeSpectrum.PhenoConstrained

Pheno constrained charge spectra #

i. Overview #

We define a predicate IsPhenoConstrained on ChargeSpectrum 𝓩 which is true if the charge spectrum allows any super-potential or KΓ€hler potential term leading to proton decay or R-parity violation.

We prove basic properties of this predicate including monoticity.

We define some variations of this result.

ii. Key results #

iii. Table of contents #

iv. References #

There are no known references for the material in this file.

A. Phenomenologicall constrained charge spectra #

A charge is pheno-constrained if it leads to the presence of any term causing proton decay {W1, Ξ›, W2, K1} or R-parity violation {Ξ², Ξ›, W2, W4, K1, K2}.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    A.1. Decidability of IsPhenoConstrained #

    Equations
    • One or more equations did not get rendered due to their size.

    A.2. The empty charge spectrum is not pheno-constrained #

    The empty charge spectrum does not allow any terms, and so is not pheno-constrained.

    A.3. Monotonicity of being pheno-constrained #

    If a charge spectrum x is pheno-constrained, then any charge spectrum y containing x is also pheno-constrained.

    B. Charges of pheno-constraining terms in the super potential #

    The collection of charges of super-potential terms leading to a pheno-constrained model.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      B.1. The empty charge spectrum has an empty set of pheno-constraining term charges #

      B.2. The charges of pheno-constraining terms in the SP is monotone #

      C. Phenomenologically constrained charge spectra after adding a single Q5 charge #

      We now define IsPhenoConstrainedQ5 which gives the condition that a charge spectrum becomes pheno-constrained after adding a single charge to the Q5 set.

      def SuperSymmetry.SU5.ChargeSpectrum.IsPhenoConstrainedQ5 {𝓩 : Type} [AddCommGroup 𝓩] [DecidableEq 𝓩] (x : ChargeSpectrum 𝓩) (q5 : 𝓩) :

      The proposition which is true if the addition of a charge q5 to a set of charegs x leads x to being phenomenologically constrained.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        C.2. Reducing the condition IsPhenoConstrainedQ5 #

        C.3. Decidability of IsPhenoConstrainedQ5 #

        instance SuperSymmetry.SU5.ChargeSpectrum.decidableIsPhenoConstrainedQ5 {𝓩 : Type} [AddCommGroup 𝓩] [DecidableEq 𝓩] (x : ChargeSpectrum 𝓩) (q5 : 𝓩) :
        Equations
        • One or more equations did not get rendered due to their size.

        C.4. Charge spectra with added Q5 charge is pheno-constrained iff #

        theorem SuperSymmetry.SU5.ChargeSpectrum.isPhenoConstrained_insertQ5_iff_isPhenoConstrainedQ5 {𝓩 : Type} [AddCommGroup 𝓩] [DecidableEq 𝓩] {qHd qHu : Option 𝓩} {Q5 Q10 : Finset 𝓩} {q5 : 𝓩} :
        { qHd := qHd, qHu := qHu, Q5 := insert q5 Q5, Q10 := Q10 }.IsPhenoConstrained ↔ { qHd := qHd, qHu := qHu, Q5 := Q5, Q10 := Q10 }.IsPhenoConstrainedQ5 q5 ∨ { qHd := qHd, qHu := qHu, Q5 := Q5, Q10 := Q10 }.IsPhenoConstrained

        D. Phenomenologically constrained charge spectra after adding a single Q10 charge #

        We now define IsPhenoConstrainedQ10 which gives the condition that a charge spectrum becomes pheno-constrained after adding a single charge to the Q10 set.

        def SuperSymmetry.SU5.ChargeSpectrum.IsPhenoConstrainedQ10 {𝓩 : Type} [AddCommGroup 𝓩] [DecidableEq 𝓩] (x : ChargeSpectrum 𝓩) (q10 : 𝓩) :

        The proposition which is true if the addition of a charge q10 to a set of charegs x leads x to being phenomenologically constrained.

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For

          D.2. Reducing the condition IsPhenoConstrainedQ10 #

          D.3. Decidability of IsPhenoConstrainedQ10 #

          instance SuperSymmetry.SU5.ChargeSpectrum.decidableIsPhenoConstrainedQ10 {𝓩 : Type} [AddCommGroup 𝓩] [DecidableEq 𝓩] (x : ChargeSpectrum 𝓩) (q10 : 𝓩) :
          Equations
          • One or more equations did not get rendered due to their size.

          D.4. Charge spectra with added Q10 charge is pheno-constrained iff #

          theorem SuperSymmetry.SU5.ChargeSpectrum.isPhenoConstrained_insertQ10_iff_isPhenoConstrainedQ10 {𝓩 : Type} [AddCommGroup 𝓩] [DecidableEq 𝓩] {qHd qHu : Option 𝓩} {Q5 Q10 : Finset 𝓩} {q10 : 𝓩} :
          { qHd := qHd, qHu := qHu, Q5 := Q5, Q10 := insert q10 Q10 }.IsPhenoConstrained ↔ { qHd := qHd, qHu := qHu, Q5 := Q5, Q10 := Q10 }.IsPhenoConstrainedQ10 q10 ∨ { qHd := qHd, qHu := qHu, Q5 := Q5, Q10 := Q10 }.IsPhenoConstrained