Let $\mathbf{P}$ The set of polynomials of degree $\leq$ two, with real coefficients in $[0, 1]$, if $l=ax^2+bx+c$ in $\mathbf{P}$, we define $||l||_{\infty}=\max_{x\in[0, 1]}{\{|l(x)|\}}$, i want to show thtat $(\mathbf{P}, ||l||_{\infty})$ is a Banach space That is to say that there exists $q(x)\in \mathbf{P}$ s.t
$$\lim\limits _{n \to \infty} ||l_{n}-q(x)||_{\infty}=0$$
Where $\{l_{n}\}$ is Cauchy sequence. First we can see what the value of the limit can be and if this value belongs to the space.
Note that $l_{n} \in \mathbf{P}$, for all $n \in \mathbb{N}$, so $l_{n}=a_{n}x^2+b_{n}x+c_{n}$ with $a_{n}, b_{n}, c_{n} \in \mathbb{R}$, as $\{l_{n}\}$ is a Cauchy sequence, then for all $\epsilon>0$, there is $N\in \mathbb{N}$ such that if $n, m \geq N$ then
$$||l_{n}-l_{m}||_{\infty} < \epsilon$$
This means
$$|l_{n}-l_{m}|\leq\max_{x\in[0, 1]}{\{|l_{n}-l_{m}|\}} < \epsilon$$
So $$|l_{n}-l_{m}|< \epsilon$$
Then, we have that $\{l_{n}\}$ is a Cauchy sequence in $\mathbb{R}$ and as $(\mathbb{R}, |.|)$ is a Banach space then there exists $\lambda \in \mathbb{R}$ such that
$$\lim \limits _{n\to \infty} l_{n}=\lambda$$
So I think we can take $q(x)=0x^{2}+0x+\lambda$ (because $a, b \in [0, 1]$).
Finally, it only remains to verify that the initial limit is zero, so let $\epsilon>0$, we have that $\lim \limits _{n\to \infty} l_{n}=\lambda$, so there exists $N_{1}\in \mathbb{N}$ s.t
$$|l_{n}-q(x)|<\epsilon$$
So, how can I conclude the result?
Any help is greatly appreciated!