Let $f(x)$ be a differentiable function in $[a,b]$. Suppose $\lim _{x\to b^-}f\left(x\right)=\infty $ and $f^\ {'}(x)$ is monotonic, prove $\lim _{x\to b^-}f^\ {'}\left(x\right)=\infty $. Is the conclusion still true when $b=\infty?$
My try:
Let $x\in(a,b)$, so by MVT we get there exists $c\in(a,x)$ such that
$$f\:'\left(c\right)=\frac{f\left(x\right)-f\left(a\right)}{x-a}$$
The derivative must be monotonic increasing, otherwise we will get a contradicition to $\lim _{x\to b^-}f\left(x\right)=\infty $.
So we have $f^{\ '}(x)>f^{\ '}(c)$, now taking limits on both sides: $$\lim _{x\to b^-}f^{\ '}(x)\ge \lim _{x\to b^-}\frac{f\left(x\right)-f\left(a\right)}{x-a}=\infty $$And we get the result. I think it is not true anymore when $b=\infty$, but not quite sure how to prove it.
Is my proof correct?