lemma
proved
term proof
hasDerivAt_deriv_of_contDiffTwo
show as:
view Lean formalization →
formal statement (Lean)
38private lemma hasDerivAt_deriv_of_contDiffTwo {Hf : ℝ → ℝ}
39 (h_diff : ContDiff ℝ 2 Hf) (x : ℝ) :
40 HasDerivAt (deriv Hf) (deriv (deriv Hf) x) x := by
proof body
Term-mode proof.
41 exact (contDiffTwo_differentiable_deriv h_diff).differentiableAt.hasDerivAt
42
43/-- Differentiate the d'Alembert equation once in the second variable. -/