Theorems · Theorem · approximation theory
Filter.Eventually.isBigO
∀ {α : Type u_1} {E : Type u_3} [inst : Norm E] {f : α → E} {g : α → ℝ} {l : Filter α},
(∀ᶠ (x : α) in l, ‖f x‖ ≤ g x) → f =O[l] gSee also Asymptotics.IsBigO.of_norm_eventuallyLE, which is the same lemma
stated using Filter.EventuallyLE instead of Filter.Eventually.
- Defined in
- Mathlib.Analysis.Asymptotics.Defs
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 108 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.
Cites7
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
- Filterstatement and proof · cited by 8,121
- Norm.normstatement and proof · cited by 5,413
- Filter.Eventuallystatement and proof · cited by 3,134
- Normstatement and proof · cited by 512
- Asymptotics.IsBigOstatement · cited by 506
- Asymptotics.IsBigO.of_norm_eventuallyLEproof · cited by 11
Cited by8
Results whose statement or proof uses this declaration.
- HurwitzKernelBounds.isBigO_atTop_F_nat_oneproof · cited by 2
- HurwitzKernelBounds.isBigO_atTop_F_nat_zero_subproof · cited by 2
- HurwitzKernelBounds.isBigO_exp_neg_mul_of_leproof · cited by 2
- HurwitzZeta.isBigO_atTop_cosKernel_subproof · cited by 0
- HurwitzZeta.isBigO_atTop_oddKernelproof · cited by 0
- HurwitzZeta.isBigO_atTop_sinKernelproof · cited by 0
- Asymptotics.IsBigO.mul_atTop_rpow_natCast_of_isBigO_rpowproof · cited by 0
- Asymptotics.IsBigO.mul_atTop_rpow_of_isBigO_rpowproof · cited by 0