Mathlib Map

Theorems · Theorem · real analysis

HasDerivWithinAt.lhopital_zero_nhdsWithin_convex

∀ {a : ℝ} {l : Filter ℝ} {f f' g g' : ℝ → ℝ} {s : Set ℝ},
  Convex ℝ s →
    (∀ᶠ (x : ℝ) in nhdsWithin a (s \ {a}), HasDerivWithinAt f (f' x) (s \ {a}) x) →
      (∀ᶠ (x : ℝ) in nhdsWithin a (s \ {a}), HasDerivWithinAt g (g' x) (s \ {a}) x) →
        (∀ᶠ (x : ℝ) in nhdsWithin a (s \ {a}), g' x ≠ 0) →
          Filter.Tendsto f (nhdsWithin a (s \ {a})) (nhds 0) →
            Filter.Tendsto g (nhdsWithin a (s \ {a})) (nhds 0) →
              Filter.Tendsto (fun x => f' x / g' x) (nhdsWithin a (s \ {a})) l →
                Filter.Tendsto (fun x => f x / g x) (nhdsWithin a (s \ {a})) l

L'Hôpital's rule for approaching a real from within a convex set, HasDerivWithinAt 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 191 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites34

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.