Mathlib Map

Theorems · Theorem · approximation theory

Asymptotics.IsBigO.mul_isLittleO

∀ {α : 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
15 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.hasStrictFDerivAt · cited by 7IsBoundedBilinearMap.hasS…hasFDerivAt_norm_rpow · cited by 5hasFDerivAt_norm_rpowAsymptotics.isLittleO_pow_pow · cited by 5Asymptotics.isLittleO_pow…hasStrictDerivAt_inv · cited by 4hasStrictDerivAt_invAsymptotics.isLittleO_pow_pow_cobounded_of_lt · cited by 3Asymptotics.isLittleO_pow…Complex.IsExpCmpFilter.isLittleO_cpow_mul_exp · cited by 3IsExpCmpFilter.isLittleO_…AkraBazziRecurrence.isLittleO_deriv_smoothingFn · cited by 2AkraBazziRecurrence.isLit…AkraBazziRecurrence.isLittleO_self_div_log_id · cited by 2AkraBazziRecurrence.isLit…AkraBazziRecurrence.rpow_p_mul_one_add_smoothingFn_ge · cited by 1AkraBazziRecurrence.rpow_…AkraBazziRecurrence.rpow_p_mul_one_sub_smoothingFn_le · cited by 1AkraBazziRecurrence.rpow_…AkraBazziRecurrence.isEquivalent_deriv_rpow_p_mul_one_add_smoothingFn · cited by 1AkraBazziRecurrence.isEqu…AkraBazziRecurrence.isEquivalent_deriv_rpow_p_mul_one_sub_smoothingFn · cited by 1AkraBazziRecurrence.isEqu…Asymptotics.IsLittleO.listProd · cited by 1IsLittleO.listProdrpow_mul_exp_neg_mul_rpow_isLittleO_exp_neg · cited by 1rpow_mul_exp_neg_mul_rpow…Filter.BoundedAtFilter.mul_zeroAtFilter · cited by 0BoundedAtFilter.mul_zeroA…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.IsBigOWithmul_div_cancel₀ · cited by 77mul_div_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.mulIsBigO.mul_isLittleOCITED BYCITES

Cites15

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

Cited by15

Results whose statement or proof uses this declaration.