Theorems · Theorem · real analysis
HasDerivAt.lhopital_zero_nhdsNE
∀ {a : ℝ} {l : Filter ℝ} {f f' g g' : ℝ → ℝ},
(∀ᶠ (x : ℝ) in nhdsWithin a {a}ᶜ, HasDerivAt f (f' x) x) →
(∀ᶠ (x : ℝ) in nhdsWithin a {a}ᶜ, HasDerivAt g (g' x) x) →
(∀ᶠ (x : ℝ) in nhdsWithin a {a}ᶜ, g' x ≠ 0) →
Filter.Tendsto f (nhdsWithin a {a}ᶜ) (nhds 0) →
Filter.Tendsto g (nhdsWithin a {a}ᶜ) (nhds 0) →
Filter.Tendsto (fun x => f' x / g' x) (nhdsWithin a {a}ᶜ) l →
Filter.Tendsto (fun x => f x / g x) (nhdsWithin a {a}ᶜ) lL'Hôpital's rule for approaching a real, HasDerivAt version. This
does not require anything about the situation at a
- Defined in
- Mathlib.Analysis.Calculus.LHopital
- Cited by
- 2 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.
- Setstatement · 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
- Compl.complstatement and proof · cited by 2,925
- nhdsWithinstatement and proof · cited by 1,912
- Set.Ioiproof · cited by 1,463
- Set.Iioproof · cited by 1,166
- HasDerivAtstatement and proof · cited by 493
- nhdsWithin_unionproof · cited by 41
Cited by2
Results whose statement or proof uses this declaration.
- HasDerivWithinAt.lhopital_zero_nhdsWithin_convexproof · cited by 1
- HasDerivAt.lhopital_zero_nhdsproof · cited by 0