PhysLean Documentation

PhysLean.QFT.AnomalyCancellation.SMNu.FamilyMaps

Family maps for the Standard Model for RHN ACCs #

We define the a series of maps between the charges for different numbers of families.

Given a map of for a generic species, the corresponding map for charges.

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

    The projection of the m-family charges onto the first n-family charges for species.

    Equations
    Instances For
      @[simp]
      theorem SMRHN.speciesFamilyProj_apply {m n : } (h : n m) (S : (SMνSpecies m).Charges) (a✝ : Fin (SMνSpecies n).numberCharges) :
      (speciesFamilyProj h) S a✝ = S (Fin.castLE h a✝)

      The projection of the m-family charges onto the first n-family charges.

      Equations
      Instances For

        For species, the embedding of the m-family charges onto the n-family charges, with all other charges zero.

        Equations
        Instances For
          @[simp]
          theorem SMRHN.speciesEmbed_apply (m n : ) (S : (SMνSpecies m).Charges) (i : Fin (SMνSpecies n).numberCharges) :
          (speciesEmbed m n) S i = if hi : i < m then S i, hi else 0

          The embedding of the m-family charges onto the n-family charges, with all other charges zero.

          Equations
          Instances For

            For species, the embedding of the 1-family charges into the n-family charges in a universal manner.

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

              The embedding of the 1-family charges into the n-family charges in a universal manner.

              Equations
              Instances For
                theorem SMRHN.toSpecies_familyUniversal {n : } (j : Fin 6) (S : (SMνCharges 1).Charges) (i : Fin n) :
                theorem SMRHN.sum_familyUniversal {n : } (m : ) (S : (SMνCharges 1).Charges) (j : Fin 6) :
                i : Fin (SMνSpecies n).numberCharges, ((fun (a : ) => a ^ m) (SMνCharges.toSpecies j) ((familyUniversal n) S)) i = n * (SMνCharges.toSpecies j) S 0, ^ m
                theorem SMRHN.familyUniversal_cubeTriLin' {n : } (S T : (SMνCharges 1).Charges) (R : (SMνCharges n).Charges) :
                ((SMνACCs.cubeTriLin ((familyUniversal n) S)) ((familyUniversal n) T)) R = 6 * S 0 * T 0 * i : Fin (SMνSpecies n).numberCharges, SMνCharges.Q R i + 3 * S 1 * T 1 * i : Fin (SMνSpecies n).numberCharges, SMνCharges.U R i + 3 * S 2 * T 2 * i : Fin (SMνSpecies n).numberCharges, SMνCharges.D R i + 2 * S 3 * T 3 * i : Fin (SMνSpecies n).numberCharges, SMνCharges.L R i + S 4 * T 4 * i : Fin (SMνSpecies n).numberCharges, SMνCharges.E R i + S 5 * T 5 * i : Fin (SMνSpecies n).numberCharges, SMνCharges.N R i