Let $\mathbb{Z}[i]=\{ a+bi : a,b \in \mathbb{Z}\}$ be the ring of Gaussian integers. Let $x,y \in \mathbb{Z}[i]$ with $y \neq 0$. Show that there exist $q,r \in \mathbb{Z}[i]$ such that $x = yq + r$ and $N(r) < N(y)$, where $N(a+bi)=a^2+b^2$.
I do not have the solution for this nor do i know where to start.
What you are trying to find is like the gcd algorithm, where we want to keep subtracting off a multiple of the 'smaller' number until one of them becomes zero. Of course 'smaller' in $\mathbb{Z}(i)$ has to be defined, and one that works is the distance from $0$, which is sometimes called the norm. Now if I give you two gaussian integers and ask you to do this process, you can imagine all possible multiples of the 'smaller' one, which forms a square grid, and surely you will be able to find a suitable multiple that is close enough to the 'larger' one, which will give you everything you need.