Theorems · Theorem · real analysis
HasDerivAt.lhopital_zero_nhdsGT
∀ {a : ℝ} {l : Filter ℝ} {f f' g g' : ℝ → ℝ},
(∀ᶠ (x : ℝ) in nhdsWithin a (Set.Ioi a), HasDerivAt f (f' x) x) →
(∀ᶠ (x : ℝ) in nhdsWithin a (Set.Ioi a), HasDerivAt g (g' x) x) →
(∀ᶠ (x : ℝ) in nhdsWithin a (Set.Ioi a), g' x ≠ 0) →
Filter.Tendsto f (nhdsWithin a (Set.Ioi a)) (nhds 0) →
Filter.Tendsto g (nhdsWithin a (Set.Ioi a)) (nhds 0) →
Filter.Tendsto (fun x => f' x / g' x) (nhdsWithin a (Set.Ioi a)) l →
Filter.Tendsto (fun x => f x / g x) (nhdsWithin a (Set.Ioi a)) lL'Hôpital's rule for approaching a real from the right, HasDerivAt version
- Defined in
- Mathlib.Analysis.Calculus.LHopital
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 188 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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.Ioistatement and proof · cited by 1,463
- Set.Iooproof · cited by 1,214
- HasDerivAtstatement and proof · cited by 493
- Filter.inter_memproof · cited by 153
- Filter.eventually_iff_exists_memproof · cited by 28
Cited by2
Results whose statement or proof uses this declaration.
- HasDerivAt.lhopital_zero_nhdsNEproof · cited by 2
- HasDerivWithinAt.lhopital_zero_nhdsWithin_convexproof · cited by 1