Theorems · Theorem · real analysis
deriv.lhopital_zero_nhdsLT
∀ {a : ℝ} {l : Filter ℝ} {f g : ℝ → ℝ},
(∀ᶠ (x : ℝ) in nhdsWithin a (Set.Iio a), DifferentiableAt ℝ f x) →
(∀ᶠ (x : ℝ) in nhdsWithin a (Set.Iio a), deriv g x ≠ 0) →
Filter.Tendsto f (nhdsWithin a (Set.Iio a)) (nhds 0) →
Filter.Tendsto g (nhdsWithin a (Set.Iio a)) (nhds 0) →
Filter.Tendsto (fun x => deriv f x / deriv g x) (nhdsWithin a (Set.Iio a)) l →
Filter.Tendsto (fun x => f x / g x) (nhdsWithin a (Set.Iio a)) lL'Hôpital's rule for approaching a real from the left, deriv version
- Defined in
- Mathlib.Analysis.Calculus.LHopital
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 194 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setproof · 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
- Set.Iiostatement and proof · cited by 1,166
- derivstatement and proof · cited by 676
- DifferentiableAtstatement and proof · cited by 617
- convex_Iicproof · cited by 12
- Set.Iic_sdiff_rightproof · cited by 11
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.