Proof

We must prove that (R[X],+,0) is a commutative group, that (R[X],*,1) is a monoid and that distributivity holds.

Since most verifications are very similar, we restrict to one typical verification, that of left distributivity.

Let a = a0 + a1X + ··· + anXn, b = b0 + b1X + ··· + bnXn and c = c0 + c1X + ··· + cnXn be three polynomials. The coefficient of Xk in a * (b + c) equals

a0(bk + ck) + ··· + ak(b0 + c0)

and can be rewritten by commutativity and distributivity in R as

(a0bk + ··· + akb0) + (a0ck + ··· + akc0)

which is the coefficient of Xk in ab + ac.