Mathlib Map

Theorems · Theorem · Lie groups

Filter.Tendsto.smul

∀ {M : Type u_1} {X : Type u_2} {α : Type u_4} [inst : TopologicalSpace M] [inst_1 : TopologicalSpace X]
  [inst_2 : SMul M X] [ContinuousSMul M X] {f : α → M} {g : α → X} {l : Filter α} {c : M} {a : X},
  Filter.Tendsto f l (nhds c) → Filter.Tendsto g l (nhds a) → Filter.Tendsto (fun x => f x • g x) l (nhds (c • a))
Defined in
Mathlib.Topology.Algebra.MulAction
Cited by
22 results in Mathlib
Foundations
Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpaceTopologicalSpaceSMulContinuousSMul

Around this declaration

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

Filter.Tendsto.smul_const · cited by 9Tendsto.smul_constContinuousAt.smul · cited by 9ContinuousAt.smulContinuousWithinAt.smul · cited by 7ContinuousWithinAt.smulinterior_subset_gauge_lt_one · cited by 5interior_subset_gauge_lt_…Complex.differentiableOn_update_limUnder_of_isLittleO · cited by 4Complex.differentiableOn_…intervalIntegral.tendsto_integral_filter_of_dominated_convergence · cited by 3intervalIntegral.tendsto_…mem_tangentConeAt_of_add_smul_mem · cited by 3mem_tangentConeAt_of_add_…tendsto_setIntegral_peak_smul_of_integrableOn_of_tendsto · cited by 2tendsto_setIntegral_peak_…BoxIntegral.HasIntegral.smul · cited by 2HasIntegral.smulFilter.Tendsto.inversion · cited by 2Tendsto.inversionFilter.Tendsto.lineMap · cited by 2Tendsto.lineMapConvex.second_derivative_within_at_symmetric · cited by 1Convex.second_derivative_…tangentConeAt.lim_zero · cited by 1tangentConeAt.lim_zeroMeasureTheory.StronglyMeasurable.tendsto_approxBounded_of_norm_le · cited by 1StronglyMeasurable.tendst…Filter.Tendsto.one_smul · cited by 1Tendsto.one_smulTopologicalSpace · cited by 24529TopologicalSpaceFilter · cited by 8121Filternhds · cited by 5554nhdsFilter.Tendsto · cited by 3814Filter.TendstoContinuousSMul · cited by 1016ContinuousSMulFilter.Tendsto.comp · cited by 560Tendsto.compContinuous.tendsto · cited by 206Continuous.tendstoFilter.Tendsto.prodMk_nhds · cited by 46Tendsto.prodMk_nhdsContinuousSMul.continuous_smul · cited by 21ContinuousSMul.continuous…Tendsto.smulCITED BYCITES

Cites9

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

Cited by22

Results whose statement or proof uses this declaration.