theorem
proved
term proof
Z_poly_even
show as:
view Lean formalization →
formal statement (Lean)
58theorem Z_poly_even (a b : ℕ) (q : ℤ) :
59 Z_poly a b q = Z_poly a b (-q) := by
proof body
Term-mode proof.
60 unfold Z_poly; ring
61
62/-- Z vanishes at neutral: Z(0) = 0. -/