def
definition
def or abbrev
isHalfInteger
show as:
view Lean formalization →
formal statement (Lean)
82def isHalfInteger (s : Spin) : Prop := s.twice % 2 = 1
proof body
Definition body.
83
84/-- Is this an integer spin (boson)? -/