Skip to content

Commit 84ea1ee

Browse files
committed
Update Separation.lean
1 parent 46d8612 commit 84ea1ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/Analysis/LocallyConvex/Separation.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +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. -/
327+
space. Moreover, these halfspaces are all nontrivial if `s` is nonempty and not equal to `univ`. -/
328328
theorem iInter_nat_halfSpaces_eq
329329
(hs₁ : Convex ℝ s) (hs₂ : IsClosed s) (hsep : IsSeparable sᶜ) :
330330
∃ (L : ℕ → E →L[𝕜] 𝕜) (c : ℕ → ℝ),

0 commit comments

Comments
 (0)