It's easier to understand if you just use + and - like that...
a = a + b [a+b,b]
b = a - b [a+b,a]
a = a - b [b,a]
a = a + b [a+b,b]
b = a - b [a+b,a]
a = a - b [b,a]

