Theorems · Theorem · real analysis
hasDerivWithinAt_Ici_of_tendsto_deriv
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {s : Set ℝ} {e : E} {a : ℝ} {f : ℝ → E},
DifferentiableOn ℝ f s →
ContinuousWithinAt f s a →
s ∈ nhdsWithin a (Set.Ioi a) →
Filter.Tendsto (fun x => deriv f x) (nhdsWithin a (Set.Ioi a)) (nhds e) → HasDerivWithinAt f e (Set.Ici a) aIf a function is differentiable on the right of a point a : ℝ, continuous at a, and
its derivative also converges at a, then f is differentiable on the right at a.
- Defined in
- Mathlib.Analysis.Calculus.FDeriv.Extend
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 195 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites47
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldproof · cited by 8,742
- Filterstatement · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- IsOpenproof · cited by 2,400
- nhdsWithinstatement and proof · cited by 1,912
- Set.Iccproof · cited by 1,702
- Set.Ioistatement and proof · cited by 1,463
Cited by1
Results whose statement or proof uses this declaration.
- hasDerivAt_of_hasDerivAt_of_neproof · cited by 2