basically we have
$f: \mathbb{Z} \rightarrow\mathbb{N_0} $ with $f (n) = \left\{ \begin{array}{ll} -2n & n \leq 0 \\ 2n-1 & \, \textrm{n > 0} \\ \end{array} \right. $
And I should determine $Im(2\mathbb{Z})$ the image of f under $2\mathbb{Z}$ with $2\mathbb{Z} := \{2x | x\in \mathbb{Z}\}$.
(case 1) $n \leq 0$
We put in numbers like $\{...,-8,-6,-4,-2,0 \}$ So $f(-8) = 16, f(-6) = 12, f(-4) = 8, f(-2) = 4, f(0) = 0$
So we have $Im(2\mathbb{Z}) = \{...,16,12,8,4,0\}$ in the case $n \leq 0$
You can see that this set is basically multiplies of $4$ so it can be written as $4n$.
(case 2) $n > 0$
We put in numbers like $\{2,4,6,8,... \}$ So $f(2) = 3, f(4) = 7, f(6) = 11, f(8) = 15$
So we have $Im(2\mathbb{Z}) = \{3,7,11,15,...\}$ in the case $n > 0$
You can see that this set is basically multiplies of $4$ subtracted by 1 so it can be written as $4n-1$.
Can we conclude that $Im(2\mathbb{Z}) = \{ 4n \lor 4n-1 \forall n \in \mathbb{N_0}\}$ ?