Mathematical Rings (nothing to do with my screen name)

Is it also a requirement of the ring axioms that the additive identity not have a multiplicative inverse? For all of the rings I can think of off the top of my head, this is the case, but I’m not sure if it’s general.

Wait, scratch that… One could have a single-element ring {a}, where a+a = a*a = a, but that’s a rather trivial case. Are there any nontrivial rings where the additive identity has a multiplicative inverse?

Also, just to be sure I’m up on my terminology: A ring which (excluding the additive identity) is also a group under multiplication is called a field, correct?

A ring in which all nonzero elements are invertible is a division ring (guess why). A field is a commutative division ring.

As for invertibility of 0 in general, assume 0 has an inverse 0’.

1 = 00’ = (0+0)0’ = (00’)+(00’) = 1+1

Subtracting 1 we get 1 = 0, and thus everything is zero. That is, the ring is trivial.

Mind you, rings don’t need to have units, so there may not even be a notion of invertibility at all…

Yes. If such an inverse (call it b) existed, then:

    0*b=1
    0=a-a
    (a-a)b=1
    (ab-ab)=1
    0=1           which is only true in the case of a ring w/ one element, as you stated.

For clarity’s sake, I’d like to point out that while this is true for all rings, it’s a consequence of the axioms rather than an axiom itself.

Well… given that the axioms (other than nontriviality) imply that 0’s invertibility implies triviality for the ring, it turns out that “0 is not invertible” is equivalent to “1 is not 0”, and so could be used as a substitute nontriviality axiom.