Mathlib Map

Theorems · Theorem · general topology

Filter.Tendsto.const_mul_atTop

∀ {α : Type u_1} {β : Type u_2} [inst : Semifield α] [inst_1 : LinearOrder α] [IsStrictOrderedRing α] {l : Filter β}
  {f : β → α} {r : α}, 0 < r → Filter.Tendsto f l Filter.atTop → Filter.Tendsto (fun x => r * f x) l Filter.atTop

If f tends to infinity along a filter, then f multiplied by a positive constant (on the left) also tends to infinity. For a version working in or , use Filter.Tendsto.const_mul_atTop' instead.

Defined in
Mathlib.Order.Filter.AtTopBot.Field
Cited by
30 results in Mathlib
Foundations
Depth 56 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemifieldLinearOrderIsStrictOrderedRing

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…summable_jacobiTheta₂_term_iff · cited by 4summable_jacobiTheta₂_ter…AkraBazziRecurrence.GrowsPolynomially.congr_of_eventuallyEq · cited by 3GrowsPolynomially.congr_o…AkraBazziRecurrence.GrowsPolynomially.inv · cited by 3GrowsPolynomially.invAkraBazziRecurrence.GrowsPolynomially.rpow · cited by 3GrowsPolynomially.rpowPhragmenLindelof.horizontal_strip · cited by 3PhragmenLindelof.horizont…UpperHalfPlane.tendsto_smul_atImInfty · cited by 2UpperHalfPlane.tendsto_sm…AddCircle.ae_empty_or_univ_of_forall_vadd_ae_eq_self · cited by 2AddCircle.ae_empty_or_uni…AkraBazziRecurrence.growsPolynomially_log · cited by 2AkraBazziRecurrence.grows…Filter.tendsto_const_mul_pow_atTop · cited by 2Filter.tendsto_const_mul_…AkraBazziRecurrence.isBigO_apply_r_sub_b · cited by 2AkraBazziRecurrence.isBig…Real.Wallis.tendsto_W_nhds_pi_div_two · cited by 2Wallis.tendsto_W_nhds_pi_…Polynomial.tendsto_abv_eval₂_atTop · cited by 2Polynomial.tendsto_abv_ev…AkraBazziRecurrence.GrowsPolynomially.of_isTheta · cited by 2GrowsPolynomially.of_isTh…exp_neg_mul_rpow_isLittleO_exp_neg · cited by 2exp_neg_mul_rpow_isLittle…LinearOrder · cited by 8572LinearOrderFilter · cited by 8121FilterFilter.Tendsto · cited by 3814Filter.TendstoIsStrictOrderedRing · cited by 2490IsStrictOrderedRingFilter.atTop · cited by 2405Filter.atTopSemifield · cited by 439SemifieldFilter.tendsto_const_mul_atTop_of_pos · cited by 8Filter.tendsto_const_mul_…Tendsto.const_mul_atTopCITED BYCITES

Cites7

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

Cited by30

Results whose statement or proof uses this declaration.