Theorems · Theorem · real analysis
hasDerivAt_iff_tendsto_slope_zero
∀ {𝕜 : Type u} [inst : NontriviallyNormedField 𝕜] {F : Type v} [inst_1 : NormedAddCommGroup F]
[inst_2 : NormedSpace 𝕜 F] {f : 𝕜 → F} {f' : F} {x : 𝕜},
HasDerivAt f f' x ↔ Filter.Tendsto (fun t => t⁻¹ • (f (x + t) - f x)) (nhdsWithin 0 {0}ᶜ) (nhds f')- Defined in
- Mathlib.Analysis.Calculus.Deriv.Slope
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 170 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- Compl.complstatement and proof · cited by 2,925
- add_zeroproof · cited by 2,707
- nhdsWithinstatement and proof · cited by 1,912
- Filter.mapproof · cited by 819
- HasDerivAtstatement · cited by 493
- add_sub_cancel_leftproof · cited by 198
Cited by1
Results whose statement or proof uses this declaration.
- HasDerivAt.tendsto_slope_zeroproof · cited by 2