Mathlib Map

Theorems · Theorem · Lie groups

Filter.Tendsto.one_smul

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

Around this declaration

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

Cites9

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

Cited by1

Results whose statement or proof uses this declaration.