Mathlib Map

Theorems · Theorem · general topology

continuousWithinAt_const_smul_iff

∀ {α : Type u_2} {β : Type u_3} {G : Type u_4} [inst : TopologicalSpace α] [inst_1 : Group G] [inst_2 : MulAction G α]
  [ContinuousConstSMul G α] [inst_4 : TopologicalSpace β] {f : β → α} {b : β} {s : Set β} (c : G),
  ContinuousWithinAt (fun x => c • f x) s b ↔ ContinuousWithinAt f s b
Defined in
Mathlib.Topology.Algebra.ConstMulAction
Cited by
2 results in Mathlib
Foundations
Depth 61 from the axioms · uses propext, Quot.sound
Assumes
TopologicalSpaceGroupMulActionContinuousConstSMulTopologicalSpace

Around this declaration

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

Cites7

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

Cited by2

Results whose statement or proof uses this declaration.