123

The characteristic of a ring (with unity, say) is the smallest positive number $n$ such that $$\underbrace{1 + 1 + \cdots + 1}_{n \text{ times}} = 0,$$ provided such an $n$ exists. Otherwise, we define it to be $0$.

But why characteristic zero? Why do we not define it to be $\infty$ instead? Under this alternative definition, the characteristic of a ring is simply the “order” of the additive cyclic group generated by the unit element $1$.

My feeling is that there is a precise and convincing explanation for the common convention, but none comes to mind. I couldn't find the answer in the Wikipedia article either.

Srivatsan
  • 25,533
  • 7
  • 83
  • 140
  • 7
    What happens if your field is so large it has a number larger than $1+1+1+\ldots$ infinitely many times? – Asaf Karagila Jan 12 '12 at 22:41
  • 4
    I've always thought Erdos numbers should follow the same convention. If you have never published with anyone with a finite Erdos number, then you have Erdos number $0$... – user1729 Jan 12 '12 at 22:47
  • 9
    @user1729: but then what Erdös number should Erdös have? – Cheerful Parsnip Jan 12 '12 at 23:05
  • 4
    @Jim: $\infty$? – Asaf Karagila Jan 12 '12 at 23:09
  • 73
    @JimConant: Paul Erdős would have an Erdős number of 2, since he's not collaborated with Erdős, but he has collaborated with someone who collaborated with Erdős. – Clive Newstead Jan 12 '12 at 23:41
  • 1
    @CliveNewstead: Indeed. – Cheerful Parsnip Jan 13 '12 at 00:16
  • 1
    Smartass answer to the question: Because "characteristic zero" has fewer syllables. However, that only makes sense in conjunction with a more proper answer as given below. – idmercer Jan 13 '12 at 00:24
  • I don't have any problem with it being called characteristic zero, doesn't it make total sense...? The number of 1's you have to add to get 0 is 0. So it fits with the definition. – Samuel Reid Jan 13 '12 at 00:33
  • 2
    @Samuel No, it does not make sense to me (hence the question). In any ring, adding zero $1$'s will give us $0$ -- what's special about zero characteristic here? – Srivatsan Jan 13 '12 at 01:48
  • @Srivatsan: A misreading on my part. I definitely agree that it should be characteristic $\infty$. Additionally, I was under the impression that Erdos himself has an Erdos number of 0. – Samuel Reid Jan 13 '12 at 01:53
  • @AsafKaragila In a general ring, there is no such thing as summing $1$ infinitely many times. – Thomas Andrews Jan 13 '12 at 14:54
  • @Thomas Nor there is an order. It was an example for when the suggestion was incompatible. – Asaf Karagila Jan 13 '12 at 15:06
  • All four answers have been great: Arturo and lhf's answers explain the algebraic justification for the convention, and Bill also explains the terminology *characteristic*. But I find sdcvvc's justification (contrasting the divisibility and magnitude orders) even more basic and compelling; so I accepted that answer. – Srivatsan Jan 15 '12 at 14:53
  • The question and the accepted answer has got a downvote each. @Downvoter: care to explain? – Srivatsan Jan 22 '12 at 13:52
  • 2
    Hehe. I used to call ordinary arithmetic '$\mod \infty$' (because $\mod n$ acts like wrapping your line of numbers around into a loop of length $n$, and without modding, the interval of distinct numbers is infinite. Or in other words the modding never comes into play and remains ineffective.), but now understand the other perspective as well, that it ought to be called $\mod 0$ (since to mod something out is to identify it with zero, and gluing 0 and 0 is the no-op one's looking for). (BTW, I've had this question and at one point the opposite one: why don't group elements have 'order zero'?) – Vandermonde Apr 28 '16 at 06:45
  • Yup/yep , just this very question, indeed. I at last located the scrawling in red ink in a margin of My First Algebra Text (intended for ages 18~20) from when I must have first wondered in total but largely harmless, not permanently impeding, non-lethal-syntax-idiosyncra{c|s}y-warning-type befuddlement. – Vandermonde Apr 28 '16 at 19:19

8 Answers8

85

There are two orderings of the set $\mathbb N = \{0,1,\dots\}$:

  • magnitude $a \leq b$
  • divisibility $a\mid b$ (i.e. $\exists c. b = a c$)

They are mostly compatible - usually when $a \mid b$, it holds $a \leq b$.

Some definitions are phrased using "greater than" ordering, while in fact the "divisibility" ordering is the real essence.

For example, the greatest common divisor of $a$ and $b$ might be defined as the greatest number which is a common divisor of both $a$ and $b$. Characteristic of a ring $R$ might be defined as smallest number $n>0$ which satisfies $n \cdot 1 = 0$.

Under such commonly taught definitions, it seems natural that $\operatorname{gcd}(0,0)=\infty$ and $\operatorname{char} \mathbb Z = \infty$.

However, those definitions implicitly rely on ideals, and are better phrased using divisibility order. The incompatibility is then more visible: $0$ is the largest element in divisibility order, while it is smallest in magnitude order. Magnitude has no largest element, and often $\infty$ is added to cover this case.

So let's formulate the definitions again, but this time using divisibility ordering.

  • The greatest common divisor of two numbers $a,b$ is greatest number (in sense of $\mid$) that is a divisor of $a$ and $b$ (i.e. is smaller than $a$ and $b$ in divisibility ordering). This is prettier - $\operatorname{gcd}$ is now the $\wedge$ operator in lattice $(\mathbb N, \mid)$; it also forms a monoid, with $0$ as identity element. Additionally, the definition can be adapted to any ring.
  • The characteristic of a ring $R$ is the smallest number $n$ (in sense of $\mid$) that satisfies $n \cdot 1 =0$. As a bonus, compared to previous definition, we can remove the $n>0$ restriction: zero is always a valid "annihilator" but it is often not the smallest one. Now we get $\operatorname{char} \mathbb Z = 0$.

Characteristic is a "multiplicative" notion, like gcd. If you have a homomorphism of rings $f: A \to B$, it must hold $\operatorname{char} B \mid \operatorname{char} A$. For example, you cannot map ${\mathbb Z}_2$ to ${\mathbb Z}_4$ - in a sense, ${\mathbb Z}_2$ is "smaller" than ${\mathbb Z}_4$. "Bigger" rings have "more divisible" characteristic, their characteristics are greater in the sense of divisibility. And the "most divisible" number is 0. Another example is $\operatorname{char} A \times B = \operatorname{lcm}(\operatorname{char} A, \operatorname{char} B)$.

In a bit more abstract language: given any ideal $I \subseteq \mathbb Z$, we associate to it the smallest nonnegative element, under the divisibility order. By properties of $\mathbb Z$, every other element of $I$ is a multiple of it. Let's call this number $\operatorname{min}(I)$.

We can now define $\operatorname{gcd}(a,b)=\operatorname{min} ((a) + (b))$, and $\operatorname{char} R = \min (\ker f)$, where $f \colon \mathbb Z \to R$ is the canonical map.

The definition of $\operatorname{min}(I)$ works for any PID, it does not require magnitude order. In any PID, $I = (\operatorname{min}(I))$.

(I dislike saying the ideal $\{0\}$ is "generated" by $0$; although this is true, it also generated by empty set. We do not say that $(2)$ is generated by $0$ and $2$.)

sdcvvc
  • 10,024
  • 3
  • 34
  • 53
  • 3
    I am reminded of an [answer](http://math.stackexchange.com/questions/85565/motivation-behind-the-definition-of-gcd-and-lcm/85576#85576) I wrote many weeks back, trying to motivate the definition of gcd/lcm. But this answer makes the idea even clearer. :-) – Srivatsan Jan 14 '12 at 01:59
  • Great answer :) ! I would be so grateful if you can expand on "Additionally, the definition can be adapted to any ring." I can't find GCD of rings other than special case PID, [such as this question.](http://math.stackexchange.com/questions/713290/properties-of-gcd-in-rings) Also according [to this question](http://math.stackexchange.com/questions/103593/a-question-about-proving-that-there-is-no-greatest-common-divisor) there are some times no GCD. Thanks, I want to learn! – Santropedro Mar 26 '17 at 14:39
  • 1
    @Santropedro https://en.wikipedia.org/wiki/Greatest_common_divisor#The_gcd_in_commutative_rings says that the notion of GCD can be defined in any commutative ring, but in general, it is not guaranteed to exist or to be unique. (I have no idea how useful the notion is in general, I've always use it on PIDs only.) – sdcvvc Apr 07 '17 at 00:05
  • @sdcvvc Wow, thank you very much for that! i'll look into it. – Santropedro Apr 07 '17 at 00:59
78

Given a ring $R$ there is a unique ring homomorphism $\varphi:\mathbb Z\to R$. The characteristic of $R$ is the (canonical, non-negative) generator of $\ker \varphi$.

lhf
  • 208,399
  • 15
  • 224
  • 525
  • 1
    also (though this is probably obvious) note that we know $ker(\varphi)$ is always a principle ideal since $\mathbb{Z}$ is a PID so we can always find said generator. – Deven Ware Jan 12 '12 at 22:56
  • 4
    The important thing is that the characteristic is actually an ideal of $\mathbb Z$. That we pick a representative generator to "name it" isn't really relevant. – Thomas Andrews Jan 13 '12 at 14:53
  • 1
    I have a slight preference for "non-negative" rather than "nonnegative", but certainly both are used. – Michael Hardy Jan 30 '12 at 04:38
35
  1. Consider the following statement:

    Let $n\geq 0$. The characteristic of $R$ is $n$ if and only if ($ka=0$ for all $a\in R$ $\iff$ $n|k$).

    The statement holds for positive characteristic, but it also holds for characteristic $0$, since $0$ is the only multiple of $0$. This would not hold for any ring if we defined the characteristic to be $\infty$. This definition also makes sense for rings without $1$.

  2. For rings with unity, the definitions follows as indicated by lhf: the characteristic of $R$ is the nonnegative generator of the kernel of the canonical map from $\mathbb{Z}$ to $R$.

Arturo Magidin
  • 356,881
  • 50
  • 750
  • 1,081
  • 2
    I think you need an "iff" in the latter half of your definition; as it is, this says that $\Bbb Z_4$ has characteristic $2$ (and also char $4$). – Mario Carneiro Mar 17 '15 at 03:55
17

Recall that an R-algebra is a ring A containing a central image of the ring R. This image is $\,\cong$ R/I so it is characterized by the kernel I. For example, if R = $\mathbb Z$ then an R-algebra is simply a ring A, and the kernel $\rm\ I = (n)\ $ characterizes the canonical image of $\mathbb Z$ in A, via $\rm 1\mapsto 1_A.\,$ Therefore we say that A has characteristic n because n characterizes the canonical image of $\:\mathbb Z\:$ in A.

Remark $\ $ For more general notions of "characteristic rings" see below - excerpted here.

W.D. Burgess; P.N. Stewart. The characteristic ring and the "best" way to adjoin a one.
J. Austral. Math. Soc. 47 (1989) 483-496. $\ \ $

Bill Dubuque
  • 257,588
  • 37
  • 262
  • 861
2

This is all just a convention, and I'm adding an answer $8$ years late because nobody else has pointed out yet that many years ago some people did use the term "characteristic $\infty$". Schilling does this in his book "Theory of Valuations" (AMS, 1950). Either way, you get used to it.

KCd
  • 30,396
  • 2
  • 67
  • 110
0

One way to see why this definition is natural is to consider that if $$\underbrace{1 + 1 + \cdots + 1}_{n \text{ times}}$$ never vanishes for any positive integer $n,$ then it makes sense to say that the ring has characteristic $0$ since it takes no number of units to vanish under its additive operation.

In the end, though, it's just a convenient stipulation.

Allawonder
  • 12,848
  • 1
  • 15
  • 26
  • I'm wondering how convenient it is. I very often read "characteristic 0 or greater than $n$", which seems to suggest it would be more convenient making it infinite. Would also allow saying things like "for characteristic large enough" etc. – Thomas Ahle May 29 '21 at 10:22
  • @Thomas Ahle I wonder how convenient the infinite definition would be, for your are suggesting that the sum $$\sum_{i=1}^{\infty} 1=0,$$ which doesn't look very natural to me. – Allawonder Jun 28 '21 at 06:40
0

It has something to do with the classification of cyclic groups. If $(R,+)$ is an infinite cyclic group generated by $1,$ then it is isomorphic to $(\mathbb Z,+)$ (additive group of integers). If it is a finite cyclic group, then it is isomorphic to $(\mathbb Z_n,+)$ (additive group of integers modulo $n$). Looking deeper into it, in both cases, it is isomorphic to $\mathbb Z/\ker{(f)},$ where $f$ is the group homomorphism defined by $f:(\mathbb Z, + )\to (R, + )$ with $f(n)=\underbrace{a+\cdots+a}_{n \text{ times}}$ for all $a\in R$ and all $n\in \mathbb Z.$ In the finite case, $\ker{(f)}$ consists of all multiples of $n$, i.e. $\ker{(f)}=\{kn\mid k\in\mathbb Z\}.$ In the infinite case, $\ker{(f)}$ consists of all multiples of $0$, i.e. $\ker{(f)}=\{0\}.$ Therefore, it makes sense to define the characteristic correspondigly. See also characteristic zero instead of characteristic infinite.

apio
  • 1
  • 3
  • 1
    Welcome to MSE. Your answer adds nothing new to the already existing answers. – José Carlos Santos Aug 11 '19 at 07:47
  • Thanks! In my opinion, the new thing in my answer is that it gets along without "divisibility", "ideals", "ring homomorphism", or "orders in rings", which are required in the existing answers. The characteristic of a ring does not require the multiplication operation of the ring, only the addition. Therefore, my answer reduces the question to its core, dealing only with the addition operation. Therefore, my answer gets along with group-theoretical concepts. – apio Aug 11 '19 at 10:21
-1

Not only does adding 1 infinitely times in a field not make sense, but also if adding 1 a positive number of times never yields zero, then certainly adding it zero times yields zero, thus it only seems natural to refer to such a field as "characteristic zero".

dezign
  • 1,577
  • 9
  • 11