theorem
proved
term proof
fermion_antifermion_total
show as:
view Lean formalization →
formal statement (Lean)
81theorem fermion_antifermion_total :
82 2 * (Fintype.card Quark + Fintype.card Lepton) = 24 := by
proof body
Term-mode proof.
83 rw [quark_has_6, lepton_has_6]
84
85/-- Three cube-face structures combine: 6³ = 216. -/