theorem
proved
term proof
D2_no_spinor_structure
show as:
view Lean formalization →
formal statement (Lean)
235theorem D2_no_spinor_structure : ¬HasRSSpinorStructure 2 := by
proof body
Term-mode proof.
236 intro ⟨_, hna, _⟩
237 norm_num at hna
238
239/-- D = 4 does not have RS spinor structure (product Spin(4) ≅ SU(2) × SU(2)). -/