The Question: Let ${(f_{n}): \mathbb{R} \rightarrow \mathbb{R}}$ be a sequence of continuously differentiable functions such that the sequence of derivatives ${f'_{n}: \mathbb{R} \rightarrow \mathbb{R} }$ is uniformily convergent and the sequence ${f_n(0)}$ is convergent. Prove that $f_{n}(x)$ is pointwise convergent.
The attempt:
Here is what I have. I need to show $\lim_{n \rightarrow \infty} f_{n}(x) = f(x)$ , or equivently, $\lim_{n \rightarrow \infty} f_{n}(x) -f(x) = 0$
Let $\epsilon > 0$ and let $x_{0} \in \mathbb{R}.$
Then,
$\lim_{n \rightarrow \infty} (f_{n}(x) -f(x)) = \lim_{n \rightarrow \infty} (x-x_{0})\frac{(f_{n}(x) -f(x))}{(x-x_{0})} = \lim_{n \rightarrow \infty} (x-x_{0})\frac{(f_{n}(x) -f_{n}(x_{0}) +f_{n}(x_{0}) -f(x))}{(x-x_{0})}$.
This is where I am stuck. I am not sure where to go at this point. Am I on the right track?
Thank you very much!!