Let ${ f_n\left(x\right):[0,1] \to \mathbb{R} }$ uniformly convergent to function $f(x)$ which is bounded on the interval $[0,1]$. Prove the following: ${ \lim_{n\to\infty} \sup_{[0,1]} f_n\left(x\right) = \sup_{[0,1]} f\left(x\right) }$.
I tried to show that $f$ is bounded and therefore it has a supremum $S$ for some $x_0 \in [0,1]$. In addition, for every $\epsilon > 0$ there exist $n_0$ such that for every $n > n_0$ and for every $x \in [0,1]$, $|f_n(x) - f(x)| < \epsilon$. I tried to put the $x_0$ instead of $x$, and replace the $f(x_0)$ with $S$, but it doesn't helped much...
How can I use the boundedness wisely?