How to prove that the integers are a Euclidean Domain
To show that the integers are a Euclidean domain (or possess a Division Algorithm), finding one norm only to verify the conditions to be a Euclidean Domain is enough.Proof that the integers are Euclidean Domain
Proof: Define the following norm:\begin{equation*} N(x) = \lvert x \rvert, \end{equation*}
\begin{equation*} a = qb + r \quad \text{with} \quad r = 0 \quad \text{or} \quad N(r) < N(q). \end{equation*}
For b > 0, let a \in [qb, (q + 1)b). Then a = qb + r where r \in [0, \lvert b \rvert) since r = a - qb < (q + 1)b - qb = b. Therefore, N(r) < N(b) = \lvert b \rvert or r = 0.
For b < 0, we take a \in [-qb, -(q + 1)b) since -b > 0. Then a = q\cdot (-b) + r where r = a + qb < -(q + 1)b - qb = -b. Obviously, since -b > 0, we have that \lvert r \rvert = N(r) < N(-b) = \lvert -b \rvert or r = 0.
We haven't included the case when the remainder is negative in all the above cases. The approach is similar to the above. Take the elements b > 0 and use the same properties we used there and r > 0 (note that we don't take this remainder to be negative!). Now let a = q'b + r', where q' = q + 1 and r' = r - b. Then r' < 0 since r \in [0, \lvert b \rvert). Now we can perform the rest as r - b \in (-b, b):
\begin{align*} r - b < 0 &\iff r < b \\ &\iff r - b < b \\ &\iff r' < b \\ &\iff \lvert r' \rvert < \lvert b \rvert \\ &\iff N(r') < N(b), \end{align*}