I have the following problem:
Let $X$ denote the collection of all differentiable continuous functions $f : [0, 1] \rightarrow \Bbb R$ such that $f(0) = 0$ and $f'$ is continuous. For $f, g \in X$, let $$\rho(f, g) = \sup_{x \in [0, 1]} \left | f'(x) - g'(x) \right |.$$
Show that $\rho$ is a metric on $X$ and that $(X, \rho)$ is complete.
I'm trying to show that $(X, \rho)$ is complete, but I'm stuck at showing that
given $\{f_n\}$ is a Cauchy sequence, then by Cauchy criterion for uniform convergence $f_n$ converges uniformly to some function $f : [0, 1] \rightarrow \Bbb R$ (and since $f_n$ is continuous, then so is $f$),
we get
$$f \in X \text{ and }\rho (f_n, f) = \sup_{x \in [0, 1]} \left | f_n'(x) - f'(x) \right | \rightarrow 0$$
Uniform convergence of $f_n$ to $f$ doesn't imply uniform convergence of $f'_n$ to $f'$...