Theorems · Definition · real analysis
deriv
{𝕜 : Type u} →
[inst : NontriviallyNormedField 𝕜] →
{F : Type v} → [inst_1 : AddCommGroup F] → [Module 𝕜 F] → [TopologicalSpace F] → (𝕜 → F) → 𝕜 → FDerivative of f at the point x, if it exists. Zero otherwise.
If the derivative exists (i.e., ∃ f', HasDerivAt f f' x), then
f x' = f x + (x' - x) • deriv f x + o(x' - x) where x' converges to x.
- Defined in
- Mathlib.Analysis.Calculus.Deriv.Basic
- Cited by
- 676 results in Mathlib
- Foundations
- Depth 104 from the axioms, rests on 2,385 definitions · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- 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
- fderivproof · cited by 398
Cited by685
Results whose statement or proof uses this declaration.
- HasDerivAt.derivstatement · cited by 147
- DifferentiableAt.hasDerivAtstatement · cited by 114
- logDerivproof · cited by 71
- circleIntegralproof · cited by 60
- lineDerivproof · cited by 43
- dslopeproof · cited by 40
- deriv_zero_of_not_differentiableAtstatement · cited by 34
- deriv_const'statement · cited by 28
- monotoneOn_of_deriv_nonnegstatement and proof · cited by 25
- antitoneOn_of_deriv_nonposstatement and proof · cited by 25
- deriv_circleMapstatement · cited by 24
- deriv_id''statement · cited by 22
Showing the 200 most cited of 685.