True or false, and justify.
Let $W =\{ P: \textrm{polynomial of degree} \le100\}$ and $|| P || = \sum|a_n|$.
Then $|| P ||$ is a norm and $W$ is a Banach space under this norm.
I proved that $|| P ||$ is a norm, but how can I prove or disprove that $W$ is a Banach space?
I know that the set of all polynomials is not a Banach space, but in finite case it will be same?
Thanks a lot.
$\newcommand{\N}{\mathbb N}$ $\newcommand{\C}{\mathbb C}$ $\newcommand{\R}{\mathbb R}$ $\newcommand{\e}{\epsilon}$
As it has been pointed out in the comments you must specify over which ring of polynomials you are working. I suppose that you are working on $\mathbb C[x]$ or $\mathbb R[x]$ or over any other ring such that it is a Banach space. As you have proved that ||P|| is a norm we must see whether $W$ is a Banach space or not. Let's prove that $(W,||.||)$ is complete. Observe that as all the polynomials have the same maximum degree it means that the difference of them have the same maximum degree, that is $p_n -p_m \in W$. For that matter let $(p_n)_{n\in \N}$ be a Cauchy sequence in $W$. This means that for a certain $n_0 \in \N$ for all $n,m\geq n_0$ we have that $$||p_m-p_n||<\e.$$ This in turn can be rewritten as \begin{equation}\sum_{i=0}^{100} |a_{ni} -{a_{mi}}| < \e \end{equation} where $(a_{ni}), (a_{mi})$ are the coefficients of the polynomials $p_n$ and $p_m$ respectively. This means we have $101$ (what is important here is that it is a finite number) Cauchy sequences in $\C$ or in $\R$, and as they are complete they converge. That is a for a certain $n_1 \in \N$ we have that for all $n\geq n_1$ $$|a_{ni}-a_i|<\dfrac{\e}{101}$$ which combined with what we have seen before implies that for all $n\geq n_1$ \begin{equation} \sum_{i=0}^{100} |a_{ni} -{a_{i}}| < \e. \end{equation} Let's name $p = \sum_{i=0}^{100} a_i $. What we have seen before implies that $p_n \to p$. As $p \in W$ we have seen that W is a banach space.
This exercise illustrates that in this case the problem can be reduced to the study of the coefficients of the polynomial while the degree as long as it's bounded is not a problem. Remember that the set of the polynomials is not complete because the degree is not bounded and that helps you construct a Cauchy sequence that does not converge to a polynomial but to $e^x$, for example.