PhysLean Documentation

PhysLean.QFT.AnomalyCancellation.MSSMNu.OrthogY3B3.PlaneWithY3B3

Plane Y₃ B₃ and an orthogonal third point #

The plane spanned by Y₃, B₃ and third orthogonal point.

References #

The plane of linear solutions spanned by Y₃, B₃ and R, a point orthogonal to Y₃ and B₃.

Equations
Instances For
    theorem MSSMACC.planeY₃B₃_smul (R : AnomalyFreePerp) (a b c d : ) :
    planeY₃B₃ R (d * a) (d * b) (d * c) = d planeY₃B₃ R a b c
    theorem MSSMACC.planeY₃B₃_eq {a' b' c' : } (R : AnomalyFreePerp) (a b c : ) (h : a = a' b = b' c = c') :
    planeY₃B₃ R a b c = planeY₃B₃ R a' b' c'
    theorem MSSMACC.planeY₃B₃_val_eq' {a' b' c' : } (R : AnomalyFreePerp) (a b c : ) (hR' : R.val 0) (h : (planeY₃B₃ R a b c).val = (planeY₃B₃ R a' b' c').val) :
    a = a' b = b' c = c'

    The line in the plane spanned by Y₃, B₃ and R which is in the quadratic, as LinSols.

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

      The line in the plane spanned by Y₃, B₃ and R which is in the quadratic.

      Equations
      Instances For
        theorem MSSMACC.lineQuad_smul (R : AnomalyFreePerp) (a b c d : ) :
        lineQuad R (d * a) (d * b) (d * c) = d lineQuad R a b c

        A helper function to simplify following expressions.

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

          A helper function to simplify following expressions.

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

            A helper function to simplify following expressions.

            Equations
            • One or more equations did not get rendered due to their size.
            Instances For
              theorem MSSMACC.lineQuad_cube (R : AnomalyFreePerp) (c₁ c₂ c₃ : ) :
              MSSMACCs.accCube (lineQuad R c₁ c₂ c₃).val = -4 * (c₁ * (MSSMACCs.quadBiLin B₃.val) R.val - c₂ * (MSSMACCs.quadBiLin Y₃.val) R.val) ^ 2 * (α₁ R * c₁ + α₂ R * c₂ + α₃ R * c₃)
              def MSSMACC.lineCube (R : AnomalyFreePerp) (a₁ a₂ a₃ : ) :

              The line in the plane spanned by Y₃, B₃ and R which is in the cubic.

              Equations
              • One or more equations did not get rendered due to their size.
              Instances For
                theorem MSSMACC.lineCube_smul (R : AnomalyFreePerp) (a b c d : ) :
                lineCube R (d * a) (d * b) (d * c) = d lineCube R a b c
                theorem MSSMACC.lineCube_cube (R : AnomalyFreePerp) (a₁ a₂ a₃ : ) :
                MSSMACCs.accCube (lineCube R a₁ a₂ a₃).val = 0
                theorem MSSMACC.lineCube_quad (R : AnomalyFreePerp) (a₁ a₂ a₃ : ) :
                MSSMACCs.accQuad (lineCube R a₁ a₂ a₃).val = 3 * (a₁ * ((MSSMACCs.cubeTriLin R.val) R.val) B₃.val - a₂ * ((MSSMACCs.cubeTriLin R.val) R.val) Y₃.val) * (α₁ R * a₁ + α₂ R * a₂ + α₃ R * a₃)