lemma
proved
term proof
phi_hasDerivAt
show as:
view Lean formalization →
formal statement (Lean)
36private lemma phi_hasDerivAt (H : ℝ → ℝ) (h_cont : Continuous H) (t : ℝ) :
37 HasDerivAt (Phi H) (H t) t :=
proof body
Term-mode proof.
38 intervalIntegral.integral_hasDerivAt_right (h_cont.intervalIntegrable 0 t)
39 h_cont.aestronglyMeasurable.stronglyMeasurableAtFilter h_cont.continuousAt
40