Suppose $f:\mathbb{R} \to \mathbb{R}$ is uniformly continuous. Show that $f(x+1)-f(x)$ is bounded.
I have considered the question, and my current approach is to show that there exists $\delta > 1$ such that there is some fixed $\epsilon > 0$ for which $|x-p| < \delta \implies |f(x)- f(p)| < \epsilon$, thus bounding $f(x+1)-f(x)$ by this $\epsilon$. Is my current approach correct, and are there any hints or alternative approaches to this question?
Thanks in advance.
Pick an arbitrary $\epsilon>0$, say $1$. By definition of uniform continuity, there is a $\delta>0$ such that for any $d$ with $|d|<\delta$ we have $|f(x+d)-f(x)|<1$.
What can you now say about $|f(x+d)-f(x)|$ for any $d$ with $|d|<2\delta$? What about $|d|<3\delta$? Eventually (the exact number of steps depending on $\delta$, of course), we will be allowed to reach a conclusion about $d=1$.
You can turn this argument into the following alternative interpretation: Let's say we want some control over the $\delta$. Let's say we want to know the supremum of all possible values $\delta$ can have for our chosen $\epsilon$ (it exists, but is potentially infinite). Then the above paragraph shows that if we double $\epsilon$, this supremum must at least double as well. At some point this supremum becomes larger than $1$ and we're done.