1

Is it true that any injective function $f: \mathbb{R} \to \mathbb{R}$ is strictly monotone?

If yes, how do I prove it? If not, are there any examples of functions that disprove this statement.

I was thinking of $f(x) = {\frac1x}$, which disproves this statement. But I'm not really sure.

Thanks for the help in advance.

1 Answers1

3

Your counterexample $f(x)=1/x$ does not work as is, because it's not defined at $0$.

With the function $g:\Bbb R\to\Bbb R$ defined by $g(0)=0$ and $g(x)=1/x$ if $x\ne0$, you have a valid counterexample: it's defined on $\Bbb R$ and injective, but not strictly monotone.

The correct statement would be:

If $f:E\to\Bbb R$ is continuous and injective and $E$ is a connected subset of $\Bbb R$, then $f$ is strictly monotone.

Note that here your $f$ is continuous but it's defined on $(-\infty,0)\cup(0,+\infty)$, which is not connected. The function $g$ defined above is defined on $\Bbb R$, but is not continuous.