Theorems · Theorem · real analysis
hasDerivAt_of_hasDerivAt_of_ne
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {f g : ℝ → E} {x : ℝ},
(∀ (y : ℝ), y ≠ x → HasDerivAt f (g y) y) → ContinuousAt f x → ContinuousAt g x → HasDerivAt f (g x) xIf a real function f has a derivative g everywhere but at a point, and f and g are
continuous at this point, then g is also the derivative of f at this point.
- Defined in
- Mathlib.Analysis.Calculus.FDeriv.Extend
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 196 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites30
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- nhdsproof · cited by 5,554
- Set.univproof · cited by 3,945
- Filter.Tendstoproof · cited by 3,814
- nhdsWithinproof · cited by 1,912
- Set.Ioiproof · cited by 1,463
- Set.Iioproof · cited by 1,166
- Set.Iicproof · cited by 1,111
- Set.Iciproof · cited by 1,070
- ContinuousAtstatement and proof · cited by 697
Cited by2
Results whose statement or proof uses this declaration.
- Real.hasDerivAt_rpow_constproof · cited by 11
- hasDerivAt_of_hasDerivAt_of_ne'proof · cited by 0