Theorems · Theorem · approximation theory
Asymptotics.isBigOWith_of_eq_mul
∀ {α : Type u_1} {R : Type u_13} [inst : SeminormedRing R] {c : ℝ} {l : Filter α} {u v : α → R} (φ : α → R),
(∀ᶠ (x : α) in l, ‖φ x‖ ≤ c) → u =ᶠ[l] φ * v → Asymptotics.IsBigOWith c l u vIf ‖φ‖ is eventually bounded by c, and u =ᶠ[l] φ * v, then we have IsBigOWith c u v l.
This does not require any assumptions on c, which is why we keep this version along with
IsBigOWith_iff_exists_eq_mul.
- Defined in
- Mathlib.Analysis.Asymptotics.Lemmas
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 113 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- SeminormedRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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
- Filter.EventuallyEqstatement and proof · cited by 1,912
- norm_nonnegproof · cited by 725
- Filter.Eventually.monoproof · cited by 646
- SeminormedRingstatement and proof · cited by 446
- Filter.EventuallyEq.symmproof · cited by 408
- mul_le_mul_of_nonneg_rightproof · cited by 301
- Asymptotics.IsBigOWithstatement · cited by 187
Cited by3
Results whose statement or proof uses this declaration.
- Asymptotics.isLittleO_iff_exists_eq_mulproof · cited by 3
- Asymptotics.isBigOWith_iff_exists_eq_mulproof · cited by 1
- Asymptotics.isBigO_iff_exists_eq_mulproof · cited by 1