Theorems · Theorem · real analysis
derivWithin.lhopital_zero_nhdsWithin_convex
∀ {a : ℝ} {l : Filter ℝ} {f g : ℝ → ℝ} {s : Set ℝ},
Convex ℝ s →
(∀ᶠ (x : ℝ) in nhdsWithin a (s \ {a}), DifferentiableWithinAt ℝ f (s \ {a}) x) →
(∀ᶠ (x : ℝ) in nhdsWithin a (s \ {a}), derivWithin g (s \ {a}) x ≠ 0) →
Filter.Tendsto f (nhdsWithin a (s \ {a})) (nhds 0) →
Filter.Tendsto g (nhdsWithin a (s \ {a})) (nhds 0) →
Filter.Tendsto (fun x => derivWithin f (s \ {a}) x / derivWithin g (s \ {a}) 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, derivWithin version
- Defined in
- Mathlib.Analysis.Calculus.LHopital
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 192 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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
- Convexstatement and proof · cited by 551
- Filter.Eventually.of_forallproof · cited by 526
- DifferentiableWithinAtstatement and proof · cited by 453
- HasDerivWithinAtproof · cited by 333
- derivWithinstatement and proof · cited by 258
Cited by1
Results whose statement or proof uses this declaration.
- deriv.lhopital_zero_nhdsWithin_convexproof · cited by 3