Documentation

Books.ConvexAnalysis_Rockafellar_1970.Chapters.Chap04.section18_part10

theorem closedConvex_eq_empty_of_extremePoints_eq_empty {n : } {C : Set (Fin n)} (hCclosed : IsClosed C) (hCconv : Convex C) (hNoLines : ¬∃ (y : Fin n), y 0 y -C.recessionCone C.recessionCone) (hExt : Set.extremePoints C = ) :
C =

A closed convex set with no lines and no extreme points must be empty.

theorem extremePoints_nonempty_of_closedConvex_noLines {n : } {C : Set (Fin n)} (hCclosed : IsClosed C) (hCconv : Convex C) (hNoLines : ¬∃ (y : Fin n), y 0 y -C.recessionCone C.recessionCone) (hCne : C.Nonempty) :

Corollary 18.5.3. A nonempty closed convex set containing no lines has an extreme point.

The closed unit disk in the xy-plane.

Equations
Instances For

    The vertical segment through (1,0,0) of length 2.

    Equations
    Instances For

      The base set for the convex hull.

      Equations
      Instances For

        The convex closed hull used in the construction.

        Equations
        Instances For

          The midpoint of the vertical segment.

          Equations
          Instances For

            The top endpoint of the vertical segment.

            Equations
            Instances For

              The bottom endpoint of the vertical segment.

              Equations
              Instances For
                def text18_5_2_y (n : ) :

                The auxiliary scalar sequence yₙ = 1/(n+2).

                Equations
                Instances For

                  The auxiliary sequence of points on the circle in the xy-plane.

                  Equations
                  Instances For
                    theorem text18_5_2_y_pos (n : ) :

                    The auxiliary sequence yₙ is positive.

                    The auxiliary sequence satisfies yₙ^2 < 1.

                    The point qₙ lies on the boundary circle of C1.

                    theorem text18_5_2_norm_sq_eq (v : EuclideanSpace (Fin 3)) :
                    v ^ 2 = v.ofLp 0 ^ 2 + v.ofLp 1 ^ 2 + v.ofLp 2 ^ 2

                    Expand the squared norm in ℝ³ as the sum of squares of coordinates.

                    The disk C1 is contained in the closed unit ball.

                    The disk C1 is contained in a closed ball of radius 2.

                    The segment C2 is contained in a closed ball of radius 2.

                    The midpoint of the vertical segment is not an extreme point of C.

                    The auxiliary sequence yₙ tends to 0.

                    The auxiliary sequence of points on the circle converges to p.

                    theorem text18_5_2_q0_lt_one (n : ) :
                    (1 - text18_5_2_y n ^ 2) < 1

                    The x-coordinate of qₙ is strictly less than 1.

                    The point qₙ has norm 1.

                    theorem text18_5_2_mem_convexHull_S_decomp {v : EuclideanSpace (Fin 3)} (hv : v (convexHull ) text18_5_2_S) :
                    tSet.Icc 0 1, u(convexHull ) text18_5_2_C1, w(convexHull ) text18_5_2_C2, v = (1 - t) u + t w

                    Any point in the convex hull of S splits into a two-piece convex combination.

                    On the convex hull of C2, the supporting functional is at most qₙ's x-coordinate.

                    The supporting functional is bounded by 1 on C.

                    Points of C attaining the maximum of the supporting functional are exactly qₙ.

                    Each point qₙ is an exposed point of C.

                    Each point qₙ is an extreme point of C.

                    A sequence of extreme points approaches p, so extremePoints is not closed.

                    Text 18.5.2 (Non-Closedness of the Set of Extreme Points). There exists a closed and bounded (hence compact) convex set C ⊆ ℝ³ such that the set of its extreme points ext(C) (formalized as C.extremePoints ℝ) is not closed.