I have a question on the definition of an Euclidean domain. By definition, a ring $R$ is Euclidean if there is norm function $N:R\to \mathbb{N}_{\geq 0}\cup \{ -\infty \}$ such that for all $a$ and $b\neq 0$, there exists $q$ and $r$ such that $a=bq+r$ and $(N(r)<N(b)$ or $r=0)$. My question is on the utility of the "$r=0$". For example, in the regular euclidean division in $\mathbb{Z}$, where $N$ is the absolute value, we can write $a=bq+r$ and ensure that $|r|<|b|$, without worying about the case $r=0$. Also, in $F[x]$ where F is field, with $N$ being the degree of a polynomial, this is neither a problem as if $r=0$, $N(r)=-\infty$ and $N(r)<N(b)$ as $b\neq 0$ anyway.
Thanks in advance !