Let $f:\mathbb{R}\rightarrow\mathbb{R}$ be uniformly continuous, and let $f_n(x) := f(x\ +\ \frac{1}{n} )\ \forall x\ \in\ \mathbb{R}$
Show that $f_{n} \rightarrow f$ uniformly on $\mathbb{R}$
I'm trying to prove this rigorously using the $\epsilon,\ N$ definition, but I don't know how to make use of the uniform continuity here.
Any help or insight is deeply appreciated.
Let $ e>0 $, there exists $ d>0 $ so that $ \forall x,y \in \mathbb{R} : |x-y| < d \implies |f(x) - f(y)| < e $.
Observe that there exists $n_0 \in \mathbb{N}$ so that $ \forall n\geq n_0 , ~ \frac{1}{n} < d$.
Consequently $ \forall n\geq n_0, ~ |x+\frac{1}{n} - x| <d \implies |f_n(x) - f(x)|< e$.