Theorems · Theorem · real analysis
deriv.lhopital_zero_nhdsNE
∀ {a : ℝ} {l : Filter ℝ} {f g : ℝ → ℝ},
(∀ᶠ (x : ℝ) in nhdsWithin a {a}ᶜ, DifferentiableAt ℝ f x) →
(∀ᶠ (x : ℝ) in nhdsWithin a {a}ᶜ, deriv g x ≠ 0) →
Filter.Tendsto f (nhdsWithin a {a}ᶜ) (nhds 0) →
Filter.Tendsto g (nhdsWithin a {a}ᶜ) (nhds 0) →
Filter.Tendsto (fun x => deriv f x / deriv 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, deriv 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 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.
- 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
- Compl.complstatement and proof · cited by 2,925
- nhdsWithinstatement and proof · cited by 1,912
- derivstatement and proof · cited by 676
- DifferentiableAtstatement and proof · cited by 617
- convex_univproof · cited by 53
- Set.compl_eq_univ_sdiffproof · cited by 43
Cited by1
Results whose statement or proof uses this declaration.
- deriv.lhopital_zero_nhdsproof · cited by 0