Is my proof valid?
Let $\epsilon > 0$ Since $f'_n$ is bounded in the interval for all $n$, then they are uniformly continuous in that interval, so there exists a $\delta$ such that for all $x$, $y$ in $[0,1]$ if $|x-y|<\delta$ then
$$|f_n(x)-f_n(y)| < \epsilon / 3$$
$f_n$ converge pointwise, then (using Cauchy’s theorem for pointwise convergence) there exists an $N$ such that for all $N<n<m$:
$$|f_m(x)-f_n(x)| < \epsilon / 3$$
Then (using Cauchy’s theorem for uniform convergence) for all $N<n<m$ and all $x$ in $[0,1]$
$|f_m(x)-f_n(x)| = |f_m(x)-f_n(x)+f_m(y)-f_m(y)+f_n(y)-f_n(y)| < ... < \epsilon$
Alternate proofs are also welcomed