Mathlib Map

Theorems · Theorem · approximation theory

Asymptotics.IsBigO.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},
  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
29 results in Mathlib
Foundations
Depth 114 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.

summable_pow_mul_jacobiTheta₂_term_bound · cited by 6summable_pow_mul_jacobiTh…Complex.tendsto_mul_log_one_add_of_tendsto · cited by 3Complex.tendsto_mul_log_o…Asymptotics.IsBigO.listProd · cited by 3IsBigO.listProdNormedRing.inverse_add_norm_diff_nth_order · cited by 2NormedRing.inverse_add_no…ContinuousLinearMap.bilinear_hasTemperateGrowth · cited by 2ContinuousLinearMap.bilin…HurwitzKernelBounds.isBigO_atTop_F_nat_zero_sub · cited by 2HurwitzKernelBounds.isBig…summable_norm_mul_geometric_of_norm_lt_one · cited by 2summable_norm_mul_geometr…FormalMultilinearSeries.taylorComp_sub_taylorComp_isBigO · cited by 2FormalMultilinearSeries.t…HurwitzKernelBounds.isBigO_atTop_F_nat_one · cited by 2HurwitzKernelBounds.isBig…UpperHalfPlane.IsZeroAtImInfty.petersson_exp_decay_left · cited by 2IsZeroAtImInfty.petersson…ModularFormClass.exists_petersson_le · cited by 1ModularFormClass.exists_p…NormedRing.inverse_add_norm · cited by 1NormedRing.inverse_add_no…AkraBazziRecurrence.rpow_p_mul_one_add_smoothingFn_ge · cited by 1AkraBazziRecurrence.rpow_…AkraBazziRecurrence.rpow_p_mul_one_sub_smoothingFn_le · cited by 1AkraBazziRecurrence.rpow_…FormalMultilinearSeries.radius_le_radius_continuousLinearMap_comp · cited by 1FormalMultilinearSeries.r…Real · cited by 25697RealFilter · cited by 8121FilterNormedRing · cited by 924NormedRingAsymptotics.IsBigO · cited by 506Asymptotics.IsBigOSeminormedRing · cited by 446SeminormedRingAsymptotics.IsBigOWith · cited by 187Asymptotics.IsBigOWithNormMulClass · cited by 66NormMulClassAsymptotics.IsBigOWith.isBigO · cited by 40IsBigOWith.isBigOAsymptotics.IsBigO.isBigOWith · cited by 21IsBigO.isBigOWithAsymptotics.IsBigOWith.mul · cited by 3IsBigOWith.mulIsBigO.mulCITED BYCITES

Cites10

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

Cited by29

Results whose statement or proof uses this declaration.