Theorems · Theorem · approximation theory
Asymptotics.IsBigO.bound
∀ {α : Type u_1} {E : Type u_3} {F : Type u_4} [inst : Norm E] [inst_1 : Norm F] {f : α → E} {g : α → F} {l : Filter α},
f =O[l] g → ∃ c, ∀ᶠ (x : α) in l, ‖f x‖ ≤ c * ‖g x‖- Defined in
- Mathlib.Analysis.Asymptotics.Defs
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 105 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement · cited by 25,697
- Filterstatement and proof · cited by 8,121
- Norm.normstatement · cited by 5,413
- Filter.Eventuallystatement · cited by 3,134
- Normstatement and proof · cited by 512
- Asymptotics.IsBigOstatement · cited by 506
- Asymptotics.isBigO_iffproof · cited by 19
Cited by5
Results whose statement or proof uses this declaration.
- Asymptotics.IsBigO.integrableAtFilterproof · cited by 7
- Function.Periodic.differentiableAt_cuspFunction_zeroproof · cited by 3
- Asymptotics.IsBigO.isBoundedUnder_leproof · cited by 2
- Asymptotics.IsBigO.eventually_integrableOnproof · cited by 0
- Asymptotics.IsBigO.set_integral_isBigOproof · cited by 0