How to prove polynomials with degree $n$ does not form a vector space?

38.9k Views Asked by At

This is one of my linear algebra problems:

Prove that polynomials of degree $n$ does not (The professor made these words bold intentionally) form a vector space.

From what I read, the set of polynomials of degree $n$ should be a vector space, because:

  1. There is an "One" and a "Zero" in this set;
  2. We can find inverse for addition and multiplication from this set;
  3. It follows all the axioms of addition.
  4. It follows all the axioms of scalar multiplication.

Then can someone give me some hints to prove it does not form a vector space?

2

There are 2 best solutions below

1
On BEST ANSWER

Polynomials of degree $n$ does not form a vector space because they don't form a set closed under addition.

For instance:

$$X^n-X^n=0$$

which is not of degree $n$.

So, don't get confused with the set of polynomials of degree less or equal then $n$, which form a vector space of dimension $n+1$. We often work with this space.

0
On

Polynomials of degree $n$ is a set which is not closed under addition. For example, if $n=3$, then $x^3+x^2$ and $-x^3$ are both $3$rd degree polynomials but their sum is not: $$ x^3+x^2-x^3=x^2 $$ (which is not a $3$rd degree polynomial).