Theorems · Theorem · approximation theory
Asymptotics.IsBigOWith.mul
∀ {α : Type u_1} {R : Type u_13} [inst : SeminormedRing R] {S : Type u_17} [inst_1 : NormedRing S] [NormMulClass S]
{l : Filter α} {f₁ f₂ : α → R} {g₁ g₂ : α → S} {c₁ c₂ : ℝ},
Asymptotics.IsBigOWith c₁ l f₁ g₁ →
Asymptotics.IsBigOWith c₂ l f₂ g₂ → Asymptotics.IsBigOWith (c₁ * c₂) l (fun x => f₁ x * f₂ x) fun x => g₁ x * g₂ x- Defined in
- Mathlib.Analysis.Asymptotics.Defs
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 113 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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.normproof · cited by 5,413
- Filter.univ_mem'proof · cited by 1,672
- Filter.mp_memproof · cited by 1,537
- le_transproof · cited by 985
- NormedRingstatement and proof · cited by 924
- norm_nonnegproof · cited by 725
- SeminormedRingstatement and proof · cited by 446
- Asymptotics.IsBigOWithstatement and proof · cited by 187
- norm_mulproof · cited by 171
- mul_le_mulproof · cited by 144
Cited by3
Results whose statement or proof uses this declaration.
- Asymptotics.IsBigO.mulproof · cited by 29
- Asymptotics.IsBigO.mul_isLittleOproof · cited by 15
- Asymptotics.IsLittleO.mul_isBigOproof · cited by 11