I am trying to solve the following problem:
Let $f$ be a continuous function on $[a,b]$. Let $n$ be a natural number.
We consider the following set: $$ E_n= \left\{ P \in \mathbb{R}_n[X], \|P-f\|_\infty = \inf_{Q \in \mathbb{R}_n[X]} \|Q-f\|_\infty \right\} $$
What I have to show is that:
a) $E_n$ is not an empty set
b) $E_n$ is convex
c) $E_n$ is a unit set (meaning a set containing one element, also known as a singleton)
I actually have a mental block on c). (In the euclidean case, it is straightforward because of the polarization identity. But the infinity norm bans this case).
a) and b) still should help solve c).
Thank you in advance for your help.
NB : $\mathbb{R}_n[X]$ is the set of all polynomials whose degree is below or equal $n$, with coefficients in the ring $\mathbb{R}$. It can be seen as a vector space of dimension $n+1$.
HINT: For c) use the following fact
If $P$ is a closest polynomial of degree $\le n$ to the function $f$, then $|f(t)-P(t)|=\| f-P\|$ for at least $(n+2)$ points $t$. To show this prove the following
Lemma: if $g$ continuous on $[a,b]$ achieves its largest absolute value in at most $(n+1)$ points, then there exists a polynomial $Q$ of degree at most $n$ so that $\|g-Q\|<\|g\|$.
For the proof of the lemma: assume that we have a continuous function $h$ such that $ \operatorname{sign} h(t_i)=\operatorname{sign} g_(t_i)$ at all points $t_i$ at which $|g(t_i)|=\|g\|$. Then for $\epsilon>0$ small enough we have $\|g-\epsilon h\|< \|g\|$. Now for $h$ take a convenient Lagrange interpolation polynomial.