Theorems · Theorem · real analysis
HasDerivAt.lhopital_zero_right_on_Ioo
∀ {a b : ℝ} {l : Filter ℝ} {f f' g g' : ℝ → ℝ},
a < b →
(∀ x ∈ Set.Ioo a b, HasDerivAt f (f' x) x) →
(∀ x ∈ Set.Ioo a b, HasDerivAt g (g' x) x) →
(∀ x ∈ Set.Ioo a b, 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)) l- Defined in
- Mathlib.Analysis.Calculus.LHopital
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 187 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites36
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
- le_reflproof · cited by 2,061
- nhdsWithinstatement and proof · cited by 1,912
- Nat.cast_zeroproof · cited by 1,870
- Set.Ioistatement and proof · cited by 1,463
- Set.Ioostatement and proof · cited by 1,214
- le_of_ltproof · cited by 1,175
- Set.Iioproof · cited by 1,166
Cited by5
Results whose statement or proof uses this declaration.
- HasDerivAt.lhopital_zero_atTop_on_Ioiproof · cited by 3
- HasDerivAt.lhopital_zero_left_on_Iooproof · cited by 3
- HasDerivAt.lhopital_zero_nhdsGTproof · cited by 2
- deriv.lhopital_zero_right_on_Iooproof · cited by 1
- HasDerivAt.lhopital_zero_right_on_Icoproof · cited by 0