theorem
proved
term proof
chi8_mod0
show as:
view Lean formalization →
formal statement (Lean)
48@[simp] theorem chi8_mod0 (k : ℕ) : chi8 (8 * k) = 0 := by
proof body
Term-mode proof.
49 unfold chi8
50 simp
51