Theorems · Theorem · real analysis
hasFDerivWithinAt_closure_of_tendsto_fderiv
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {F : Type u_2} [inst_2 : NormedAddCommGroup F]
[inst_3 : NormedSpace ℝ F] {f : E → F} {s : Set E} {x : E} {f' : E →L[ℝ] F},
DifferentiableOn ℝ f s →
Convex ℝ s →
IsOpen s →
(∀ y ∈ closure s, ContinuousWithinAt f s y) →
Filter.Tendsto (fun y => fderiv ℝ f y) (nhdsWithin x s) (nhds f') → HasFDerivWithinAt f f' (closure s) xIf a function f is differentiable in a convex open set and continuous on its closure, and its
derivative converges to a limit f' at a point on the boundary, then f is differentiable there
with derivative f'.
- Defined in
- Mathlib.Analysis.Calculus.FDeriv.Extend
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 194 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites66
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- Filterproof · cited by 8,121
- Set.ofPredproof · cited by 6,101
- nhdsstatement and proof · cited by 5,554
- Norm.normproof · cited by 5,413
- ContinuousLinearMapstatement and proof · cited by 5,352
- Filter.Tendstostatement and proof · cited by 3,814
Cited by2
Results whose statement or proof uses this declaration.
- hasDerivWithinAt_Iic_of_tendsto_derivproof · cited by 1
- hasDerivWithinAt_Ici_of_tendsto_derivproof · cited by 1