electric dreams

Set of all n-polynomials is Convex

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

{P(x)P(x)=i=0naixin0}

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 C has a defining property: θx1+(1θ)x2C for two elements x1,x2C and 0θ1. This requires that the sets to contain elements that can be found "in-between" the two generator elements x1 and x2.

Keeping this in mind, we consider two polynomials of n-th degree; H(x) and G(x).

Respectively:

H(x)=h0+h1x+h2x2++hnxnG(x)=g0+g1x+g2x2++gnxn

Adding both, we have:

θG(x)+(1θ)H(x)=θg0+(1θ)h0+θg1x+(1θ)h1x+θg2x2+(1θ)h2x2++θgnxn+(1θ)hnxnθG(x)+(1θ)H(x)=(θg0+(1θ)h0)+(θg1+(1θ)h1)x+(θg2+(1θ)h2)x2++(θgn+(1θ)hn)xnK(x)=θG(x)+(1θ)H(x)=(θg0+(1θ)h0)k0+(θg1+(1θ)h1)k1x+(θg2+(1θ)h2)k2x2++(θgn+(1θ)hn)knxn

By restructuring the resultant polynomial, we have:

K(x)=k0+k1x+k2x2++knxn

which is a new n-polynomial.

Until next time.