Skip to content

Commit 8eed07a

Browse files
committed
Update Separation.lean
1 parent 3037e76 commit 8eed07a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Mathlib/Analysis/LocallyConvex/Separation.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ theorem geometric_hahn_banach_point_point [T1Space E] (hxy : x ≠ y) :
312312
(convex_singleton y) isClosed_singleton (disjoint_singleton.2 hxy)
313313
exact ⟨f, by linarith [hs x rfl, ht y rfl]⟩
314314

315-
/-- A closed convex set is the intersection of halfspaces. -/
315+
/-- A closed convex set is an intersection of halfspaces. -/
316316
theorem iInter_halfSpaces_eq (hs₁ : Convex ℝ s) (hs₂ : IsClosed s) :
317317
⋂ l : StrongDual 𝕜 E, { x | ∃ y ∈ s, re (l x) ≤ re (l y) } = s := by
318318
rw [Set.iInter_setOf]
@@ -339,7 +339,7 @@ theorem iInter_halfSpaces_const_eq (hs₁ : Convex ℝ s) (hs₂ : IsClosed s) :
339339
have := lt_trans ((hLc y).1 h.some h.some_mem) (hLc y).2
340340
simp [p] at this
341341

342-
/-- A closed convex set with a Lindelöf complement is the intersection of countably many
342+
/-- A closed convex set with a Lindelöf complement is an intersection of countably many
343343
halfspaces. -/
344344
theorem _root_.IsLindelof.iInter_countable_halfSpaces_const_eq (hs₁ : Convex ℝ s) (hs₂ : IsClosed s)
345345
(hs₃ : IsLindelof sᶜ) : ∃ (u : Set (sᶜ : Set E)) (L : u → StrongDual 𝕜 E) (c : u → ℝ),

0 commit comments

Comments
 (0)