theorem
proved
term proof
chi8_mod3
show as:
view Lean formalization →
formal statement (Lean)
60@[simp] theorem chi8_mod3 (k : ℕ) : chi8 (8 * k + 3) = -1 := by
proof body
Term-mode proof.
61 unfold chi8
62 simp [Nat.add_mod]
63