structure
definition
def or abbrev
PMNSElement
show as:
view Lean formalization →
formal statement (Lean)
168structure PMNSElement where
169 /-- From flavor (e, μ, τ). -/
170 fromFlavor : Fin 3
171 /-- To mass eigenstate (1, 2, 3). -/
172 toMass : Fin 3
173 /-- Mixing amplitude. -/
174 amplitude : ℂ
175
176/-- **THEOREM (Neutrino Generations = Charged Lepton Generations)**:
177 Both are 3 because both arise from the same 8-tick × 3D structure. -/