Convex combination

Given three points x_1, x_2, x_3 in a plane as shown in the figure, the point P is a convex combination of the three points, while Q is not.
(Q is however an affine combination of the three points, as their affine hull is the entire plane.)

In convex geometry, a convex combination is a linear combination of points (which can be vectors, scalars, or more generally points in an affine space) where all coefficients are non-negative and sum to 1.

More formally, given a finite number of points x_1, x_2, \dots, x_n\, in a real vector space, a convex combination of these points is a point of the form

\alpha_1x_1+\alpha_2x_2+\cdots+\alpha_nx_n

where the real numbers \alpha_i\, satisfy \alpha_i\ge 0 and \alpha_1+\alpha_2+\cdots+\alpha_n=1.

As a particular example, every convex combination of two points lies on the line segment between the points.

All convex combinations are within the convex hull of the given points.

There exist subsets of a vector space that are not closed under linear combinations but are closed under convex combinations. For example, the interval [0,1] is convex but generates the real-number line under linear combinations. Another example is the convex set of probability distributions, as linear combinations preserve neither nonnegativity nor affinity (i.e., having total integral one).

Other objects

f_{X}(x) = \sum_{i=1}^{n} \alpha_i f_{Y_i}(x)

Related constructions

See also