Theorems · Theorem · approximation theory
Asymptotics.bound_of_isBigO_cofinite
∀ {α : Type u_1} {E : Type u_3} {F'' : Type u_10} [inst : Norm E] [inst_1 : NormedAddCommGroup F''] {f : α → E}
{g'' : α → F''}, f =O[Filter.cofinite] g'' → ∃ C > 0, ∀ ⦃x : α⦄, g'' x ≠ 0 → ‖f x‖ ≤ C * ‖g'' x‖If f x = O(g x) along cofinite, then there exists a positive constant C such that
‖f x‖ ≤ C * ‖g x‖ whenever g x ≠ 0.
- Defined in
- Mathlib.Analysis.Asymptotics.Lemmas
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 116 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NormNormedAddCommGroup
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.
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- Set.ofPredproof · cited by 6,101
- Norm.normstatement and proof · cited by 5,413
- Finset.imageproof · cited by 910
- norm_nonnegproof · cited by 725
- Normstatement and proof · cited by 512
- Asymptotics.IsBigOstatement and proof · cited by 506
- Set.Finite.toFinsetproof · cited by 351
- not_leproof · cited by 328
- Filter.cofinitestatement and proof · cited by 251
- Asymptotics.IsBigOWithproof · cited by 187
Cited by2
Results whose statement or proof uses this declaration.
- Asymptotics.bound_of_isBigO_nat_atTopproof · cited by 2
- Asymptotics.isBigO_cofinite_iffproof · cited by 1