Convex Combinations and Convex Sets
A convex combination is an affine combination with nonnegative weights, and the convex hull of a set is the smallest convex set containing it. Convex sets are closed under intersection, and Carathéodory's theorem bounds how many points a convex combination in ever needs: at most .
╌╌╌╌
Affine combinations relax a subspace into a flat by letting the weights sum to one. One more restriction, that the weights be nonnegative, cuts the flat down to a bounded piece: a segment instead of a line, a triangle instead of a plane, a solid body instead of all of space.1
A convex combination of points in is a linear combination
The set of all convex combinations of points in is the convex hull. For a single point the convex hull is that point, the same as the affine hull. For two distinct points the constraint in carves out the line segment , whereas the affine hull was the whole line.
Convex sets
A set is convex if for every pair , the segment lies in . Every two points can see each other without the line of sight leaving the set. A disk, a half-plane, a triangle, and any single point are convex; a crescent, an annulus, and a star polygon are not.
Convexity is closure under convex combinations, the counterpart of the affine-closure theorem for affine sets.
The induction copies the affine argument, with one adjustment: a convex combination of points with regroups as a convex combination of and an interior convex combination of the first points, whose weights (with ) are again nonnegative and sum to .
For an affinely independent set the convex hull is a simplex, and membership reduces to a sign test on the barycentric coordinates: a point of the affine hull lies in the convex hull exactly when all its barycentric coordinates are nonnegative.
Convex sets are stable under intersection, which is what lets the convex hull be defined from the outside as well as the inside.
If and lie in every set of the collection, then each set contains the segment , so the intersection does too.
Call that intersection . Since is one of the convex sets containing , we get . Conversely, any convex set contains every convex combination of points of (convex sets contain their convex combinations), so ; intersecting over all such gives . The convex-hull characterization makes the smallest convex set containing . Stretch a rubber band around a scatter of points in the plane and release it: the boundary it settles on is the convex hull.
The standard basis of gives a clean three-dimensional hull: the convex hull of is the triangular patch with those three vertices, the piece of the plane lying in the first octant.
A convex hull can also be described by an inequality rather than a list of vertices.
Carathéodory's theorem
The definition of a convex combination places no limit on how many points it uses. Carathéodory's theorem supplies one: in , no convex combination ever needs more than points. A point in the convex hull of a planar set is always a convex combination of at most three of them.
Suppose with . Then is affinely dependent, so there are scalars , not all zero, with and . Subtracting a carefully chosen multiple of this dependence relation from the combination drives one weight to zero while keeping the rest nonnegative and summing to . The count drops by one, and the process repeats until at most points remain.
The multiple is fixed by keeping every weight nonnegative. Among the indices with , choose the one minimizing ; subtracting that ratio times the dependence relation zeroes its weight first and leaves the others nonnegative.
The bound cannot be lowered in general. The centroid of three non-collinear points in is a convex combination of all three but of no two, so three points are genuinely needed there. Nonnegative weights that sum to one, applied to finitely many points, produce bounded convex bodies whose boundaries are cut by hyperplanes.
Footnotes
- Lay, Linear Algebra and Its Applications, §8.3 — Convex Combinations: the definitions of convex combination and convex hull, Theorem 7 (), Theorem 8 (intersections), Theorem 9 (smallest convex set), and Theorem 10 (Carathéodory). Worked example adapts §8.3 Example 4. ↩
╌╌ END ╌╌