Documentation

Books.ConvexAnalysis_Rockafellar_1970.Chapters.Chap04.section18_part6

theorem isBounded_inter_line_of_rb_endpoints_with_ri_point {n : } {C : Set (EuclideanSpace (Fin n))} (hCclosed : IsClosed C) (hCconv : Convex C) {x₁ x₂ : EuclideanSpace (Fin n)} (hx₁rb : x₁ euclideanRelativeBoundary n C) (hx₂rb : x₂ euclideanRelativeBoundary n C) (hri : yeuclideanRelativeInterior n C, y openSegment x₁ x₂) :
Bornology.IsBounded ((AffineSubspace.mk' x₁ ( (x₂ - x₁))) C)

The line through two boundary points with a relative interior point on their open segment has bounded intersection with C.

A bounded line-slice parallel to M through a relative interior point yields boundary endpoints whose segment contains that point.

theorem exists_mem_segment_of_mem_euclideanRelativeInterior {n : } {C : Set (EuclideanSpace (Fin n))} (hCclosed : IsClosed C) (hCconv : Convex C) (hC_not_affine : ¬∃ (A : AffineSubspace (EuclideanSpace (Fin n))), A = C) (hC_not_closedHalf_affine : ¬∃ (A : AffineSubspace (EuclideanSpace (Fin n))) (f : EuclideanSpace (Fin n) →ₗ[] ) (a : ), f 0 C = A {x : EuclideanSpace (Fin n) | f x a}) x : EuclideanSpace (Fin n) :

Theorem 18.4. Let C be a closed convex set which is neither an affine set nor a closed half of an affine set. Then every relative interior point of C lies on a line segment segment ℝ y z joining two relative boundary points y, z ∈ rb C (here ri C/rb C are formalized as euclideanRelativeInterior/euclideanRelativeBoundary).