In computations with polynomials the following properties of the two operations polynomial addition and multiplication are often tacitly used. They look quite straightforward and are easy to use in practice. But since we have constructed a new arithmetical structure, they do require proofs. Here is a list of the properties we mean (similar properties will reoccur in different contexts throughout Algebra Interactive; in fact arithmetic in the integers, and arithmetic modulo n satisfy such properties). For all polynomials a, b, c in R[X] the following properties hold.
The opposite of a is denoted by -a.
To prove these properties, one computes left-hand and right-hand sides in each case using the definitions and compares coefficients. These are easy checks so we restrict ourselves to proving the second item. Let a = a0 + a1X + ··· + amXm and b = b0 + b1X + ··· + bmXm (the implicit assumption that both polynomials end with a term of the form coefficient times Xn is harmless). Then the coefficient of Xk in the product ab is
whereas the coefficient of Xk in the product ba is
It is easily seen that these two coefficients are equal. In fact, you are using commutativity for addition and multiplication of elements from R to verify the equality of the two coefficients!
On the set R[X] we can also define another product *:
(
k
ak X k ) * (
k bk X k )
=
k (ak
bk )X k .
This product is called the Hadamard product. In this context the notation with the indeterminate X is not so practical.
a0 is by definition 1.