-1

I'm wondering if someone can help me prove that if f is strictly monotone, then f is injective?

1 Answers1

1

Well, is it possible to have $f(a) < f(b)$ and also $f(a) = f(b)$?

strictly monotonically increasing [decreasing] means when ever $a < b$ then $f(a) < f(b)$ [$f(a) > f(b)$].

So if $a \ne b$ then either $a < b$ or $a > b$ and if $f$ is monotonic, either increasing or decreasing, then eithere $f(a) > f(b)$ or $f(a) < f(b)$. In either case $f(a) \ne f(b)$.

fleablood
  • 124,253