theorem
proved
term proof
recognitionThetaTerm_zero
show as:
view Lean formalization →
formal statement (Lean)
196@[simp] theorem recognitionThetaTerm_zero (t : ℝ) :
197 recognitionThetaTerm t 0 = 0 := by
proof body
Term-mode proof.
198 unfold recognitionThetaTerm
199 simp
200
201/-- The term at `n = 2` vanishes because `χ₈(2) = 0`. -/