Theorems · Theorem · real analysis
HasDerivWithinAt.nonneg_of_monotoneOn
∀ {𝕜 : Type u} [inst : NontriviallyNormedField 𝕜] {x : 𝕜} {s : Set 𝕜} [inst_1 : LinearOrder 𝕜] [IsStrictOrderedRing 𝕜]
[OrderTopology 𝕜] {g : 𝕜 → 𝕜} {g' : 𝕜},
AccPt x (Filter.principal s) → HasDerivWithinAt g g' s x → MonotoneOn g s → 0 ≤ g'If a monotone function has a derivative within a set at a non-isolated point, then this derivative is nonnegative.
- Defined in
- Mathlib.Analysis.Calculus.Deriv.Slope
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 169 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
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
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- LinearOrderstatement and proof · cited by 8,572
- nhdsproof · cited by 5,554
- Filter.Tendstoproof · cited by 3,814
- IsStrictOrderedRingstatement and proof · cited by 2,490
- nhdsWithinproof · cited by 1,912
- Filter.univ_mem'proof · cited by 1,672
- Filter.mp_memproof · cited by 1,537
- OrderTopologystatement and proof · cited by 1,355
- Filter.NeBotproof · cited by 853
- Filter.principalstatement and proof · cited by 740
Cited by4
Results whose statement or proof uses this declaration.
- MonotoneOn.derivWithin_nonnegproof · cited by 4
- MeasureTheory.exists_decomposition_of_monotoneOn_hasDerivWithinAtproof · cited by 3
- HasDerivWithinAt.nonpos_of_antitoneOnproof · cited by 1
- HasDerivAt.nonneg_of_monotoneproof · cited by 0