Let $f: \mathbb{R} \to \mathbb{R}$ uniformly continuous.We set $f_n(x)=f(x+\frac{1}{n})$.Show that $f_n \to f \text{ uniformly }$.
Let $\epsilon>0$.
Since $f: \mathbb{R} \to \mathbb{R}$ uniformly continuous, $\exists \delta>0 $ such that $\forall x,y \in \mathbb{R}$ with $|x-y|< \delta \Rightarrow |f(x)-f(y)|<\epsilon$.
For $y=x+\frac{1}{n}$,we have $|x-x-\frac{1}{n}|< \delta \Rightarrow |f(x)-f(x+\frac{1}{n})|< \epsilon \Rightarrow \frac{1}{n}< \delta \Rightarrow |f(x)-f(x+\frac{1}{n})|< \epsilon$
We pick $n_0$ such that $\frac{1}{n_0}< \delta$
$|f_n(x)-f(x)|=|f(x+\frac{1}{n})-f(x)| < \epsilon$
and taking the supremun,we get $\sup_{x \in \mathbb{R}} {|f_n(x)-f(x)|} < \epsilon$,so $f_n \to f \text{ uniformly }$.
Could you explain me why we pick $n_0$ such that $\frac{1}{n_0}< \delta$ ??