theorem
proved
term proof
chi8_mod4
show as:
view Lean formalization →
formal statement (Lean)
64@[simp] theorem chi8_mod4 (k : ℕ) : chi8 (8 * k + 4) = 0 := by
proof body
Term-mode proof.
65 unfold chi8
66 simp [Nat.add_mod]
67