Given the metric space of polynomials over the unit interval $[0,1]$ with the metric
$$ \rho(P,Q) = \int\limits_{0}^{1} \vert P(x) -Q(x) \vert {\rm d}x $$
and given a subset $P_2= \{ a+bx+cx^2, x\in [0,1], a,b,c \in \mathbb{R}\}$ of degree 2 polynomials.
The question is this subset open or closed or both?
My guess would be that both, for the following reasons:
- I cannot think of any polynomial that would be in the boundary of this set. Finding any polynomial that is not inside this set and has a zero distance to this set would be in contradiction with the fact that this is a metric space. I mean that we would not satisfy this rule: $\rho(x,y)=0\quad \text{iff}\quad x=y$. Meaning that this set equals its closure and is therefore closed.
- When I think about the complement of this set (all generic polynomials such that $a=b=c=0$) I also tend to think this set is closed because of the same argument as above again using that the boundary of this set is empty.
Are there some faults in my logic or something that I missed? This is all quite vague and intuitive so any idea how I would properly prove this?