I am a applied mathematician and I want to return to study in a pure mathematical field. I am working through a textbook and I want some pointers with the following proof.
Consider the following map: $$g: i \in \mathbb{Z} \mapsto 2i \text{ if } i > 0, -2i+1 \text{ if } i \leq 0$$
I want to show that the map is an injection with some degree of rigour.
Here it is:
Suppose $g(i) = k$. We will deal with two cases. The first is that $k$ even and in that case $g(i) = 2l$. This can only be the case if $l = i$. The map $i \mapsto 2i$ is injective.
If $k$ is odd then $g(i) = 2k+1$. This can only be the case if $k = -i$. The mapping $i \mapsto -2i+1$ is also injective.
Since the sets $\{i > 0\}, \{i \leq 0\}$ are disjoint and so the map $g$ is injective.