Skip to content

Commit 159196c

Browse files
committed
Update Separation.lean
1 parent f82ff1e commit 159196c

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

Mathlib/Analysis/LocallyConvex/Separation.lean

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -325,12 +325,9 @@ open TopologicalSpace Metric
325325

326326
variable [NormedAddCommGroup E] [NormedSpace ℝ E] [Module 𝕜 E] [ContinuousSMul 𝕜 E]
327327

328-
/-! In particular, in a separable space, a closed convex set is the intersection of countably many
329-
half-spaces. -/
330-
331-
/-- A closed convex set is the intersection of countably many half spaces in a separable Banach
332-
space.
333-
This is Lemma 1.2.9 in [Hytonen_VanNeerven_Veraar_Wies_2016]. -/
328+
/-- A closed convex set `s` is the intersection of countably many half spaces in a separable Banach
329+
space. Moreover, these halfspaces are all nontrivial if `s` is nonempty. This is Lemma 1.2.9 in
330+
[Hytonen_VanNeerven_Veraar_Wies_2016]. -/
334331
theorem iInter_nat_halfSpaces_eq
335332
(hs₁ : Convex ℝ s) (hs₂ : IsClosed s) (hsep : IsSeparable sᶜ) :
336333
∃ (L : ℕ → E →L[𝕜] 𝕜) (c : ℕ → ℝ),

0 commit comments

Comments
 (0)