Question
Suppose a sequence of derivatives of functions $f'_n $ converge uniformly to $f'$ where $f_n$ is defined on the on the interval $[a,b]$. And $f_n(x)$ converges pointwise to $f(x)$ for $x\in \mathbb{R}$. Prove that $f_n$ converges uniformly to $f$.
Effort
I basically just have the definition:
$1.$ $\forall \epsilon >0, \forall n >N, |f'_n(a)-f'(a)|<\epsilon, \forall a\in \mathbb{R}$
and $\forall \epsilon ' >0, \forall n' >N', |f_n(x)-f(x)|<\epsilon '$ for $x\in \mathbb{R}$
$2.$ Another point to note may be is : there exists a point $c$ such that $$\frac{f'_n(c)}{f'(c)}=\frac{f_n(b)-f_n(a)}{f(b)-f(a)}$$ Applying limit to both side$$\lim_{n\rightarrow\infty}\frac{f_n(b)-f_n(a)}{f(b)-f(a)}=1$$
It seems second one is right track but I don't seem to be able to complete it.
P.S. Not sure if it's related to functional analysis.