I want to prove: $a - b = - (b - a)$
I am only allowed to use the following theorems:
“Associativity of +”: (a + b) + c = a + (b + c)
“Associativity of ·”: (a · b) · c = a · (b · c)
“Symmetry of +”: a + b = b + a
“Symmetry of ·”: a · b = b · a
“Additive identity” “Identity of +”: 0 + a = a
“Multiplicative identity” “Identity of ·”: 1 · a = a
“Distributivity of · over +”: a · (b + c) = a · b + a · c
“Zero of ·”: a · 0 = 0
“Unary minus”: a + (- a) = 0
“Subtraction”: a - b = a + (- b)
How would you go about this?