Lagrange and the Supernaturals

Friday, August 03rd, 2012 | Author:

You might know the theorem of Lagrange from group theory: A finite group of order n can have a subgroup of order m only if m divides n. Here the order is just the number of elements, a natural number.

Recently I came across a generalization to profinite groups. How do you make sense of the order of an infinite group? How to say that the order of a subgroup divides the order of the group? The solution is a simple concept called supernatural numbers, which I will explain in this short article. The main part should in principle be accessible to non-mathematicians as well.

Any natural number n which is not zero has a unique prime factorization

 n = \prod_{p \text{ prime}} p^{v_p}


where the exponents v_p are natural numbers, including possibly zero, and all but finitely many exponents are zero.

We can thus identify each natural number (except 0) with a list of natural numbers, the first entry being the exponent v_2 of the first prime 2, the second entry being the exponent v_3 of the second prime 3, and so on. I draw a picture in my head, where these lists are written on infinite sheets of paper, each natural number corresponds to one such sheet of paper.

Now we generalize this, by allowing the exponent \infty for any prime, i.e. we allow sheets of paper where on the list some of the entries are no longer natural numbers but may be the new symbol \infty. We also allow arbitrarily many of the entries to be non-zero.
This has no meaning so far, but we will give it some meaning. I will call the new collection of lists the supernaturals. Some people prefer other terms, such as Steinitz numbers (for the inventor Ernst Steinitz) or the boring and possibly confusing term "generalized natural numbers".

If one natural number n = \prod p^{v_p(n)} is multiplied with another natural number m = \prod p^{v_p(m)}, the product has the prime factorization

 n\cdot m = \left(\prod p^{v_p(n)}\right)\cdot\left(\prod p^{v_p(m)}\right) = \prod p^{v_p(n)+v_p(m)},


so multiplication of natural numbers corresponds to adding the numbers on the list of exponents.
We can define a "multiplication" on the supernatural numbers by defining the "product" of two lists of exponents to be the list of sums of exponents (as we have just seen). In case we have to add \infty + k for some natural number k, we define this to be \infty again. If we have to add \infty + \infty, we define this to be \infty again as well.

If one natural number n divides another one m, this just means there is some natural number k such that n \cdot k = m, so we can express this in terms of the exponents: n divides m if the exponents in the prime factorization of n are all smaller or equal than the exponents of m in the prime factorization.
In other words: n divides m if and only if all entries on the list of exponents are smaller or equal than those of m. This definition can be used for supernaturals: a supernatural number x is defined to divide another supernatural number y if all entries of x are (entry-wise) smaller or equal than y. Entry-wise means that the first entry should be smaller or equal to the first, while the second entry should be smaller or equal to the second, and so on.
This is exactly the same as requiring that there is a third supernatural number z such that x \cdot z = y, with the multiplication of supernatural defined above.

There is no such thing as adding two supernatural numbers, because adding two natural numbers can not be expressed in terms of the prime factorization; but that shouldn't keep us from calling them numbers.

A mathematician would write a supernatural number not in the form of an infinite list, but rather use the suggestive notation

 x = \prod_{p \text{ prime}} p^{v_p}


with v_p \in \mathbb{N} \cup \{\infty\}, without any further restrictions.
Here you have to be careful: The product sign doesn't really mean "product" in any sense other than the multiplication of supernatural numbers, so if you take the notation as definition, the symbol \prod is just a formal symbol, without any "meaning".

The promised generalization of Lagrange's theorem is: A profinite group of order x can have a subgroup of order y only if y divides x -- where x and y are supernatural numbers.

I will now explain how to define the order of a profinite group as a supernatural number, but for that I have to take limits in the supernatural numbers.
Remember in the natural numbers, if you take a sequence of growing numbers, like

 2, 4, 6, 8, 10, 12, ...


they become infinitely large and hence we write \lim_{n \to \infty} 2n = \infty (even if \infty is not a natural number).
We have to be more careful now. If you take the sequence

 2^1=2, 2^2=4, 2^3=8, 2^4=16, ...


we want the limit to be 2^\infty.

In general, we want to compute limits entry-wise on the list of exponents. The sequence 6^n corresponds to the sequence of lists which start with n,n,0,0,... and then only zeroes (since that is the list of exponents for the number 6^n = 2^n \cdot 3^n). The limit of 6^n is therefore the supernatural number with entries \lim n, \lim n, 0,0,... and then only zeroes (since we defined it that way). To be concrete, \lim n = \infty and thus \lim 6^n = 2^\infty \cdot 3^\infty.

You might have noticed that we don't actually allow a thing like \infty to be a supernatural number itself. Instead, there are various "infinitely large" supernatural numbers, like 2^\infty, 3^\infty, 5^\infty, 6^\infty, which are all different. It is a subtle point to remark that 2^\infty = 4^\infty, since 4 = 2^2, so 4^\infty = (2^2)^\infty = 2^{2\infty} = 2^\infty, but you don't need to understand that right now.
If you really want to use the symbol \infty for a supernatural number, it should probably be the limit of the sequence (1,2,3,4,...), i.e. \lim n. It is a good exercise to figure out how the supernatural limit looks like and what the divisors of this number are!

Any profinite group can be written as (inverse) limit over finite groups (hence the name), and these finite groups have an order (the number of elements). Taking the limit over these orders, in the supernatural sense, gives a supernatural number which we call the order of the profinite group.

A basic example is \mathbb{Z}/p^n, which is of order p^n, and the inverse system \mathbb{Z}/p^{n+1} \to \mathbb{Z}/p^{n} has a limit group written \mathbb{Z}_p, the p-adic integers. They have order p^\infty, a supernatural number. The only (supernatural) numbers that divide p^\infty are all p^n and Lagrange tells us that these are exactly the orders of subgroups you get. I tell you that these are exactly the subgroups \mathbb{Z}/p^n.

I think the supernaturals are a super-cute example of mathematics that can be explained in school. The application to group theory can be explained to first-year students and is also beautiful, in my opinion.


Category: English, Mathematics

Comments are currently closed.

 

4 Responses

  1. Is the limit used in each entry the limsup?

  2. Yes you can think of it either as the limsup or as a limit if you equip the disjoint union of the reals with infinity with the right topology (the one-point compactification will do).

  3. Lagrange thm should say that any subgroup H of a finite group G of order n has an order that divides n. (not iff)

  4. Ahrg! Thank you for the correction. I tend to memorize it wrong... it is an interesting question in which situations the converse of Lagrange holds.