Let $f_n:[0,1]\to \mathbb{R}$ be a sequence of functions:
- $\forall n\in \mathbb{N}: f_n$ is a derivation function
- $\forall n\in \mathbb{N},x\in [0,1]: \left| f_n'(x)\right|\le 3 $
- $\exists f:[0,1]\to \mathbb{R} \ \forall x\in [0,1]:\lim_{n \to \infty} f_n(x) =f(x)$
Is $f_n \xrightarrow[]{u}f$?
EDIT:
We know that:
- $\forall n:f_n$ is continuous.
- $\forall \varepsilon: \exists \delta :\forall x,y\in [0,1]:|x-y|<\delta \implies |f_n(x)-f_n(y)|<\varepsilon $
- $\forall x,y \in [0,1]: \exists c=c_{x,y}\in(x,y): \frac{f_n(x)-f_n(y)}{x-y}=f'(c) \implies |f_n(x)-f_n(y)|<3|x-y|$
- $\forall x\in [0,1]\forall \varepsilon: \exists N :\forall n>N : |f_n(x)-f(x)|<\varepsilon $
First of all, I feel overwhelmed with all these given information. I'm not sure what to use and why. I'd appreciate if someone could solve it and most importantly explain their draft.
When I look on this, I know I need to find $N$ s.t $\forall n>N \ \forall x\in [0,1]: |f_n(x)-f(x)|<\varepsilon $. From $(4)$ I know I can get such $N$ for all $x$. Who says it's the same $N$? So I better use the delta somehow, maybe divide $[0,1]$ to subintervals of length $\delta$. Then I'm not sure where I need to use $(3)$.
Thanks in advance for any help!!!