Mathlib Map

Theorems · Theorem · approximation theory

Asymptotics.IsLittleO.mul_isBigO

∀ {α : 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},
  f₁ =o[l] g₁ → f₂ =O[l] g₂ → (fun x => f₁ x * f₂ x) =o[l] fun x => g₁ x * g₂ x
Defined in
Mathlib.Analysis.Asymptotics.Defs
Cited by
11 results in Mathlib
Foundations
Depth 116 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SeminormedRingNormedRingNormMulClass

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

IsBoundedBilinearMap.continuous · cited by 11IsBoundedBilinearMap.cont…Asymptotics.IsLittleO.tendsto_div_nhds_zero · cited by 7IsLittleO.tendsto_div_nhd…Asymptotics.isLittleO_iff_tendsto' · cited by 7Asymptotics.isLittleO_iff…isLittleO_pow_const_mul_const_pow_const_pow_of_norm_lt · cited by 2isLittleO_pow_const_mul_c…tendsto_rpow_atTop_of_base_lt_one · cited by 2tendsto_rpow_atTop_of_bas…ProbabilityTheory.strong_law_aux6 · cited by 1ProbabilityTheory.strong_…inv_riemannZeta_sub_sub_isLittleO · cited by 1inv_riemannZeta_sub_sub_i…Asymptotics.IsLittleO.listProd · cited by 1IsLittleO.listProdAsymptotics.IsLittleO.mul · cited by 1IsLittleO.mulAsymptotics.superpolynomialDecay_iff_isLittleO · cited by 0Asymptotics.superpolynomi…Filter.ZeroAtFilter.mul_boundedAtFilter · cited by 0ZeroAtFilter.mul_boundedA…Real · cited by 25697RealFilter · cited by 8121FilterNormedRing · cited by 924NormedRingne_of_gt · cited by 637ne_of_gtAsymptotics.IsBigO · cited by 506Asymptotics.IsBigOSeminormedRing · cited by 446SeminormedRingAsymptotics.IsLittleO · cited by 375Asymptotics.IsLittleOdiv_pos · cited by 337div_posAsymptotics.IsBigOWith · cited by 187Asymptotics.IsBigOWithdiv_mul_cancel₀ · cited by 122div_mul_cancel₀NormMulClass · cited by 66NormMulClassAsymptotics.IsLittleO_def · cited by 19Asymptotics.IsLittleO_defAsymptotics.IsBigO.exists_pos · cited by 19IsBigO.exists_posAsymptotics.IsBigOWith.congr_const · cited by 13IsBigOWith.congr_constAsymptotics.IsBigOWith.mul · cited by 3IsBigOWith.mulIsLittleO.mul_isBigOCITED BYCITES

Cites15

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by11

Results whose statement or proof uses this declaration.