theorem
proved
term proof
D1_no_spinor_structure
show as:
view Lean formalization →
formal statement (Lean)
230theorem D1_no_spinor_structure : ¬HasRSSpinorStructure 1 := by
proof body
Term-mode proof.
231 intro ⟨_, hna, _⟩
232 norm_num at hna
233
234/-- D = 2 does not have RS spinor structure (abelian rotations). -/