Theorems · Theorem · real analysis
HasDerivAt.lhopital_zero_atBot
∀ {l : Filter ℝ} {f f' g g' : ℝ → ℝ},
(∀ᶠ (x : ℝ) in Filter.atBot, HasDerivAt f (f' x) x) →
(∀ᶠ (x : ℝ) in Filter.atBot, HasDerivAt g (g' x) x) →
(∀ᶠ (x : ℝ) in Filter.atBot, g' x ≠ 0) →
Filter.Tendsto f Filter.atBot (nhds 0) →
Filter.Tendsto g Filter.atBot (nhds 0) →
Filter.Tendsto (fun x => f' x / g' x) Filter.atBot l → Filter.Tendsto (fun x => f x / g x) Filter.atBot lL'Hôpital's rule for approaching -∞, HasDerivAt version
- Defined in
- Mathlib.Analysis.Calculus.LHopital
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 190 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
- le_of_ltproof · cited by 1,175
- Set.Iioproof · cited by 1,166
- Filter.atBotstatement and proof · cited by 512
- HasDerivAtstatement and proof · cited by 493
- Filter.inter_memproof · cited by 153
- Filter.eventually_iff_exists_memproof · cited by 28
Cited by1
Results whose statement or proof uses this declaration.
- deriv.lhopital_zero_atBotproof · cited by 0