PhysLean Documentation

PhysLean.Particles.SuperSymmetry.SU5.ChargeSpectrum.PhenoClosed

Phenomenologically closed sets of charge spectra #

i. Overview #

The main goal of this file is to prove the lemma completeness_of_isPhenoClosedQ5_isPhenoClosedQ10, which allows us to prove that a multiset of charge spectra contains all phenomenologically viable charge spectra, given a finite set of allowed 5-bar and 10-dimensional.

This lemma relies on the multiset of charge spectra satisfying a number of conditions, which include three which are defined in this file: IsPhenoClosedQ5, IsPhenoClosedQ10 and ContainsPhenoCompletionsOfMinimallyAllows.

ii. Key results #

iii. Table of contents #

iv. References #

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

A. Phenomenologically closed under additions of 5-bar charges #

The proposition that for multiset set of charges charges, adding individual elements of S5 to the Q5 charges of elements of charges again leads to an element in charges or a charge which is phenomenologically constrained, or regenerates dangerous couplings with one singlet insertion.

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

    A.1. Simplification using pheno-constrained due to additionial of 5-bar charge #

    theorem SuperSymmetry.SU5.ChargeSpectrum.isPhenClosedQ5_of_isPhenoConstrainedQ5 {𝓩 : Type} [DecidableEq 𝓩] [AddCommGroup 𝓩] {S5 : Finset 𝓩} {charges : Multiset (ChargeSpectrum 𝓩)} (h : q5S5, xcharges, have y := { qHd := x.qHd, qHu := x.qHu, Q5 := insert q5 x.Q5, Q10 := x.Q10 }; x.IsPhenoConstrainedQ5 q5 y charges y.YukawaGeneratesDangerousAtLevel 1) :
    IsPhenoClosedQ5 S5 charges

    B. Phenomenologically closed under additions of 10d charges #

    The proposition that for multiset set of charges charges, adding individual elements of S10 to the Q10 charges of elements of charges again leads to an element in charges or a charge which is phenomenologically constrained, or regenerates dangerous couplings with one singlet insertion.

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

      B.1. Simplification using pheno-constrained due to additionial of 10d charge #

      theorem SuperSymmetry.SU5.ChargeSpectrum.isPhenClosedQ10_of_isPhenoConstrainedQ10 {𝓩 : Type} [DecidableEq 𝓩] [AddCommGroup 𝓩] {S10 : Finset 𝓩} {charges : Multiset (ChargeSpectrum 𝓩)} (h : q10S10, xcharges, have y := { qHd := x.qHd, qHu := x.qHu, Q5 := x.Q5, Q10 := insert q10 x.Q10 }; x.IsPhenoConstrainedQ10 q10 y charges y.YukawaGeneratesDangerousAtLevel 1) :
      IsPhenoClosedQ10 S10 charges

      C. Prop for multiset containing all pheno-viable completions of charges permitting top Yukawa #

      The proposition that for multiset set of charges charges contains all viable completions of charges which allow the top Yukawa, given allowed values of 5d and 10d charges S5 and S10.

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

        C.1. Simplification using fast version of completions of charges permitting top Yukawa #

        C.2. Decidability of proposition #

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

        C.3. Monoticity of proposition #

        theorem SuperSymmetry.SU5.ChargeSpectrum.containsPhenoCompletionsOfMinimallyAllows_of_subset {𝓩 : Type} [DecidableEq 𝓩] [AddCommGroup 𝓩] {S5 S10 : Finset 𝓩} {charges charges' : Multiset (ChargeSpectrum 𝓩)} (h' : ContainsPhenoCompletionsOfMinimallyAllows S5 S10 charges) (h : xcharges, x charges') :

        C.4. completeMinSubset: Minimial multiset with viable completions of top-permitting charges #

        For a given S5 S10 : Finset 𝓩, the minimal multiset of charges which satifies the condition ContainsPhenoCompletionsOfMinimallyAllows. That is to say, every multiset of charges which satifies ContainsPhenoCompletionsOfMinimallyAllows has completeMinSubset as a subset.

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

          C.4.1. The multiset completeMinSubset has no duplicates #

          C.4.2. The multiset completeMinSubset is minimal #

          C.4.3. The multiset completeMinSubset contains all completions #

          D. Multisets containing all pheno-viable charge spectra #

          D.1. Lemma for simplifying proof that a multiset contains all pheno-viable charge spectra #

          The multiset of charges charges contains precisely those charges (given a finite set of allowed charges) which

          theorem SuperSymmetry.SU5.ChargeSpectrum.completeness_of_isPhenoClosedQ5_isPhenoClosedQ10 {𝓩 : Type} [DecidableEq 𝓩] [AddCommGroup 𝓩] {S5 S10 : Finset 𝓩} {charges : Multiset (ChargeSpectrum 𝓩)} (charges_topYukawa : xcharges, x.AllowsTerm PotentialTerm.topYukawa) (charges_not_isPhenoConstrained : xcharges, ¬x.IsPhenoConstrained) (charges_yukawa : xcharges, ¬x.YukawaGeneratesDangerousAtLevel 1) (charges_complete : xcharges, x.IsComplete) (charges_isPhenoClosedQ5 : IsPhenoClosedQ5 S5 charges) (charges_isPhenoClosedQ10 : IsPhenoClosedQ10 S10 charges) (charges_exist : ContainsPhenoCompletionsOfMinimallyAllows S5 S10 charges) {x : ChargeSpectrum 𝓩} (hsub : x ofFinset S5 S10) :

          D.2. Computable multiset containing all pheno-viable charge spectra #

          All charges, for a given S5 S10 : Finset 𝓩, which permit a top Yukawa coupling, are not phenomenologically constrained, and do not regenerate dangerous couplings with one insertion of a Yukawa coupling.

          This is the unique multiset without duplicates which satifies: completeness_of_isPhenoClosedQ5_isPhenoClosedQ10.

          Note this is fast for evaluation, but to slow with decide.

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

            Auxillary recursive function to define viableChargesMultiset.

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