PhysLean Documentation

PhysLean.StringTheory.FTheory.SU5.Quanta.Basic

Quanta of representations #

In SU(5) ร— U(1) F-theory theory, each 5-bar and 10d representation carries with it the quantum numbers of their U(1) charges and their fluxes.

In this module we define the data structure for these quanta and properties thereof.

@[reducible, inline]
abbrev FTheory.SU5.Quanta (๐“ฉ : Type := โ„ค) :

The quanta associated with the representations in a SU(5) x U(1) F-theory. This contains the value of the charges and the flux intergers (M, N) for the 5-bar matter content and the 10d matter content, and the charges of the Hd and Hu particles (there values of (M,N) are not included as they are forced to be (0, 1) and (0, -1) respectively.

Equations
Instances For
    def FTheory.SU5.Quanta.toCharges {๐“ฉ : Type} [DecidableEq ๐“ฉ] (x : Quanta ๐“ฉ) :

    The underlying Charges of a Quanta.

    Equations
    Instances For

      Reduce #

      def FTheory.SU5.Quanta.reduce {๐“ฉ : Type} [DecidableEq ๐“ฉ] (x : Quanta ๐“ฉ) :
      Quanta ๐“ฉ

      The reduce of Quanta is a new Quanta with all the fluxes corresponding to the same charge (i.e. represenation) added together.

      Equations
      Instances For

        Anomaly cancellation conditions #

        There are two anomaly cancellation conditions in the SU(5)ร—U(1) model which involve the U(1) charges. These are

        According to arXiv:1401.5084 it is unclear whether this second condition should necessarily be imposed.

        def FTheory.SU5.Quanta.HdAnomalyCoefficent {๐“ฉ : Type} [CommRing ๐“ฉ] (qHd : Option ๐“ฉ) :
        ๐“ฉ ร— ๐“ฉ

        The pair of anomaly cancellation coefficents associated with the Hd particle.

        Equations
        Instances For
          @[simp]
          theorem FTheory.SU5.Quanta.HdAnomalyCoefficent_map {๐“ฉ ๐“ฉ1 : Type} [CommRing ๐“ฉ] [CommRing ๐“ฉ1] (f : ๐“ฉ โ†’+* ๐“ฉ1) (qHd : Option ๐“ฉ) :
          def FTheory.SU5.Quanta.HuAnomalyCoefficent {๐“ฉ : Type} [CommRing ๐“ฉ] (qHu : Option ๐“ฉ) :
          ๐“ฉ ร— ๐“ฉ

          The pair of anomaly cancellation coefficents associated with the Hu particle.

          Equations
          Instances For
            @[simp]
            theorem FTheory.SU5.Quanta.HuAnomalyCoefficent_map {๐“ฉ ๐“ฉ1 : Type} [CommRing ๐“ฉ] [CommRing ๐“ฉ1] (f : ๐“ฉ โ†’+* ๐“ฉ1) (qHu : Option ๐“ฉ) :
            def FTheory.SU5.Quanta.AnomalyCancellation {๐“ฉ : Type} [CommRing ๐“ฉ] (qHd qHu : Option ๐“ฉ) (F : FiveQuanta ๐“ฉ) (T : TenQuanta ๐“ฉ) :

            The anomaly cancellation conditions on quanta making up the fields present in the theory. This corresponds to the conditions that:

            • โˆ‘แตข qแตข Nแตข + โˆ‘โ‚ qโ‚ Nโ‚ = 0 where the first sum is over all 5-bar represenations and the second is over all 10d representations.
            • โˆ‘แตข qแตขยฒ Nแตข + 3 * โˆ‘โ‚ qโ‚ยฒ Nโ‚ = 0 where the first sum is over all 5-bar represenations and the second is over all 10d representations.
            Equations
            • One or more equations did not get rendered due to their size.
            Instances For
              instance FTheory.SU5.Quanta.instDecidableAnomalyCancellationOfDecidableEq {๐“ฉ : Type} {qHd qHu : Option ๐“ฉ} {F : FiveQuanta ๐“ฉ} {T : TenQuanta ๐“ฉ} [CommRing ๐“ฉ] [DecidableEq ๐“ฉ] :
              Equations
              • One or more equations did not get rendered due to their size.
              theorem FTheory.SU5.Quanta.anomalyCoefficent_snd_eq_zero_of_anomalyCancellation {๐“ฉ : Type} [CommRing ๐“ฉ] {qHd qHu : Option ๐“ฉ} {F : FiveQuanta ๐“ฉ} {T : TenQuanta ๐“ฉ} (h : AnomalyCancellation qHd qHu F T) :

              ofChargesExpand #

              def FTheory.SU5.Quanta.ofChargesExpand {๐“ฉ : Type} [DecidableEq ๐“ฉ] (c : SuperSymmetry.SU5.Charges ๐“ฉ) :
              Multiset (Quanta ๐“ฉ)

              Given a finite set of charges c the Quanta with fluxes {(1, -1), (1, -1), (1, -1), (0, 1), (0, 1), (0, 1)} for the 5-bar matter content and fluxes {(1, 0), (1, 0), (1, 0)} or {(1, 1), (1, -1), (1, 0)} for the 10d matter content, and finite set of charges equal to c.

              These quanta reduce to all viable quanta.

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