In $\Bbb{Z}$, we know that for all $a, b \in \Bbb{Z}$, we can express $a = bq + r$ such that $|r| < |b|$. However, I read from this post
Prove that the Gaussian Integer's ring is a Euclidean domain
that it is also true that we can find r such that $-\frac{1}{2}b \leq r \leq \frac{1}{2}b$. I am able to prove this by considering four case, when $r$ is less than half of $b$,more than half of $b$, $r$ is half of $2b$ or $r$ is twice of $2b$. However, i find this proof to be very ugly. Can someone provide me with a more elegant proof of this fact. Thanks.