We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b2a23d commit 46d8612Copy full SHA for 46d8612
1 file changed
Mathlib/Analysis/LocallyConvex/Separation.lean
@@ -324,8 +324,7 @@ section Countable
324
variable [NormedAddCommGroup E] [NormedSpace ℝ E] [Module 𝕜 E] [ContinuousSMul 𝕜 E]
325
326
/-- 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]. -/
+space. Moreover, these halfspaces are all nontrivial if `s` is nonempty. -/
329
theorem iInter_nat_halfSpaces_eq
330
(hs₁ : Convex ℝ s) (hs₂ : IsClosed s) (hsep : IsSeparable sᶜ) :
331
∃ (L : ℕ → E →L[𝕜] 𝕜) (c : ℕ → ℝ),
0 commit comments