@[reducible, inline]
Fano-plane vertex index: 0 for EM/lepton axis, 1..6 for quark lines.
Equations
Instances For
Resonance ladder orientation on a given vertex.
- internal : LadderDirection
- reverse : LadderDirection
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
Shared metadata for a resonance axis on one Fano vertex.
- vertex : FanoVertex
- anchorShell : ℕ
- direction : LadderDirection
- hyperchargeSign : ℤ
Integer hypercharge sign witness (
+1or-1).
Instances For
@[reducible, inline]
Generation index (.two heavy, .one middle, .zero light).
Equations
Instances For
Discrete shell surface leading term shared by lepton/quark ladders.
Equations
- Hqiv.Physics.shellSurface m = (↑m + 1) * (↑m + 2)
Instances For
Detuned surface evaluated on the shell index itself.
Equations
Instances For
Positivity of the detuned shell surface.
Resonance step as a quotient of detuned shell surfaces.
Equations
- Hqiv.Physics.geometricResonanceStep m_from m_to = Hqiv.Physics.detunedShellSurface m_from / Hqiv.Physics.detunedShellSurface m_to
Instances For
Positive geometric resonance step.
Generic 3-generation resonance product.
k21 is the heavy→middle step, k10 is the middle→light step.
Equations
- Hqiv.Physics.resonanceProductFromSteps k21 k10 ⟨2, isLt⟩ = 1
- Hqiv.Physics.resonanceProductFromSteps k21 k10 ⟨1, isLt⟩ = k21
- Hqiv.Physics.resonanceProductFromSteps k21 k10 ⟨0, isLt⟩ = k21 * k10
Instances For
Canonical lepton (EM) axis metadata.
Equations
- Hqiv.Physics.leptonAxis anchorShell = { vertex := ⟨0, Hqiv.Physics.leptonAxis._proof_1⟩, anchorShell := anchorShell, direction := Hqiv.Physics.LadderDirection.reverse, hyperchargeSign := 1 }
Instances For
Canonical up-type quark axis metadata.
Equations
- Hqiv.Physics.upQuarkAxis vertex anchorShell = { vertex := ⟨↑vertex + 1, ⋯⟩, anchorShell := anchorShell, direction := Hqiv.Physics.LadderDirection.internal, hyperchargeSign := 1 }
Instances For
Canonical down-type quark axis metadata.
Equations
- Hqiv.Physics.downQuarkAxis vertex anchorShell = { vertex := ⟨↑vertex + 4, ⋯⟩, anchorShell := anchorShell, direction := Hqiv.Physics.LadderDirection.internal, hyperchargeSign := -1 }