theorem
proved
term proof
fermion_antisymmetric_wavefunction
show as:
view Lean formalization →
formal statement (Lean)
196theorem fermion_antisymmetric_wavefunction (s : Spin) (h : s.isHalfInteger) :
197 exchangeSymmetryFromSpin s = ExchangeSymmetry.antisymmetric := by
proof body
Term-mode proof.
198 simp [exchangeSymmetryFromSpin, h]
199
200/-- **THEOREM**: Bosons have symmetric wavefunctions. -/