Knuth's up-arrow notation
From Wikipedia, the free encyclopedia
In mathematics, Knuth's up-arrow notation is a method of notation of very large integers introduced by Donald Knuth in 1976. It is closely related to the Ackermann function. The idea is based on iterated exponentiation in much the same way that exponentiation is iterated multiplication, and multiplication is iterated addition.
Contents |
[edit] Introduction
Multiplication by a natural number can be defined as iterated addition:
For example,
Exponentiation for a natural power b can be defined as iterated multiplication:
For example,
This inspired Knuth to define a “double arrow” operator for iterated exponentiation or tetration:
For example,
Here and below evaluation is to take place from right to left (as such the operation is right-associative):
According to this definition,
- (just writing out this number in expanded form would require about 1.37 terabytes of storage space, i. e. bits)
- etc.
This already leads to some fairly large numbers, but Knuth extended the notation. He went on to define a “triple arrow” operator for iterated application of the “double arrow” operator (also known as pentation):
followed by a 'quad arrow' operator:
and so on. The general rule is that an n-arrow operator expands into a series of (n − 1)-arrow operators. Symbolically,
Examples:
[edit] Notation
In expressions such as ab, the notation for exponentiation is usually to write the exponent b as a superscript to the base number a. But many environments — such as programming languages and plain-text e-mail — do not support such two-dimensional layout. People have adopted the linear notation for such environments; the up-arrow suggests 'raising to the power of'. If the character set doesn't contain an up arrow, the caret ^ is used instead.
The superscript notation ab doesn't lend itself well for generalization, which explains why Knuth chose to work from the inline notation instead.
In the context of the C programming language, the ^ character is the XOR operator. ** is a common alternative to for discussion in this context, using the same principle of two symbols meaning repetition of that operator. It is possible that *** could be equivalent to , but this usage is uncommon.
[edit] Writing out up-arrow notation in terms of powers
Attempting to write using the familiar superscript notation gives a power tower. With b too large to write b numbers a, this requires using dots and a brace with the number b next to it, indicating the height of the power tower. requires a row of such power towers, separated by braces: there are b power towers, including the last with height 1, hence simply the number a. If b is too large to write all these power towers, we use dots to indicate a row of them, and for the number of power towers a "cross-brace" (the number of braces is one less). requires a row of such rows of power towers; there are b rows of power towers, including the last, which consists of only one "power tower" of height 1, so is simply the number a. If b is too large to write all these rows, we use a "cross-cross-brace" with this number b next to it (the number of cross-braces is one less). And so on.
Since the power notation is in direction "/", the braces are too. A row of them could be written in perpendicular direction "\", and the cross-brace too. A row of cross-braces could then extend in the direction "/", with a cross-cross-brace too, etc.
Example:
- For 46 there are six power towers, including the last with height 1, hence simply the number 4; writing out the fifth power tower we have only five:
Using the left-superscript notation for tetration we have one "level of braces" less: requires a "tetration tower" in the direction "\", and a brace with the number b next to it, indicating the height of the tetration tower. requires a row of such tetration towers, separated by braces: there are b tetration towers, including the last with height 1, hence simply the number a. If b is too large to write all these tetration towers, we use a "cross-brace" with this number b next to it. And so on.
Examples:
- The previous example becomes
- For the fourth Ackermann number there are four tetration towers, including the last with height 1, hence simply the number 4; writing out the third tetration tower we have only three:
[edit] Generalizations
Some numbers are so large that multiple arrows of Knuth's up-arrow notation become too cumbersome; then an n-arrow operator is useful (and also for descriptions with a variable number of arrows), or equivalently, hyper operators.
Some numbers are so large that even that notation is not sufficient. Graham's number is an example. The Conway chained arrow notation can then be used: a chain of three elements is equivalent with the other notations, but a chain of four or more is even more powerful.
It is generally suggested that Knuth's arrow should be used for relatively smaller magnitude numbers, and the chained arrow or hyper operators for larger ones.
[edit] Definition
The up-arrow notation is formally defined by
for all integers a,b,n with .
All up-arrow operators (including normal exponentiation, ) are right associative, i.e. evaluation is to take place from right to left in an expression that contains two or more such operators. For example, , not ; for example
is not
There is good reason for the choice of this right-to-left order of evaluation. If we used left-to-right evaluation, then would equal , so that would not be an essentially new operation. Right associativity is also natural because we can rewrite the iterated arrow expression that appears in the expansion of as , so that all the as appear as left operands of arrow operators. This is significant since the arrow operators are not commutative.
Writing for the bth functional power of the function we have .
The definition could be extrapolated one step, starting with if n = 0, because exponentiation is repeated multiplication starting with 1. Extrapolating one step more, writing multiplication as repeated addition, is not as straightforward because multiplication is repeated addition starting with 0 instead of 1. "Extrapolating" again one step more, writing addition of n as repeated addition of 1, requires starting with the number a. Compare the definition of the hyper operator , where the starting values for addition and multiplication are also separately specified.
[edit] Tables of values
Computing can be restated in terms of an infinite table. We place the numbers 2 n in the top row, and fill the left column with values 2. To determine a number in the table, take the number immediately to the left, then look up the required number in the previous row, at the position given by the number just taken.
m\n | 1 | 2 | 3 | 4 | 5 | 6 | 7 | formula |
---|---|---|---|---|---|---|---|---|
0 | 2 | 4 | 6 | 8 | 10 | 12 | 14 | 2n |
1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 | 2n |
2 | 2 | 4 | 16 | 65536 | ||||
3 | 2 | 4 | 65536 | |||||
4 | 2 | 4 |
Note: denotes a functional power of the function f(n) = 10n (the function also expressed by the suffix -plex as in googolplex).
The table is the same as that of the Ackermann function, except for a shift in m and n, and an addition of 3 to all values.
Computing
We place the numbers 3 n in the top row, and fill the left column with values 3. To determine a number in the table, take the number immediately to the left, then look up the required number in the previous row, at the position given by the number just taken.
m\n | 1 | 2 | 3 | 4 | 5 | formula |
---|---|---|---|---|---|---|
0 | 3 | 6 | 9 | 12 | 15 | 3n |
1 | 3 | 9 | 27 | 81 | 243 | 3n |
2 | 3 | 27 | 7,625,597,484,987 | 37,625,597,484,987 | ||
3 | 3 | 7,625,597,484,987 | ||||
4 | 3 |
Computing
We place the numbers 10 n in the top row, and fill the left column with values 10. To determine a number in the table, take the number immediately to the left, then look up the required number in the previous row, at the position given by the number just taken.
m\n | 1 | 2 | 3 | 4 | 5 | formula |
---|---|---|---|---|---|---|
0 | 10 | 20 | 30 | 40 | 50 | 10n |
1 | 10 | 100 | 1,000 | 10,000 | 100,000 | 10n |
2 | 10 | 10,000,000,000 | 1010,000,000,000 | |||
3 | 10 | |||||
4 | 10 |
Note that for 2 ≤ n ≤ 9 the numerical order of the numbers is the lexicographical order with m as the most significant number, so for the numbers of these 8 columns the numerical order is simply line-by-line. The same applies for the numbers in the 97 columns with 3 ≤ n ≤ 99, and if we start from m = 1 even for 3 ≤ n ≤ 9,999,999,999.
[edit] See also
[edit] Notes
[edit] References
- Knuth, Donald E., "Coping With Finiteness", Science vol. 194 n. 4271 (Dec 1976), pp. 1235-1242.
- Eric W. Weisstein, Arrow Notation at MathWorld.
- Robert Munafo, Large Numbers