Theorems · Definition · real analysis
derivWithin
{𝕜 : Type u} →
[inst : NontriviallyNormedField 𝕜] →
{F : Type v} → [inst_1 : AddCommGroup F] → [Module 𝕜 F] → [TopologicalSpace F] → (𝕜 → F) → Set 𝕜 → 𝕜 → FDerivative of f at the point x within the set s, if it exists. Zero otherwise.
If the derivative exists (i.e., ∃ f', HasDerivWithinAt f f' s x), then
f x' = f x + (x' - x) • derivWithin f s x + o(x' - x) where x' converges to x inside s.
- Defined in
- Mathlib.Analysis.Calculus.Deriv.Basic
- Cited by
- 258 results in Mathlib
- Foundations
- Depth 104 from the axioms, rests on 2,383 definitions · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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
- TopologicalSpacestatement and proof · cited by 24,529
- Modulestatement and proof · cited by 20,661
- AddCommGroupstatement and proof · cited by 12,871
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- fderivWithinproof · cited by 357
Cited by259
Results whose statement or proof uses this declaration.
- DifferentiableWithinAt.hasDerivWithinAtstatement · cited by 85
- HasDerivWithinAt.derivWithinstatement · cited by 62
- derivWithin_zero_of_not_uniqueDiffWithinAtstatement · cited by 26
- lineDerivWithinproof · cited by 14
- derivWithin_zero_of_not_differentiableWithinAtstatement · cited by 12
- derivWithin_univstatement · cited by 11
- iteratedDerivWithin_succstatement and proof · cited by 11
- derivWithin_of_mem_nhdsstatement · cited by 10
- derivWithin_congrstatement · cited by 9
- curveIntegralFun_def'statement and proof · cited by 8
- iteratedDeriv_eq_iterateproof · cited by 8
- derivWithin_of_isOpenstatement · cited by 7
Showing the 200 most cited of 259.