Mathlib Map

Theorems · Theorem · convex and discrete geometry

Convex.closure

∀ {𝕜 : Type u_2} {E : Type u_3} [inst : Field 𝕜] [inst_1 : PartialOrder 𝕜] [inst_2 : AddCommGroup E]
  [inst_3 : Module 𝕜 E] [inst_4 : TopologicalSpace E] [IsTopologicalAddGroup E] [ContinuousConstSMul 𝕜 E] {s : Set E},
  Convex 𝕜 s → Convex 𝕜 (closure s)

In a topological vector space, the closure of a convex set is convex.

Defined in
Mathlib.Analysis.Convex.Topology
Cited by
9 results in Mathlib
Foundations
Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldPartialOrderAddCommGroupModuleTopologicalSpaceIsTopologicalAddGroupContinuousConstSMul

Around this declaration

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

Cites16

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

Cited by9

Results whose statement or proof uses this declaration.