I have to show that $a+b = b+a$ without the use of the first axiom, which states exactly this. I may use commutativity of multiplication, associativity of addition and multiplication, existence of the neutral element in addition and multiplication, and the existence of the (unique) inverse element of an addition or multiplication
$$a+b = b+a |+(-1(b+a))$$
$$a+b+(-1(b+a)) = (b+a)+(-1(b+a))$$
$$a+b+(-b)+(-a) = (b+a)+(-(b+a))$$
with $c = b+a$
$$a+b+(-b)+(-a) = c+(-c)$$ $$a+(-a) = 0$$ $$0 = 0$$
Would you consider this a solid proof of the Commutative axiom? I translated everything as good as possible.
New attempt:
$$a+(-a)=0$$ $$a+(-a)=(a+b)+(-(a+b))$$ $$a+(-a)+b+(-b)=a+b+(-a)+(-b) |+b$$ $$a+(-a)+b=a+b+(-a) |+a$$ $$(a+(-a))+b+a=a+b$$ $$0+(b+a)=a+b$$ $$b+a=a+b$$
Under condition that I showed $x+(-x)=0$ and $-(a+b)=(-a)+(-b)$
Yes, this is a valid proof, if you state tha each pair of consecutive equations is equivalent. _Then the first statement is equivalrnt to the last one, and the last one is apperently true. But it is simpler to read if you begin with the last ( or better the next to last) statement and write a sequence of statents where a statement is implied by its predecessor end you end with your first statement. But you should check for each step which axioms/rules you use to deduce this step. You must be sure that you do not use the commutative law in one of your steps.