Background:
Definition: An integral domain $R$ is a Euclidean domain if there is a function $\delta$ from the nonzero elements of $R$ to the nonnegative integers with these properties;
(i) If $a$ and $b$ are nonzero elements of $R$, then $\delta(a)\leq \delta(ab)$.
(ii) If $a,b\in R$ and $b\neq 0_R$, then there exist $q,r\in R$ such that $a=bq+r$ and either $r=0_R$ or $\delta(r) < \delta(b)$.
Exercise 1: Let $R$ be a Euclidean ring with Euclidean norm $\delta$. Let $a,b\in R\setminus\{0\}$ and let $q,r\in R$ such that $a=bq+r$ with $r=0$ or $\delta(r)<\delta(b)$. Prove that $r$ and $q$ are unique if and only if $\delta(a+b)\le\max\{\delta(a),\delta(b)\}$.
Proof: Let $t,r$ be uniquely determined and suppose
$\delta(a+b)> \text{max}\{\delta(a), \delta(b)\}$ for some $a,b$ (non zero) in $R$.
Now $b=0\cdot(a+b)+b=1\cdot(a+b)-a$
Also $\delta(-a)=\delta(a)<\delta(a+b)$
and $\delta(b)<\delta(a+b)$
Thus for $b, 1\in R$, there exists a $t=0$, $r=b$ or $t_1=1$, $r_1=-a$ such that $b=t$, $1+r$, $b=t_1\cdot 1 +r_1$ where $r\neq r_1$ (as $a+b\neq 0) t\neq t_1$, a contradiction to uniqueness.
Hence $\delta(a+b)\leq \text{max}(\delta(a),\delta(b))$.
Questions:
In the above proof, where it says: "Now $b=0\cdot(a+b)+b=1\cdot(a+b)-a$ Also $\delta(-a)=\delta(a)<\delta(a+b)$", why is it necessary for the author to have $b=0\cdot(a+b)+b=1\cdot(a+b)-a$ and also where did $\delta(a)$ came from? I understand that in the division algorithm from Definition above, that for $b=(a+b)$ and $r=-a$, and $r=b$, $q=0,1$ at this point of the proof. I just don't understand the motivation behind its logic.
Thank you in advance