pith. machine review for the scientific record. sign in
theorem proved term proof

Z_poly_even

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

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. -/

depends on (4)

Lean names referenced from this declaration's body.