pith. machine review for the scientific record. sign in
lemma proved wrapper

intCast_ne_zero_of_ne_zero

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)

 243private lemma intCast_ne_zero_of_ne_zero {z : ℤ} (hz : z ≠ 0) : ((z : ℤ) : ℝ) ≠ 0 := by

proof body

One-line wrapper that applies exact_mod_cast.

 244  exact_mod_cast hz
 245