Theorems · Theorem · real analysis
HasDerivAt.lhopital_zero_atTop_on_Ioi
∀ {a : ℝ} {l : Filter ℝ} {f f' g g' : ℝ → ℝ},
(∀ x ∈ Set.Ioi a, HasDerivAt f (f' x) x) →
(∀ x ∈ Set.Ioi a, HasDerivAt g (g' x) x) →
(∀ x ∈ Set.Ioi a, g' x ≠ 0) →
Filter.Tendsto f Filter.atTop (nhds 0) →
Filter.Tendsto g Filter.atTop (nhds 0) →
Filter.Tendsto (fun x => f' x / g' x) Filter.atTop l → Filter.Tendsto (fun x => f x / g x) Filter.atTop l- Defined in
- Mathlib.Analysis.Calculus.LHopital
- Cited by
- 3 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.
Cites37
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.atTopstatement and proof · cited by 2,405
- nhdsWithinproof · cited by 1,912
- Filter.univ_mem'proof · cited by 1,672
- Filter.mp_memproof · cited by 1,537
- Set.Ioistatement and proof · cited by 1,463
- Set.Iooproof · cited by 1,214
- ne_of_gtproof · cited by 637
Cited by3
Results whose statement or proof uses this declaration.
- HasDerivAt.lhopital_zero_atBot_on_Iioproof · cited by 2
- HasDerivAt.lhopital_zero_atTopproof · cited by 1
- deriv.lhopital_zero_atTop_on_Ioiproof · cited by 0