Theorems · Theorem · real analysis
derivWithin_zero_of_frequently_const
∀ {𝕜 : Type u} [inst : NontriviallyNormedField 𝕜] {F : Type v} [inst_1 : NormedAddCommGroup F]
[inst_2 : NormedSpace 𝕜 F] {f : 𝕜 → F} {s : Set 𝕜} {x : 𝕜} {c : F},
(∃ᶠ (y : 𝕜) in nhdsWithin x (s \ {x}), f y = c) → derivWithin f s x = 0If a function is equal to a constant at a set of points that accumulates to x in s,
then its derivative within s at x equals zero,
either because it has derivative zero or because it isn't differentiable at this point.
- Defined in
- Mathlib.Analysis.Calculus.Deriv.Inverse
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 171 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- nhdsWithinstatement and proof · cited by 1,912
- DifferentiableWithinAtproof · cited by 453
- Filter.Frequentlystatement and proof · cited by 414
- derivWithinstatement and proof · cited by 258
- DifferentiableWithinAt.hasDerivWithinAtproof · cited by 85
- derivWithin_zero_of_not_differentiableWithinAtproof · cited by 12
- HasDerivWithinAt.eventually_neproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- deriv_zero_of_frequently_constproof · cited by 0