I came across this question in order to solve another problem: "If $|f'(x)|\leq M$, what can be said about $\lim_{x\to\infty} f(x)$?
I made an attempt to answer it, here it is:
By the mean value theorem, for every $(a,\infty)$ exists $c_x\in(a,x)$ such that:
$|f(x)|=|f(a)+f(c_x)(x-a)|\leq |f(a)+M(x-a)|$. Since $(x-a)\rightarrow \infty$ as $x \rightarrow \infty$, it follows that $\lim_{x\to\infty} f(x) = \infty$.
Is it correct?