Skip to content

Commit b35b093

Browse files
committed
Update Separation.lean
1 parent 8d21bf5 commit b35b093

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Mathlib/Analysis/LocallyConvex/Separation.lean

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,8 @@ theorem iInter_nat_halfSpaces_eq (hs₁ : Convex ℝ s) (hs₂ : IsClosed s) :
345345
change ↑(Subtype.mk x hx) ∈ closure (range (((↑) : ↑sᶜ → E) ∘ _))
346346
rw [range_comp, ← closure_subtype, (denseRange_denseSeq ↑sᶜ).closure_range]
347347
trivial
348+
-- for each point x ∈ sᶜ, use hahn banach to find a hyperplane that separates s and an open ball
349+
-- around x
348350
have φc i : ∃ (φ : E →L[𝕜] 𝕜) (c : ℝ),
349351
(∀ a ∈ ball (f i) (infDist (f i) s), re (φ a) < c) ∧ ∀ b ∈ s, c ≤ re (φ b) :=
350352
geometric_hahn_banach_open (convex_ball _ _) isOpen_ball hs₁ disjoint_ball_infDist

0 commit comments

Comments
 (0)