Let $f:\mathbb{R}\rightarrow \mathbb{R}$ such that $f'$ is bounded.
Show that there exists a constant $c$ such that $\varphi: \mathbb{R} \rightarrow \mathbb{R}$, $\varphi(x)= x+cf(x)$ is bijective.
I'm not sure about my proof of the surjection. Here is my whole attempt:
Since $f'$ is bounded, there exists an $M$ such that $|f'(x)|\leq M$. Taking $c=1/2M$, define $\varphi:\mathbb{R} \rightarrow \mathbb{R}$ by $\varphi=x+c.f(x)$. Note that $\varphi$ is differentiable, since $f$ is. Hence, $\varphi'(x)=1+\frac{f'(x)}{2M}$. Since $|f'(x)|\leq M$, then: $$0<1/2=1-\frac{1}{2M}M \leq1+\frac{f'(x)}{2M}=\varphi'(x)\leq1+\frac{1}{2M}M=3/2$$ Since $\varphi'(x)>0$, it follows that $\varphi$ is increasing and hence it is injective. Now consider $\frac{\varphi(x)}{x} =\frac{ x+c.f(x)}{x}$. Evaluating the limit as $x\rightarrow \infty$, by the L'hospital rule then: $$1/2\leq \lim_{x\to\infty} \frac{\varphi(x)}{x} = \lim_{x\to\infty} \varphi'(x) \leq 3/2$$
So we conclude that $\lim_{x\to\infty} \varphi(x)=\infty$ (i concluded this since $\lim_{x\to\infty} \frac{\varphi(x)}{x}>0$ (which means that $\varphi$ doesn't approach any finite number as $x$ goes to infinity). Similarly $\lim_{x\to-\infty} \varphi(x) = -\infty$, and therefore $\varphi(\mathbb{R})=\mathbb{R}$, which shows that $\varphi$ is a bijection.
How do i show that $\lim_{x\to+-\infty} \varphi(x) = +-\infty?$