7

Does a ring without an identity element even have a characteristic?

Jenny
  • 161
  • 1
  • 1
  • 5

1 Answers1

13

One may define the characteristic of an abelian group $A$ to be the non-negative generator of the ideal $\mathrm{Ann}(A)$. Thus, we have $\mathrm{char}(A) \cdot A = 0$, and every other integer with this property is a multiple of $\mathrm{char}(A)$. This coincides with the usual definition of the characteristic of a ring when we consider its underlying additive group. As you see, we don't really need a unit, in fact no multiplication.

  • 4
    I expand the explanation a little more, for people who, like me, may need it: The abelian group A can be seen as a Z-module. Then Ann(A) is the biggest subset of Z that completely annihilates A. It can be checked that A is an ideal of Z, and thus, since Z is a PID, Ann(A)=nZ for some integer n. We define char(A)=n. – Jose Brox Oct 04 '14 at 15:55