Convex Geometry - Core Definitions
Convex geometry studies convex sets and their propertiesβfundamental objects appearing throughout mathematics, optimization, economics, and physics.
A set is convex if for any two points and any :
Equivalently, contains all line segments between its points. Examples include balls, simplices, halfspaces, and polyhedra.
The convex hull of a set is the smallest convex set containing . It equals the set of all convex combinations:
A point is an extreme point if it cannot be written as a non-trivial convex combination of other points in . Equivalently, is not an interior point of any line segment in .
The set of extreme points is denoted . For a polytope (convex hull of finitely many points), extreme points are the vertices.
A polytope is the convex hull of finitely many points. In , polytopes are polygons. In , they're polyhedra.
Standard examples:
- Simplex: Convex hull of affinely independent points in
- Cube:
- Cross-polytope: Convex hull of (standard basis vectors)
A hyperplane supports convex set at point if lies entirely in one closed halfspace determined by , and .
Every boundary point of a closed convex set has a supporting hyperplane (separation theorem consequence).
Convex geometry underlies optimization theory. Linear programming minimizes linear functions over convex polyhedra. Convex optimization exploits convexity to guarantee global optima and efficient algorithms. Applications span engineering, finance, machine learning, and operations research.
Convex sets exhibit remarkable regularity. Projections of convex sets are convex, intersections preserve convexity, and Minkowski sums (pointwise addition) of convex sets are convex. This stability under operations makes convex geometry tractable.