Theorems · Theorem · approximation theory
Asymptotics.IsLittleO.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 : ℝ⦄, 0 < c → ∀ᶠ (x : α) in l, ‖f x‖ ≤ c * ‖g x‖Alias of the forward direction of Asymptotics.isLittleO_iff.
Definition of IsLittleO in terms of filters.
- Defined in
- Mathlib.Analysis.Asymptotics.Defs
- Cited by
- 4 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.IsLittleOstatement · cited by 375
- Asymptotics.isLittleO_iffproof · cited by 23
Cited by4
Results whose statement or proof uses this declaration.
- FDerivMeasurableAux.mem_A_of_differentiableproof · cited by 1
- Asymptotics.isLittleO_irrefl'proof · cited by 1
- Complex.IsExpCmpFilter.abs_im_pow_eventuallyLE_exp_reproof · cited by 1
- Chebyshev.eventually_primeCounting_leproof · cited by 0