A Primer on Convex Sets

Convex Shapes

For convex shapes, if two points are present inside the shape, every point lying on the line connecting the two points will also be contained in the shape. As opposed to concave shapes that do not have this property.

Concave Shapes

Convex Sets are similarly sets of vectors that contains every vector on the straight line between them.

Convex Sets

Thus any vector , where , lies on the line between and . This definition is inclusive of both the generator vectors and , meaning the convex shape described includes the boundaries without any holes. More concretely, a Convex Set is a set where and .

No Holes

A convex set does not have any holes in it as it can be recursively filled. In the above example; , and are the generator vectors. Thus the vector must also be in the set as it falls on the straight line between and . Following which we can say that since falls on the line between and , it must also be contained in the set. Thus, we can claim that any point present in the interior of the region described must be contained by the set.

Set of all -polynomials is Convex

The set of all th degree polynomials has the following structure:

This includes polynomials of every degree imaginable, provide your imagination only considers only the natural numbers, sans zero. Is this resulting infinite set of polynomials a convex set?

Yes.

Every convex set has a defining property: for two elements and . This requires that the sets to contain elements that can be found β€œin-between” the two generator elements and .

Keeping this in mind, we consider two polynomials of -th degree; and .

Respectively:

Adding both, we have:

By restructuring the resultant polynomial, we have:

which is our new -polynomial.