theorem
proved
term proof
fermion_phase_from_foundation
show as:
view Lean formalization →
formal statement (Lean)
364theorem fermion_phase_from_foundation :
365 Foundation.EightTick.phaseExp ⟨4, by norm_num⟩ = -1 :=
proof body
Term-mode proof.
366 Foundation.EightTick.phase_4_is_minus_one
367
368open Foundation.EightTick in
369/-- **FOUNDATION CONNECTION**: The boson phase (+1) derives from the
370 Foundation's 8-tick structure at tick k=0.
371
372 This explicitly connects the spin-statistics theorem to the proven
373 phase_0_is_one theorem in Foundation.EightTick. -/