PhysLean Documentation

PhysLean.QFT.AnomalyCancellation.SM.NoGrav.Basic

Anomaly Cancellation in the Standard Model without Gravity #

This file defines the system of anomaly equations for the SM without RHN, and without the gravitational ACC.

The ACC system for the standard model without RHN and without the gravitational ACC.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    @[simp]
    theorem SM.SMNoGrav_linearACCs (n : ) (i : Fin 2) :
    (SMNoGrav n).linearACCs i = match i with | 0 => { toFun := fun (S : (SMCharges n).Charges) => i : Fin n, (3 * S (finProdFinEquiv (0, i)) + S (finProdFinEquiv (3, i))), map_add' := , map_smul' := } | 1 => { toFun := fun (S : (SMCharges n).Charges) => i : Fin n, (2 * S (finProdFinEquiv (0, i)) + S (finProdFinEquiv (1, i)) + S (finProdFinEquiv (2, i))), map_add' := , map_smul' := }
    @[simp]

    The charges in (SMNoGrav n).LinSols satisfy the SU(2) anomaly-equation.

    The charges in (SMNoGrav n).LinSols satisfy the SU(3) anomaly-equation.

    theorem SM.SMNoGrav.cubeSol {n : } (S : (SMNoGrav n).Sols) :

    The charges in (SMNoGrav n).Sols satisfy the cubic anomaly-equation.

    def SM.SMNoGrav.chargeToLinear {n : } (S : (SMNoGrav n).Charges) (hSU2 : SMACCs.accSU2 S = 0) (hSU3 : SMACCs.accSU3 S = 0) :

    An element of charges which satisfies the linear ACCs gives us a element of AnomalyFreeLinear.

    Equations
    Instances For

      An element of AnomalyFreeLinear which satisfies the quadratic ACCs gives us a element of AnomalyFreeQuad.

      Equations
      Instances For

        An element of AnomalyFreeQuad which satisfies the quadratic ACCs gives us a element of AnomalyFree.

        Equations
        Instances For
          def SM.SMNoGrav.chargeToQuad {n : } (S : (SMNoGrav n).Charges) (hSU2 : SMACCs.accSU2 S = 0) (hSU3 : SMACCs.accSU3 S = 0) :

          An element of charges which satisfies the linear and quadratic ACCs gives us a element of AnomalyFreeQuad.

          Equations
          Instances For
            def SM.SMNoGrav.chargeToAF {n : } (S : (SMNoGrav n).Charges) (hSU2 : SMACCs.accSU2 S = 0) (hSU3 : SMACCs.accSU3 S = 0) (hc : SMACCs.accCube S = 0) :

            An element of charges which satisfies the linear, quadratic and cubic ACCs gives us a element of AnomalyFree.

            Equations
            Instances For

              An element of AnomalyFreeLinear which satisfies the quadratic and cubic ACCs gives us a element of AnomalyFree.

              Equations
              Instances For