Let $f_n: [0,1]\rightarrow \mathbb{R}$ be a sequence of functions defined by $$f_n(x)=\frac{x^n}{n!}.$$ Prove that $f_n(x)$ converges uniformly to $0$.
We know that $$e^x = \sum_{n=0}^\infty \frac{x^n}{n!}$$ is this enought to prove that $f_n \rightarrow 0$?
Let $\varepsilon>0$: then $|f_n(x) - 0|=|\frac{x^n} {n!} |\leq \frac{1}{n!}<\varepsilon$ for $n>N:=\frac{1}{\varepsilon}$. Since $\varepsilon>0$ is arbitrary we have shown that $\forall\varepsilon>0$ there exists $N$ such that $|f_n(x) - 0|<\varepsilon\ \forall n>N$ thus $(f_n) $ converges uniformly to $0$ (on $[0,1]$) by definition of uniform convergence.