Recall what it means for a function to be continuous. We have $\phi:P_2 \to \mathbb{C}$. Continuity means that in order to control the output of $\phi$, it suffices to control the input of $\phi$. That is, $\phi$ is continuous at $x$ if for every neighborhood $V$ of $\phi(x)$, there is a neighborhood $U$ of $x$ such that $\phi(U) \subseteq V$. When we are working with normed spaces, this is equivalent to for every $\epsilon >0$ there is a $\delta>0$ such that $||x-y||<\delta$ implies $||\phi(x)-\phi(y)||<\epsilon$. Another equivalent formulation for normed spaces is that if $||x_n - x|| \to 0$, then $||\phi(x_n)-\phi(x)|| \to 0$.
What we have left off here is the specification of which norm. In our case, the norm on $\mathbb{C}$ is implicitly taken to be absolute value (i.e. the Euclidean norm). The point of the question is to change the norm on $P_2$. Explicitly, the question is asking you to show that
- If $||x_n-x||_2 \to 0$, then $\phi(x_n) \to \phi(x)$
- If $||x_n-x||_\infty \to 0$, then $\phi(x_n) \to \phi(x)$
I'll start. If $p_n \to p$ in the $||\cdot||_\infty$ norm this means that $\sup|p_n(x)-p(x)| \to 0$. In particular, we must have $|p_n(1)-p(1)| \to 0$, but this is exactly the statement that $\phi(p_n) \to \phi(p)$.
The other one is a little trickier. First can you see why $P_2$ is important? Try to come up with a non-polynomial example of where $f_n \to f$ in the $||\cdot||_2$ norm, but $f_n(1)$ does not tend to $f(1)$. Now why can't you create such an example with polynomials of degree at most 2?
Hint: Having bounded degree is important! Can you show that if $||p_n-p||_2 \to 0$, where $p_n(x) = a_nx^2 + b_nx + c, p(x) = ax^2+bx+c$, then you must have $a_n \to a, b_n \to b, c_n \to c$?