Given the following situation: $f'(x) > 0$ and $f: \mathbb{R} \rightarrow \mathbb{R}$.
I am trying to find if there is a flaw in my understanding of the properties of this situation. I assert that in the situation where $x$ approaches $\infty$ that the limit is not always $\infty$.
If I were for example to construction a piecewise function like:
$$ f(x) = \begin{cases} \frac{|x|}{|x|+ 1} & x\geq 0 \\ \frac{-|x|}{|x|+ 1} & x\lt 0 \end{cases} $$
We can see that the limit is 1. Am I correct in my assertion and understanding?