ACC system for SM with RHN and no gravitational anomaly. #
We define the ACC system for the Standard Model with right-handed neutrinos and no gravitational anomaly.
The ACC system for the SM plus RHN with no gravitational anomaly.
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.SMNoGrav.chargeToLinear S hSU2 hSU3 = { val := S, linearSol := ⋯ }
Instances For
An element of LinSols
which satisfies the quadratic ACCs
gives us a element of QuadSols
.
Equations
- SMRHN.SMNoGrav.linearToQuad S = { toLinSols := S, quadSol := ⋯ }
Instances For
An element of QuadSols
which satisfies the quadratic ACCs
gives us a element of LinSols
.
Equations
- SMRHN.SMNoGrav.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.SMNoGrav.chargeToQuad S hSU2 hSU3 = SMRHN.SMNoGrav.linearToQuad (SMRHN.SMNoGrav.chargeToLinear S hSU2 hSU3)
Instances For
An element of charges
which satisfies the linear, quadratic and cubic ACCs
gives us a element of Sols
.
Equations
- SMRHN.SMNoGrav.chargeToAF S hSU2 hSU3 hc = SMRHN.SMNoGrav.quadToAF (SMRHN.SMNoGrav.chargeToQuad S hSU2 hSU3) hc
Instances For
An element of LinSols
which satisfies the quadratic and cubic ACCs
gives us a element of Sols
.
Equations
Instances For
The permutations acting on the ACC system corresponding to the SM with RHN, and no gravitational anomaly.
Equations
- SMRHN.SMNoGrav.perm n = { group := SMRHN.PermGroup n, groupInst := inferInstance, rep := SMRHN.repCharges, linearInvariant := ⋯, quadInvariant := ⋯, cubicInvariant := ⋯ }