Mathlib Map

Theorems · Theorem · functional analysis

LinearMap.image_closure_of_convex

∀ {𝕜 : Type u_1} {E : Type u_2} {F : Type u_3} [inst : RCLike 𝕜] [inst_1 : AddCommGroup E] [inst_2 : Module 𝕜 E]
  [inst_3 : AddCommGroup F] [inst_4 : Module 𝕜 F] [inst_5 : Module ℝ E] [IsScalarTower ℝ 𝕜 E] [inst_7 : Module ℝ F]
  [IsScalarTower ℝ 𝕜 F] [inst_9 : TopologicalSpace E] [IsTopologicalAddGroup E] [ContinuousSMul 𝕜 E]
  [LocallyConvexSpace ℝ E] [inst_13 : TopologicalSpace F] [IsTopologicalAddGroup F] [ContinuousSMul 𝕜 F]
  [LocallyConvexSpace ℝ F] {s : Set E},
  Convex ℝ s →
    ∀ (e : E →ₗ[𝕜] F), (∀ (f : StrongDual 𝕜 F), Continuous ⇑(e.dualMap ↑f)) → ⇑e '' closure s ⊆ closure (⇑e '' s)

If e : E →ₗ[𝕜] F is a linear map between locally convex spaces, and f ∘ e is continuous for every continuous linear functional f : StrongDual 𝕜 F, then e commutes with the closure on convex sets.

Defined in
Mathlib.Analysis.LocallyConvex.WeakSpace
Cited by
1 results in Mathlib
Foundations
Depth 176 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RCLikeAddCommGroupModuleAddCommGroupModuleModuleIsScalarTowerModuleIsScalarTowerTopologicalSpaceIsTopologicalAddGroupContinuousSMulLocallyConvexSpaceTopologicalSpaceIsTopologicalAddGroupContinuousSMulLocallyConvexSpace

Around this declaration

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

Cites39

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.