theorem
proved
term proof
chi8_mod2
show as:
view Lean formalization →
formal statement (Lean)
56@[simp] theorem chi8_mod2 (k : ℕ) : chi8 (8 * k + 2) = 0 := by
proof body
Term-mode proof.
57 unfold chi8
58 simp [Nat.add_mod]
59