I would like to prove that a strictly decreasing function from $f:\Bbb R \to \Bbb R$ is one-to-one.
We want to show that show that $f(a) = f(b)$ implies $ a = b$ for all $a, b \in \Bbb R$.
One proof I saw online was as follows (although I did the same proof using contrapositive technique), but I just want to get better understanding as to why he did the proof as follows:
Proof:
Since the function is strictly decreasing, it means that if $ x \lt y \implies f(x) \gt f(y)$. To proof that it's one-to-one function, we need to prove that if $f(a)=f(b) \implies a=b$.
Let $f(a) = f(b)$.
Case 1: Consider when $a \lt b$, then this implies that $f(a) \gt f(b)$ since $f(x)$ is strictly decreasing. This implies that $f(a) \ne f(b) \therefore a\ge b $.
Case 2: Consider when $a \gt b$, then this implies that $f(a) \lt f(b)$ since $f(x)$ is strictly decreasing. This implies that $f(a) \ne f(b) \therefore a = b $.
Questions:
- It seems the proof that was used in the question is proof by cases, was not it?
- Why it was assumed, in Case 1, that $f(a) = f(b)$ although what is given in the question is that $f(x)$ is strictly decreasing?
- Why it was concluded ,in Case 1, that since $f(a) \ne f(b) \therefore a\ge b $?
- I assume that it was finally concluded that $\therefore a = b $ is because no other scenarios left as to why $f(a) = f(b)$ except by equality of $a$ and $b$.