Theorems · Theorem · real analysis
deriv.lhopital_zero_nhdsWithin_convex
∀ {a : ℝ} {l : Filter ℝ} {f g : ℝ → ℝ} {s : Set ℝ},
Convex ℝ s →
(∀ᶠ (x : ℝ) in nhdsWithin a (s \ {a}), DifferentiableAt ℝ f x) →
(∀ᶠ (x : ℝ) in nhdsWithin a (s \ {a}), deriv g x ≠ 0) →
Filter.Tendsto f (nhdsWithin a (s \ {a})) (nhds 0) →
Filter.Tendsto g (nhdsWithin a (s \ {a})) (nhds 0) →
Filter.Tendsto (fun x => deriv f x / deriv g x) (nhdsWithin a (s \ {a})) l →
Filter.Tendsto (fun x => f x / g x) (nhdsWithin a (s \ {a})) lL'Hôpital's rule for approaching a real from within a convex set, deriv version
- Defined in
- Mathlib.Analysis.Calculus.LHopital
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 193 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.
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.Eventuallystatement and proof · cited by 3,134
- nhdsWithinstatement and proof · cited by 1,912
- derivstatement and proof · cited by 676
- Filter.Eventually.monoproof · cited by 646
- DifferentiableAtstatement and proof · cited by 617
- Convexstatement and proof · cited by 551
- derivWithinproof · cited by 258
Cited by3
Results whose statement or proof uses this declaration.
- deriv.lhopital_zero_nhdsNEproof · cited by 1
- deriv.lhopital_zero_nhdsGTproof · cited by 0
- deriv.lhopital_zero_nhdsLTproof · cited by 0