I think number one can be proven in this way:
Suppose $F$ is a field that has an additive identity $0$ and a multiplicative identity $1$, and that $x \in F$. By $-x$, we mean the inverse of $x$ under addition. That is,
$$x+ (-x) = 0.$$
It is a theorem of abstract algebra that the additive inverse of an element is unique. Thus, it suffices to show that $(-1)x + x = 0$ to prove the result.
Notice that we can write $(-1)x+ x = (-1)x + (1) x$, and use the distributive property (taken as a field axiom) in reverse to write
$$(-1)x + (1) x = (-1+1)x.$$
But now, by definition this is just $(0)x$ since $1$ plus its inverse is $0$. It is another axiom that $0x = 0$ for any $x$ in the field, thus we have shown that
$$(-1)x + x = 0,$$
and so $(-1)x = -x$.
EDIT: Apparently during my typing, Spiff figured it out.