Mathlib Map

Theorems · Theorem · real analysis

HasDerivAt.lhopital_zero_left_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 b (Set.Iio b)) (nhds 0) →
            Filter.Tendsto g (nhdsWithin b (Set.Iio b)) (nhds 0) →
              Filter.Tendsto (fun x => f' x / g' x) (nhdsWithin b (Set.Iio b)) l →
                Filter.Tendsto (fun x => f x / g x) (nhdsWithin b (Set.Iio b)) 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.

Cites22

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
  • mul_oneproof · cited by 3,885
  • Filter.Tendstostatement and proof · cited by 3,814
  • nhdsWithinstatement and proof · cited by 1,912
  • Set.Ioiproof · cited by 1,463
  • Set.Ioostatement and proof · cited by 1,214
  • Set.Iiostatement and proof · cited by 1,166
  • neg_negproof · cited by 960
  • mul_negproof · cited by 590

Cited by3

Results whose statement or proof uses this declaration.