File tree Expand file tree Collapse file tree
Mathlib/Analysis/LocallyConvex Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -325,12 +325,9 @@ open TopologicalSpace Metric
325325
326326variable [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 ] . -/
334331theorem iInter_nat_halfSpaces_eq
335332 (hs₁ : Convex ℝ s) (hs₂ : IsClosed s) (hsep : IsSeparable sᶜ) :
336333 ∃ (L : ℕ → E →L[𝕜] 𝕜) (c : ℕ → ℝ),
You can’t perform that action at this time.
0 commit comments