Theorems · Theorem · real analysis
HasDerivWithinAt.liminf_right_slope_norm_le
∀ {E : Type u} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {f : ℝ → E} {f' : E} {x r : ℝ},
HasDerivWithinAt f f' (Set.Ici x) x →
‖f'‖ < r → ∃ᶠ (z : ℝ) in nhdsWithin x (Set.Ioi x), (z - x)⁻¹ * (‖f z‖ - ‖f x‖) < rIf f has derivative f' within (x, +∞) at x, then for any r > ‖f'‖ the ratio
(‖f z‖ - ‖f x‖) / (z - x) is frequently less than r as z → x+0.
In other words, the limit inferior of this ratio as z tends to x+0
is less than or equal to ‖f'‖.
See also
* HasDerivWithinAt.limsup_norm_slope_le for a stronger version using
limit superior and any set s;
* HasDerivWithinAt.liminf_right_norm_slope_le for a stronger version using
‖f z - f xp‖ instead of ‖f z‖ - ‖f x‖.
- Defined in
- Mathlib.Analysis.Calculus.Deriv.Slope
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 172 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- Norm.normstatement and proof · cited by 5,413
- nhdsWithinstatement and proof · cited by 1,912
- Set.Ioistatement and proof · cited by 1,463
- Set.Icistatement and proof · cited by 1,070
- Filter.Eventually.monoproof · cited by 646
- Filter.Frequentlystatement and proof · cited by 414
- HasDerivWithinAtstatement and proof · cited by 333
- self_mem_nhdsWithinproof · cited by 215
- abs_of_posproof · cited by 114
Cited by3
Results whose statement or proof uses this declaration.
- norm_le_gronwallBound_of_norm_deriv_right_leproof · cited by 2
- image_norm_le_of_norm_deriv_right_le_deriv_boundary'proof · cited by 1
- image_norm_le_of_norm_deriv_right_lt_deriv_boundary'proof · cited by 1