Lukas' Notes

analysis optimisation linear-algebra

Definition

Convex Set

A convex set is a set that contains every line segment between any two of its points.

Formally, for a set , convexity means

The point is the convex combination of and at weight . Convexity says that mixing two feasible points never leaves the set.

Intuition

A convex set has no inward dents or holes. If two points are allowed, then every point on the straight path between them is also allowed.

This is why convex sets are central in optimisation: moving between two feasible solutions keeps the whole interpolation feasible.

Properties