Theorems · Theorem · approximation theory
Asymptotics.isLittleO_iff_nat_mul_le_aux
∀ {α : Type u_1} {E : Type u_3} {F : Type u_4} [inst : Norm E] [inst_1 : Norm F] {f : α → E} {g : α → F} {l : Filter α},
((∀ (x : α), 0 ≤ ‖f x‖) ∨ ∀ (x : α), 0 ≤ ‖g x‖) → (f =o[l] g ↔ ∀ (n : ℕ), ∀ᶠ (x : α) in l, ↑n * ‖f x‖ ≤ ‖g x‖)- Defined in
- Mathlib.Analysis.Asymptotics.Defs
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 110 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
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
- LE.le.transproof · cited by 3,151
- Filter.Eventuallystatement and proof · cited by 3,134
- one_mulproof · cited by 2,841
- LT.lt.leproof · cited by 2,189
- Nat.cast_zeroproof · cited by 1,870
- MulZeroClass.zero_mulproof · cited by 1,625
- Filter.Eventually.monoproof · cited by 646
- Normstatement and proof · cited by 512
- Asymptotics.IsLittleOstatement and proof · cited by 375
Cited by3
Results whose statement or proof uses this declaration.
- Asymptotics.isLittleO_one_left_iffproof · cited by 3
- Asymptotics.isLittleO_iff_nat_mul_le'proof · cited by 1
- Asymptotics.isLittleO_iff_nat_mul_leproof · cited by 1