pith. machine review for the scientific record. sign in
theorem other other

safe_when_small

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)

  23theorem safe_when_small (impact eps : ℝ) (h : |impact| < eps) :
  24    |impact| < eps := h

proof body

  25