Suppose $f$ is differentiable on $(0, \infty)$ and $\lim_{x \to \infty} f'(x) = 0$.
I want to prove that $f$ is uniformly continuous on $[1, \infty)$.
So suppose the hypothesis so we have $\lim_{x \to \infty} f'(x) = 0$. Now there must exist $M$ such that $x > M$ implies $|f'(x)| < \epsilon$ (I haven't decided yet on this specific $\epsilon$). If $x > M$, then by the MVT, $\exists y, M< y < x$, such that $\frac{f(x) - f(M)}{x - M} = f'(y) < \epsilon$ which implies that $f(x) < (x- M)\epsilon + f(M).$
How should I introduce $y \in [1, \infty)$, or more specifically $f(y)$ in the above inequality?
The desired statement is for every $\epsilon > 0$, there is a $\delta > 0$ such that $|x-y| < \delta$ and $x ,y \in [1, \infty)$ implies $|f(x) - f(y)| < \epsilon$.
Also does $\lim_{x \to \infty} f(x)$ need not be finite here?