menu

CVX_2: Convex set and Cone

cvx2

1. Convex sets
  • Definition 1: A set is convex if the line segment between any two distinct points in lies in .

    • For any , , , we have .
  • With and , we call a point of a form is a convex combination.

  • As with affine sets (mentioned in CVX_1), we can show that a set is convex if it contains every convex combination of its points. So we ignore the proof.

  • Definition 2: A convex hull of a set , denoted is a set of all convex combinations of points in .

2. Cones
  • Definition 3: A set is called cone or nonnegative homogeneous if for every and , we have .

  • Definition 4: A set is convex cone if it is convex and a cone.

  • For any and , we have .

  • Similar to convex sets, we can define a point is a conic combination with and . And again, a set is cone if it contains every conic combination of its.

  • Definition 5: The conic hull of a set is the set of all conic combinations of points in :

    which is also smallest convex cone that contains .

Reference:
  • Chapter 2 | Convex Optimization.