If in the definition of ring $(R,+,\times$) we insist that it has unit element $1$. Then we can show that addition $(+)$ is commutative operation. However, most of the proof which I've seen in MSE use the following trick: $$x+x+y+y=(1+1)x+(1+1)y=(1+1)(x+y)=x+y+x+y$$ which lead to $x+y=y+x$.
But what if we use another approach, namely: Suppose $a=x+y$ and $b=y+x$. Then consider the expression: $$a-b=a+(-b)=(x+y)+(-(y+x))=(x+y)+((-y)+(-x))$$ and then using associativity of $+$ we get that: $a-b=0$ which leads to desired result.
Note that the crucial moment in my proof is the property $-b=(-1)\cdot b$ which can be proven easily without any reliance on abelian of addition.
I suppose that this approach is also correct. But what do you think about it?
Yes it is correct and much a more natural approach to think of . Good job. smn