Properties of Quad Sols for SM with RHN #
We give a series of properties held by solutions to the quadratic equation.
In particular given a quad solution we define a map from linear solutions to quadratic solutions and show that it is a surjection. The main reference for this is:
A helper function for what comes later.
Equations
- SMRHN.PlusU1.QuadSol.α₁ C S = -2 * (SMνACCs.quadBiLin S.val) C.val
Instances For
A helper function for what comes later.
Equations
Instances For
def
SMRHN.PlusU1.QuadSol.specialToQuad
{n : ℕ}
(C : (PlusU1 n).QuadSols)
(S : (PlusU1 n).LinSols)
(a b : ℚ)
(h1 : α₁ C S = 0)
(h2 : α₂ S = 0)
:
The construction of a QuadSol
from a LinSols
in the special case when α₁ C S = 0
and
α₂ S = 0
.
Equations
- SMRHN.PlusU1.QuadSol.specialToQuad C S a b h1 h2 = SMRHN.PlusU1.linearToQuad (a • S + b • C.toLinSols) ⋯
Instances For
The construction of a QuadSols
from a LinSols
and two rationals taking account of the
generic and special cases. This function is a surjection.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A function from QuadSols
to LinSols × ℚ × ℚ
which is a right inverse to toQuad
.
Equations
Instances For
theorem
SMRHN.PlusU1.QuadSol.toQuad_rightInverse
{n : ℕ}
(C : (PlusU1 n).QuadSols)
:
Function.RightInverse (toQuadInv C) (toQuad C)