Theorems · Theorem · real analysis
HasDerivWithinAt.lhopital_zero_nhdsWithin_convex
∀ {a : ℝ} {l : Filter ℝ} {f f' g g' : ℝ → ℝ} {s : Set ℝ},
Convex ℝ s →
(∀ᶠ (x : ℝ) in nhdsWithin a (s \ {a}), HasDerivWithinAt f (f' x) (s \ {a}) x) →
(∀ᶠ (x : ℝ) in nhdsWithin a (s \ {a}), HasDerivWithinAt g (g' x) (s \ {a}) x) →
(∀ᶠ (x : ℝ) in nhdsWithin a (s \ {a}), 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 => f' x / 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, HasDerivWithinAt version.
This does not require anything about the situation at a
- Defined in
- Mathlib.Analysis.Calculus.LHopital
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 191 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites34
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
- Set.Nonemptyproof · cited by 2,627
- nhdsWithinstatement and proof · cited by 1,912
- Set.Ioiproof · cited by 1,463
- closureproof · cited by 1,254
- Set.Iioproof · cited by 1,166
- Filter.NeBotproof · cited by 853
Cited by1
Results whose statement or proof uses this declaration.
- derivWithin.lhopital_zero_nhdsWithin_convexproof · cited by 1