Deduce $\alpha(-\beta)=(-\alpha)(\beta)=-(\alpha\beta)$
I'm struggling with where to start and which axioms will be useful.
The axioms:
Axioms for a field $\mathbb{K}$ are with respect to the additive operation $+ : \mathbb{K} \times \mathbb{K} \rightarrow \mathbb{K}$:
1) $\forall x,y,z\in \mathbb{K}: (x+y)+z = x+(y+z)$
2) $\forall x,y \in \mathbb{K}: x+y = y+x$
3) $\exists 0 \in \mathbb{K} $such that$ : x+0=x$
4) $\forall x \in \mathbb{K} \exists y \in \mathbb{K}: x+y=0 \rightarrow y = -x$
for the multiplicative operation:
1) $\forall x,y,z \in \mathbb{K}: (xy)z = x(yz)$
2) $\forall x,y \in \mathbb{K}: xy=yx$
3) $\exists 1 \in K : \forall x \in \mathbb{K}: x1=x$
4) $\forall x\neq 0 \in \mathbb{K} \exists y \in \mathbb{K}: xy=1 \rightarrow y = x^{-1}= \frac{1}{x}$
and the distributivity property
$(x+y)z=xz+yz$
You'll have to first prove a lemma using the axioms, namely that $x \cdot 0 = 0 \cdot x = 0$ for all $x$.
Once you've done that, then $$\alpha\beta + \alpha(-\beta) = \alpha(\beta + (-\beta)) = \alpha \cdot 0 = 0 $$ and so $\alpha(-\beta)$ is equal to the additive inverse of $\alpha\beta$ which is $-\alpha\beta$.
Similarly for $(-\alpha)\beta$.