Mathlib Map

Theorems · Theorem · Lie groups

Filter.Tendsto.mul_const

∀ {M : Type u_1} [inst : TopologicalSpace M] [inst_1 : Mul M] [SeparatelyContinuousMul M] {α : Type u_2} {f : α → M}
  {x : Filter α} {a : M} (b : M), Filter.Tendsto f x (nhds a) → Filter.Tendsto (fun x => f x * b) x (nhds (a * b))
Defined in
Mathlib.Topology.Algebra.Monoid.Defs
Cited by
23 results in Mathlib
Foundations
Depth 59 from the axioms · uses propext, Quot.sound
Assumes
TopologicalSpaceMulSeparatelyContinuousMul

Around this declaration

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

Filter.Tendsto.div_const · cited by 12Tendsto.div_constContinuousAt.mul_const · cited by 4ContinuousAt.mul_constContinuousWithinAt.mul_const · cited by 2ContinuousWithinAt.mul_co…Asymptotics.SuperpolynomialDecay.mul_const · cited by 2SuperpolynomialDecay.mul_…HasProd.congr_cofinite₀ · cited by 2HasProd.congr_cofinite₀ProbabilityTheory.tendsto_charFun_inv_sqrt_mul_pow · cited by 1ProbabilityTheory.tendsto…ProbabilityTheory.tendsto_choose_mul_pow_atTop · cited by 1ProbabilityTheory.tendsto…UpperHalfPlane.IsZeroAtImInfty.slash · cited by 1IsZeroAtImInfty.slashRKHS.tendstoUniformlyOn_of_norm_kerFun_le · cited by 1RKHS.tendstoUniformlyOn_o…tendsto_euler_sin_prod' · cited by 1tendsto_euler_sin_prod'Filter.tendsto_const_div_iff' · cited by 1Filter.tendsto_const_div_…ODE.FunSpace.exists_forall_closedBall_funSpace_dist_le_mul · cited by 1FunSpace.exists_forall_cl…Real.tendsto_integral_cexp_sq_smul · cited by 1Real.tendsto_integral_cex…AbsoluteValue.denseRange_algebraMap_pi · cited by 1AbsoluteValue.denseRange_…MeasureTheory.FiniteMeasure.tendsto_iff_forall_integral_rclike_tendsto · cited by 1FiniteMeasure.tendsto_iff…TopologicalSpace · cited by 24529TopologicalSpaceFilter · cited by 8121Filternhds · cited by 5554nhdsFilter.Tendsto · cited by 3814Filter.TendstoFilter.Tendsto.comp · cited by 560Tendsto.compContinuous.tendsto · cited by 206Continuous.tendstoSeparatelyContinuousMul · cited by 133SeparatelyContinuousMulcontinuous_mul_const · cited by 30continuous_mul_constTendsto.mul_constCITED BYCITES

Cites8

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

Cited by23

Results whose statement or proof uses this declaration.