PhysLean Documentation

PhysLean.Particles.BeyondTheStandardModel.RHN.AnomalyCancellation.PlusU1.BMinusL

B Minus L in SM with RHN. #

Relavent definitions for the SM B-L.

$B - L$ in the 1-family case.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    @[simp]
    theorem SMRHN.PlusU1.BL₁_val (i : Fin (PlusU1 1).numberCharges) :
    BL₁.val i = match i with | 0 => 1 | 1 => -1 | 2 => -1 | 3 => -3 | 4 => 3 | 5 => 3

    $B - L$ in the $n$-family case.

    Equations
    Instances For
      @[simp]
      theorem SMRHN.PlusU1.BL.add_quad {n : } (S : (PlusU1 n).QuadSols) (a b : ) :
      def SMRHN.PlusU1.BL.addQuad {n : } (S : (PlusU1 n).QuadSols) (a b : ) :

      The QuadSol obtained by adding $B-L$ to a QuadSol.

      Equations
      Instances For
        theorem SMRHN.PlusU1.BL.addQuad_zero {n : } (S : (PlusU1 n).QuadSols) (a : ) :
        addQuad S a 0 = a S
        theorem SMRHN.PlusU1.BL.add_AFL_cube {n : } (S : (PlusU1 n).LinSols) (a b : ) :
        SMνACCs.accCube (a S.val + b (BL n).val) = a ^ 2 * (a * SMνACCs.accCube S.val + 3 * b * ((SMνACCs.cubeTriLin S.val) S.val) (BL n).val)