Skip to content

Commit 46d8612

Browse files
committed
Update Separation.lean
1 parent 0b2a23d commit 46d8612

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Mathlib/Analysis/LocallyConvex/Separation.lean

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,7 @@ section Countable
324324
variable [NormedAddCommGroup E] [NormedSpace ℝ E] [Module 𝕜 E] [ContinuousSMul 𝕜 E]
325325

326326
/-- A closed convex set `s` is the intersection of countably many half spaces in a separable Banach
327-
space. Moreover, these halfspaces are all nontrivial if `s` is nonempty. This is Lemma 1.2.9 in
328-
[Hytonen_VanNeerven_Veraar_Wies_2016]. -/
327+
space. Moreover, these halfspaces are all nontrivial if `s` is nonempty. -/
329328
theorem iInter_nat_halfSpaces_eq
330329
(hs₁ : Convex ℝ s) (hs₂ : IsClosed s) (hsep : IsSeparable sᶜ) :
331330
∃ (L : ℕ → E →L[𝕜] 𝕜) (c : ℕ → ℝ),

0 commit comments

Comments
 (0)