Mathlib Map

Theorems · Theorem · approximation theory

Asymptotics.isBigO_iff

∀ {α : Type u_1} {E : Type u_3} {F : Type u_4} [inst : Norm E] [inst_1 : Norm F] {f : α → E} {g : α → F} {l : Filter α},
  f =O[l] g ↔ ∃ c, ∀ᶠ (x : α) in l, ‖f x‖ ≤ c * ‖g x‖

Definition of IsBigO in terms of filters.

Defined in
Mathlib.Analysis.Asymptotics.Defs
Cited by
19 results in Mathlib
Foundations
Depth 104 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormNorm

Around this declaration

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

Asymptotics.IsBigO.of_bound · cited by 15IsBigO.of_boundAsymptotics.IsBigO.bound · cited by 5IsBigO.boundHasFDerivWithinAt.tendsto_nhdsWithin_nhdsNE · cited by 4HasFDerivWithinAt.tendsto…hasSum_choose_mul_geometric_of_norm_lt_one' · cited by 4hasSum_choose_mul_geometr…Asymptotics.isBigO_iff' · cited by 3Asymptotics.isBigO_iff'Asymptotics.isBigOTVS_iff_isBigO · cited by 3Asymptotics.isBigOTVS_iff…tendsto_rpow_atTop_of_base_lt_one · cited by 2tendsto_rpow_atTop_of_bas…AkraBazziRecurrence.isBigO_apply_r_sub_b · cited by 2AkraBazziRecurrence.isBig…qExpansion_coeff_isBigO_of_norm_isBigO · cited by 2qExpansion_coeff_isBigO_o…HasFPowerSeriesWithinAt.isBigO_sub_partialSum_pow · cited by 1HasFPowerSeriesWithinAt.i…Asymptotics.isBigO_nat_atTop_induction · cited by 1Asymptotics.isBigO_nat_at…Complex.HadamardThreeLines.norm_mul_invInterpStrip_le_one_of_mem_verticalClosedStrip · cited by 1HadamardThreeLines.norm_m…Complex.log_sub_logTaylor_isBigO · cited by 1Complex.log_sub_logTaylor…Continuous.isBounded_range_iff_isBigO · cited by 1Continuous.isBounded_rang…Function.locallyFinsuppWithin.finite_support_of_logCounting_isBigO_log · cited by 1locallyFinsuppWithin.fini…Real · cited by 25697RealFilter · cited by 8121FilterNorm.norm · cited by 5413Norm.normFilter.Eventually · cited by 3134Filter.EventuallyNorm · cited by 512NormAsymptotics.IsBigO · cited by 506Asymptotics.IsBigOAsymptotics.IsBigOWith_def · cited by 46Asymptotics.IsBigOWith_defAsymptotics.IsBigO_def · cited by 26Asymptotics.IsBigO_defAsymptotics.isBigO_iffCITED BYCITES

Cites8

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

Cited by19

Results whose statement or proof uses this declaration.