Mathlib Map

Theorems · Theorem · approximation theory

Asymptotics.IsBigO.of_norm_eventuallyLE

∀ {α : Type u_1} {E : Type u_3} [inst : Norm E] {f : α → E} {l : Filter α} {g : α → ℝ},
  (fun x => ‖f x‖) ≤ᶠ[l] g → f =O[l] g

See also Filter.Eventually.isBigO, which is the same lemma stated using Filter.Eventually instead of Filter.EventuallyLE.

Defined in
Mathlib.Analysis.Asymptotics.Defs
Cited by
11 results in Mathlib
Foundations
Depth 107 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
Norm

Around this declaration

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

Cites10

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

Cited by11

Results whose statement or proof uses this declaration.