Theorems · Theorem · approximation theory
Asymptotics.isLittleO_iff_nat_mul_le
∀ {α : Type u_1} {E : Type u_3} {F' : Type u_7} [inst : Norm E] [inst_1 : SeminormedAddCommGroup F'] {f : α → E}
{g' : α → F'} {l : Filter α}, f =o[l] g' ↔ ∀ (n : ℕ), ∀ᶠ (x : α) in l, ↑n * ‖f x‖ ≤ ‖g' x‖- Defined in
- Mathlib.Analysis.Asymptotics.Defs
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 113 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NormSeminormedAddCommGroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- norm_nonnegproof · cited by 725
- Normstatement and proof · cited by 512
- Asymptotics.IsLittleOstatement · cited by 375
- Asymptotics.isLittleO_iff_nat_mul_le_auxproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- Complex.IsExpCmpFilter.isLittleO_log_norm_reproof · cited by 1