I tried to show that commutativity of addition implies associativity. For this I assumed that there is no associative property and $ a + b + c $ should be interpreted as $(a + b) + c $ .
$$(a + b) + c = a + b + c = b + a + c = c + b + a = (c + b) + a=(b + c) + a$$ $$ =a+(b + c).$$
I suppose this is incorrect but I am not sure of where exactly the mistake is. Does it have to do with wrong or lack of use of parentheses?
Am I required to use parentheses to apply the commutative property because the property is defined for only 2 elements so it should be $ (b + a) + c = c +( b + a ) $ instead of $b + a + c = c + b + a$ ?
The reason we can get away with writing $a + b + c$ without being concerned about exactly what it implies about the order of operations is because of the associative property, which is what you are trying to prove.
So you either have to write parentheses in every one of your expressions adding three quantities, or you have to decide whether $x + y + z = (x + y) + z$ or $x + y + z = x + (y + z),$ and then you have to stick with the same choice for the entire proof.
If you rely on being able to write $(a+b)+c=a+b+c$ then you are saying the leftmost addition always occurs first. In that case, we can always interpret anything of the form $x + y + z$ by explicitly putting the parentheses around the first two terms, $(x + y) + z$, and the first few equations of your "proof" then become:
$$ (a+b)+c = (a+b)+c = (b+a)+c \stackrel?= (c+b)+a. $$
Commutativity would support putting $c + (b + a)$ on the right-hand side of the last equation but in the first equation you ruled out that interpretation of the notation $c + b + a.$ You end up with something that cannot be shown merely by commutativity.
(Alternatively, if you claim that $c + b + a$ means $c + (b + a),$ then neither of the first two equations can be shown by commutativity alone.)