While reading through Analysis 1 by Vladimir A. Zorich, I encountered this proof which has this 1 step I can't understand. Here is the consequence and the proof:
For every $x\in \mathbb R$ the following is true
$$-x=(-1)\cdot x$$
Proof. $\ \ x+(-1)\cdot x=\underbrace{(1+(-1))\cdot x}_\text{Which of the axioms were used here ?}= 0 \cdot x=x \cdot 0 = 0$. The assumption follows from the uniqueness of the negative of a number.
End of proof.
The underbraced part is what I fail to understand. What addition and multiplication axioms were used in order to make that expression ?
Note that $1\in\Bbb{R}$ is a special element of the set with the property that for every $x\in \Bbb{R}$, $1\cdot x = x\cdot 1 = x$. Next, we also use the distributive law that for all $a,b,c\in\Bbb{R}$, $a\cdot(b+c) = a\cdot b + a \cdot c$. Hence, \begin{align} x+ (-1)\cdot x &= 1 \cdot x + (-1)\cdot x \tag{property of $1$} \\ &= [1 + (-1)]\cdot x \tag{distributive law} \end{align} The rest of the proof follows once you establish that for every $x\in\Bbb{R}$, $0\cdot x = 0$.