Prove the function $f:\mathbb R \setminus\{0\} \to\mathbb R \setminus \{0\} : x \mapsto \frac1 x$ is a bijection.
Surjective?
Let y ∈ ℝ ∖ {0} such that y = 1 / x.
Notice $f(1/y) = 1 / x = y$.
∴ Surjective.
Injective?
Test if $f(x_1) = (fx_2)$, then $x_1 = x_2$.
$1 / x_1 = 1 / x_2$
$x_2 = x_1$
∴ Injective.
∴ Bijective.
I wanted to prove this by parts. Can anyone spot anything wrong with this logic? It seems sufficient to me. No, I don't want to use the inverse.