We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d21bf5 commit b35b093Copy full SHA for b35b093
1 file changed
Mathlib/Analysis/LocallyConvex/Separation.lean
@@ -345,6 +345,8 @@ theorem iInter_nat_halfSpaces_eq (hs₁ : Convex ℝ s) (hs₂ : IsClosed s) :
345
change ↑(Subtype.mk x hx) ∈ closure (range (((↑) : ↑sᶜ → E) ∘ _))
346
rw [range_comp, ← closure_subtype, (denseRange_denseSeq ↑sᶜ).closure_range]
347
trivial
348
+ -- for each point x ∈ sᶜ, use hahn banach to find a hyperplane that separates s and an open ball
349
+ -- around x
350
have φc i : ∃ (φ : E →L[𝕜] 𝕜) (c : ℝ),
351
(∀ a ∈ ball (f i) (infDist (f i) s), re (φ a) < c) ∧ ∀ b ∈ s, c ≤ re (φ b) :=
352
geometric_hahn_banach_open (convex_ball _ _) isOpen_ball hs₁ disjoint_ball_infDist
0 commit comments