2

Here I am thinking of using $-(x+y)$ and show that it equals $-(y+x)$.

$-(x+y)=-x-y$ by distributivity

=$-x-y+0=...$ Here I don't know how to continue, could someone suggest?

CoolKid
  • 2,738
  • 2
    If that would be possible, then why not drop that axiom? – mvw Feb 08 '16 at 21:33
  • 7
    @mvw The axiom that the sum in a unital ring is commutative is redundant, but most people don't drop it when defining a unital ring. – Pedro Feb 08 '16 at 21:39
  • 1
    @PedroTamaroff Of course, because it has a nice ring to it. – Clement C. Feb 08 '16 at 21:42
  • @PedroTamaroff http://math.stackexchange.com/a/1284795/86776 claims the same. But really, why then not drop this "axiom"? Or at least demote it, like Pluto, into a theorem? – mvw Feb 08 '16 at 22:00

1 Answers1

8

Yes this is possible even for a (left) module $M$ over a ring $R$ with a multiplicative identity $1$: $$(1+1)(x+y)=x+y+x+y$$ by the left distributive law. But also $$(1+1)(x+y)=2(x+y)=2x+2y=x+x+y+y.$$Cancelling $x$ and $y$ at both sides yields $x+y=y+x$, that is, $M$ must be an abelian group.

Nicky Hekster
  • 49,281