Nimber

Not to be confused with Number.

In mathematics, the nimbers, also called Grundy numbers, are introduced in combinatorial game theory, where they are defined as the values of nim heaps. They arise in a much larger class of games because of the Sprague–Grundy theorem. The nimbers are the ordinal numbers endowed with a new nimber addition and nimber multiplication, which are distinct from ordinal addition and ordinal multiplication. The minimum excludant operation is applied to sets of nimbers.

Properties

The Sprague–Grundy theorem states that every impartial game is equivalent to a nim heap of a certain size.

Minimum excludant (mex)

Main article: mex (mathematics)

The value of the minimum excludant mex(S) of a set S of ordinals is defined to be the smallest ordinal that is not an element of S. The function is useful in the definitions of nimber addition and nimber multiplication.

Addition

Nimber addition (also known as nim-addition) can be used to calculate the size of a single nim heap equivalent to a collection of nim heaps. It is defined recursively by

αβ = mex({α′ ⊕ β : α' < α} ∪ {αβ : β′ < β}),

where the mex() function is defined as above.

For finite ordinals, the nim-sum is easily evaluated on a computer by taking the bitwise exclusive or (XOR, denoted by ) of the corresponding numbers. For example, the nim-sum of 7 and 14 can be found by writing 7 as 111 and 14 as 1110; the ones place adds to 1; the twos place adds to 2, which we replace with 0; the fours place adds to 2, which we replace with 0; the eights place adds to 1. So the nim-sum is written in binary as 1001, or in decimal as 9.

This property of addition follows from the fact that both mex and XOR yield a winning strategy for Nim and there can be only one such strategy; or it can be shown directly by induction: Let α and β be two finite ordinals, and assume that the nim-sum of all pairs with one of them reduced is already defined. The only number whose XOR with α is αβ is β, and vice versa; thus αβ is excluded. On the other hand, for any ordinal γ < αβ, XORing ξαβγ with all of α, β and γ must lead to a reduction for one of them (since the leading 1 in ξ must be present in at least one of the three); since ξγ = αβ > γ, we must have α > ξα = βγ or β > ξβ = αγ; thus γ is included as (βγ) ⊕ β or as α ⊕ (α ⊕ γ), and hence αβ is the minimum excluded ordinal.

Multiplication

Nimber multiplication (nim-multiplication) is defined recursively by

α β = mex({αβ + α β′ + α' β : α′ < α, β′ < β}).

Except for the fact that nimbers form a proper class and not a set, the class of nimbers determines an algebraically closed field of characteristic 2. The nimber additive identity is the ordinal 0, and the nimber multiplicative identity is the ordinal 1. In keeping with the characteristic being 2, the nimber additive inverse of the ordinal α is α itself. The nimber multiplicative inverse of the nonzero ordinal α is given by 1/α = mex(S), where S is the smallest set of ordinals (nimbers) such that

  1. 0 is an element of S;
  2. if 0 < α′ < α and β is an element of S, then [1 + (α′ − α) β′] / α′ is also an element of S.

For all natural numbers n, the set of nimbers less than 22n form the Galois field GF(22n) of order 22n.

In particular, this implies that the set of finite nimbers is isomorphic to the direct limit as n → ∞ of the fields GF(22n). This subfield is not algebraically closed, since no other field GF(2k) (so with k not a power of 2) is contained in any of those fields, and therefore not in their direct limit; for instance the polynomial x3 + x + 1, which has a root in GF(23), does not have a root in the set of finite nimbers.

Just as in the case of nimber addition, there is a means of computing the nimber product of finite ordinals. This is determined by the rules that

  1. The nimber product of distinct Fermat 2-powers (numbers of the form 22n) is equal to their ordinary product;
  2. The nimber square of a Fermat 2-power x is equal to 3x/2 as evaluated under the ordinary multiplication of natural numbers.

The smallest algebraically closed field of nimbers is the set of nimbers less than the ordinal ωωω, where ω is the smallest infinite ordinal. It follows that as a nimber, ωωω is transcendental over the field.[1]

Addition and multiplication tables

The following tables exhibit addition and multiplication among the first 16 nimbers.
This subset is closed under both operations, since 16 is of the form 22n. (If you prefer simple text tables, they are here.)

Nimber addition (sequence A003987 in the OEIS)
This is also the Cayley table of Z24 - or the table of bitwise XOR operations.
The small matrices show the single digits of the binary numbers.
Nimber multiplication (sequence A051775 in the OEIS)
The nonzero elements form the Cayley table of Z15.
The small matrices are permuted binary Walsh matrices.
Nimber multiplication of powers of two (sequence A223541 in the OEIS)
Calculating the nim-products of powers of two is a decisive point in the recursive algorithm of nimber-multiplication.

Notes

  1. Conway 1976, p. 61.

References

This article is issued from Wikipedia - version of the 10/19/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.