I'm terrible with these kinds of proofs and this might be a duplicate but I didn't find anything.
I need to prove that $\forall x,y \in \mathbb{R}: -(-x)=x$ and $-(x+y) = -x - y$
I know that this is basically trivial but I just don't see how these follow from the basic field axioms of $\mathbb{R}$. Can anybody help me out please?
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}$
You need to use uniqueness in some axioms, for example:
$$-x+x\stackrel{\text{dist.}}=(-1+1)x=0\cdot x=0$$
so by the uniqueness of additive inverse, $\;x\;$ is the additive inverse of $\;-x\;$, whose additive inverse, by definition, $\;-(-x)\;$ , and thus $\;-(-x)=x\;$ .
Try to argue something very, very similar for $\;-(x+y)\;$ ...