Suppose that $f : \mathbb R \rightarrow \mathbb R$ is a differentiable function with continuous derivative. Suppose furthermore that there is $k \in \mathbb R$ with the property that $|f'(x)| \le k, \forall x \in \mathbb R$. Show that there is a constant $c > 0$ such that the function $x + cf(x)$ is a bijection.
Let's define $g(x)=x + cf(x)$. Is $g$ injective? Supppose it is not: $g(x)=g(y) \Rightarrow x \neq y$. So we have (for let's say $x \gt y$): $x + cf(x) = y + cf(y) \Rightarrow \frac{f(x)-f(y)}{x-y}=\frac{-1}{c}$. Now, using the mean value theorem we have that there is $x_0 \in (y,x): f'(x_0)=\frac{f(x)-f(y)}{x-y}$ $\Rightarrow f'(x_0)=\frac{-1}{c}$ $\Rightarrow |f'(x_0)|=|\frac{1}{c}|$. So, if I choose $c>0,$ such that $\frac{1}{c} \le k$, the previous equation stands and I have not reached a contradition (so I have done nothing!). For proving that $g$ is onto I have no idea. Any help?