83956 said:
This is closed under addition because each ai & bi are coefficients (scalars) of the field, so their sum will be a coefficient of the field.
Yup. Since the sum of two scalars (two field elements) is still a scalar in F, then the sum of two polynomials with coefficients from F is another polynomial with coefficients from F. Good, good...
We should also probably mention closure under scalar multiplication.
Likewise, bi+ai is commutative since they are both coefficients of the field.
Exactly.
Addition is associative: anxn+an-1xn-1+...+a1x+a0 + (bnxn+bn-1xn-1+...+b1x+b0 + (cnxn+cn-1xn-1+...+c1x+c0) = (anxn+an-1xn-1+...+a1x+a0 + bnxn+bn-1xn-1+...+b1x+b0) + cnxn+cn-1xn-1+...+c1x+c0 ... in more expanded form which is difficult to do on here, but, anyway since ai, bi, and ci are coefficients of the field, their sums are coefficients of the field.
Since the scalars are field elements and addition is associative in F, vector addition will be associative. You could probably condense everything a bit if you used summation notation. But you have the right idea.
Additive identity exists: 0 + (anxn+an-1xn-1+...+a1x+a0) = (anxn+an-1xn-1+...+a1x+a0)
The additive identity in the vector space is defined to be the polynomial with all coefficients equal to the additive identity in F (which is commonly denoted by zero). Add the two polynomials and note that 0 is the additive identity in F.
And then for multiplication:
((anxn+an-1xn-1+...+a1x+a0) + (bnxn+bn-1xn-1+...+b1x+b0)) * u = (anxn+an-1xn-1+...+a1x+a0)u + (bnxn+bn-1xn-1+...+b1x+b0)u ... and expand, where essentially, ai, bi, and u are coefficients of the field, so their product is a coefficient of the field.
Are you letting
u be a scalar from F? It's usually the other way around: use bold face for vectors and normal type for scalars. In any case, here you are showing that scalar multiplication is distributive over vector addition.
Expand the left hand side by first adding the polynomials and then multipling by the scalar. Show that this equals the right-hand side. This makes use of the distributive property of F.
... check for a(bu) =(ab)u where coefficient multiples are coefficients of the field
Is
u now a vector (polynomial)? This one is pretty straitforward to show.
...1 * (anxn+an-1xn-1+...+a1x+a0) = anxn+an-1xn-1+...+a1x+a0
This is showing that the multiplicative identity in F (usually denoted by 1) plays the part of a scalar multiplicative identity in the vector space. Multiply the polynomial by 1 and then note that 1 is the multiplicative identity for the coefficients.
0*anxn+an-1xn-1+...+a1x+a0 = 0
This is the property that the additive identity in F when multiplying a vector goes to the zero vector (the additive identity in the vector space). Note that the zero on the left is a scalar and the zero on the right is a vector! They are not the "same" zero.
And does your book have this listed as an axiom? Hmmm.. This is actually a property that can be derived from the other axioms.
But we are missing an axiom. We need the other distributive property:
(c_1 + c_2) p(t) = c_1 p(t) + c_2 p(t),
where p(t) is a vector and the c's are scalars. After this, we will have shown that this set is indeed a vector space. All that is left after that is computing its dimension.
I'm going to check out for the night, but remember how dimension is defined: it is the number of vectors in any basis. The key word is "any." All bases for a finite-dimensional vector space have the same number of vectors. To show that it has dimension n, find a spanning set of n vectors that is also linearly independent. There is a very natural choice...think of the standard basis for coordinate space.