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

contDiffTwo_differentiable

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)

  27private lemma contDiffTwo_differentiable {Hf : ℝ → ℝ}
  28    (h_diff : ContDiff ℝ 2 Hf) : Differentiable ℝ Hf := by

proof body

One-line wrapper that applies exact.

  29  exact h_diff.differentiable (by decide : (2 : WithTop ℕ∞) ≠ 0)
  30

used by (2)

From the project-wide theorem graph. These declarations reference this one in their body.