ACC system for SM with RHN #
We define the ACC system for the Standard Model with right-handed neutrinos.
The ACC system for the SM plus RHN with an additional U1.
Equations
- One or more equations did not get rendered due to their size.
Instances For
An element of charges
which satisfies the linear ACCs
gives us a element of LinSols
.
Equations
- SMRHN.PlusU1.chargeToLinear S hGrav hSU2 hSU3 hYY = { val := S, linearSol := ⋯ }
Instances For
An element of LinSols
which satisfies the quadratic ACCs
gives us a element of AnomalyFreeQuad
.
Equations
- SMRHN.PlusU1.linearToQuad S hQ = { toLinSols := S, quadSol := ⋯ }
Instances For
An element of QuadSols
which satisfies the quadratic ACCs
gives us a element of Sols
.
Equations
- SMRHN.PlusU1.quadToAF S hc = { toQuadSols := S, cubicSol := hc }
Instances For
An element of charges
which satisfies the linear and quadratic ACCs
gives us a element of QuadSols
.
Equations
- SMRHN.PlusU1.chargeToQuad S hGrav hSU2 hSU3 hYY hQ = SMRHN.PlusU1.linearToQuad (SMRHN.PlusU1.chargeToLinear S hGrav hSU2 hSU3 hYY) hQ
Instances For
An element of charges
which satisfies the linear, quadratic and cubic ACCs
gives us a element of Sols
.
Equations
- SMRHN.PlusU1.chargeToAF S hGrav hSU2 hSU3 hYY hQ hc = SMRHN.PlusU1.quadToAF (SMRHN.PlusU1.chargeToQuad S hGrav hSU2 hSU3 hYY hQ) hc
Instances For
An element of LinSols
which satisfies the quadratic and cubic ACCs
gives us a element of Sols
.
Equations
- SMRHN.PlusU1.linearToAF S hQ hc = SMRHN.PlusU1.quadToAF (SMRHN.PlusU1.linearToQuad S hQ) hc
Instances For
The permutations acting on the ACC system corresponding to the SM with RHN.
Equations
- SMRHN.PlusU1.perm n = { group := SMRHN.PermGroup n, groupInst := inferInstance, rep := SMRHN.repCharges, linearInvariant := ⋯, quadInvariant := ⋯, cubicInvariant := ⋯ }