Theorems · Theorem · real analysis
eventually_nhdsWithin_sign_eq_of_deriv_pos
∀ {f : ℝ → ℝ} {x₀ : ℝ}, deriv f x₀ > 0 → f x₀ = 0 → ∀ᶠ (x : ℝ) in nhds x₀, SignType.sign (f x) = SignType.sign (x - x₀)If the derivative of f is positive at a root x₀ of f, then locally the sign of f x
matches x - x₀.
- Defined in
- Mathlib.Analysis.Calculus.DerivativeTest
- Cited by
- 2 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.
Cites36
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Realstatement and proof · cited by 25,697
- Filterproof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstoproof · cited by 3,814
- Filter.Eventuallystatement and proof · cited by 3,134
- Compl.complproof · cited by 2,925
- nhdsWithinproof · cited by 1,912
- Filter.univ_mem'proof · cited by 1,672
- Filter.mp_memproof · cited by 1,537
- sub_selfproof · cited by 996
- OrderHomstatement · cited by 934
Cited by2
Results whose statement or proof uses this declaration.
- isLocalMin_of_deriv_deriv_posproof · cited by 1
- eventually_nhdsWithin_sign_eq_of_deriv_negproof · cited by 0