Theorems · Definition · approximation theory
Asymptotics.IsBigOWith
{α : Type u_18} → {E : Type u_19} → {F : Type u_20} → [Norm E] → [Norm F] → ℝ → Filter α → (α → E) → (α → F) → PropThis version of the Landau notation IsBigOWith C l f g where f and g are two functions on
a type α and l is a filter on α, means that eventually for l, ‖f‖ is bounded by C * ‖g‖.
In other words, ‖f‖ / ‖g‖ is eventually bounded by C, modulo division by zero issues that are
avoided by this definition. Probably you want to use IsBigO instead of this relation.
- Defined in
- Mathlib.Analysis.Asymptotics.Defs
- Cited by
- 187 results in Mathlib
- Foundations
- Depth 98 from the axioms, rests on 1,960 definitions · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
Cited by187
Results whose statement or proof uses this declaration.
- Asymptotics.IsBigO.transproof · cited by 56
- Asymptotics.IsBigOWith_defstatement · cited by 46
- Asymptotics.IsBigOWith.isBigOstatement and proof · cited by 40
- Asymptotics.IsBigO.comp_tendstoproof · cited by 33
- Asymptotics.IsBigO.trans_isLittleOproof · cited by 32
- Asymptotics.IsBigO.mulproof · cited by 29
- Asymptotics.IsBigO_defstatement and proof · cited by 26
- Asymptotics.IsBigO.addproof · cited by 21
- Asymptotics.IsBigO.isBigOWithstatement · cited by 21
- Asymptotics.IsBigO.exists_posstatement and proof · cited by 19
- Asymptotics.IsLittleO_defstatement and proof · cited by 19
- Asymptotics.IsLittleO.trans_isBigOproof · cited by 19