In mathematics, Knuth's up-arrow notation is a method of notation for very large integers, introduced by Donald Knuth in 1976.[1]
In his 1947 paper,[2] R. L. Goodstein introduced the specific sequence of operations that are now called hyperoperations. Goodstein also suggested the Greek names tetration, pentation, etc., for the extended operations beyond exponentiation. The sequence starts with a unary operation (the successor function with n = 0), and continues with the binary operations of addition (n = 1), multiplication (n = 2), exponentiation (n = 3), tetration (n = 4), pentation (n = 5), etc.
Various notations have been used to represent hyperoperations. One such notation is .
Knuth's up-arrow notation is another.
For example:
- the single arrow represents exponentiation (iterated multiplication)
- the double arrow represents tetration (iterated exponentiation)
- the triple arrow represents pentation (iterated tetration)
The general definition of the up-arrow notation is as follows (for ):
Here, stands for n arrows, so for example
The square brackets are another notation for hyperoperations.
The hyperoperations naturally extend the arithmetic operations of addition and multiplication as follows.
Addition by a natural number is defined as iterated incrementation:
Multiplication by a natural number is defined as iterated addition:
For example,
Exponentiation for a natural power is defined as iterated multiplication, which Knuth denoted by a single up-arrow:
For example,
Tetration is defined as iterated exponentiation, which Knuth denoted by a “double arrow”:
For example,
Expressions are evaluated from right to left, as the operators are defined to be right-associative.
According to this definition,
- etc.
This already leads to some fairly large numbers, but the hyperoperator sequence does not stop here.
Pentation, defined as iterated tetration, is represented by the “triple arrow”:
Hexation, defined as iterated pentation, is represented by the “quadruple arrow”:
and so on. The general rule is that an -arrow operator expands into a right-associative series of ()-arrow operators. Symbolically,
Examples:
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. 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.
= , Since = = , Thus the result comes out with
= or (Petillion)
Even faster-growing functions can be categorized using an ordinal analysis called the fast-growing hierarchy. The fast-growing hierarchy uses successive function iteration and diagonalization to systematically create faster-growing functions from some base function . For the standard fast-growing hierarchy using , already exhibits exponential growth, is comparable to tetrational growth and is upper-bounded by a function involving the first four hyperoperators;. Then, is comparable to the Ackermann function, is already beyond the reach of indexed arrows but can be used to approximate Graham's number, and is comparable to arbitrarily-long Conway chained arrow notation.
These functions are all computable. Even faster computable functions, such as the Goodstein sequence and the TREE sequence require the usage of large ordinals, may occur in certain combinatorical and proof-theoretic contexts. There exist functions which grow uncomputably fast, such as the Busy Beaver, whose very nature will be completely out of reach from any up-arrow, or even any ordinal-based analysis.
Without reference to hyperoperation the up-arrow operators can be formally defined by
for all integers with [nb 1].
This definition uses exponentiation as the base case, and tetration as repeated exponentiation. This is equivalent to the hyperoperation sequence except it omits the three more basic operations of succession, addition and multiplication.
One can alternatively choose multiplication as the base case and iterate from there. Then exponentiation becomes repeated multiplication. The formal definition would be
for all integers with .
Note, however, that Knuth did not define the "nil-arrow" (). One could extend the notation to negative indices (n ≥ -2) in such a way as to agree with the entire hyperoperation sequence, except for the lag in the indexing:
The up-arrow operation is a right-associative operation, that is, is understood to be , instead of . If ambiguity is not an issue parentheses are sometimes dropped.
Computing 0↑n b
Computing results in
- 0, when n = 0 [nb 2]
- 1, when n = 1 and b = 0 [nb 1][nb 3]
- 0, when n = 1 and b > 0 [nb 1][nb 3]
- 1, when n > 1 and b is even (including 0)
- 0, when n > 1 and b is odd
Computing 2↑n b
Computing can be restated in terms of an infinite table. We place the numbers 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.
More information Values of ...
Values of = = = 2 → b → n
b ⁿ |
1 |
2 |
3 |
4 |
5 |
6 |
formula |
1 |
2 | 4 | 8 | 16 | 32 | 64 | |
2 |
2 | 4 | 16 | 65536 | | | |
3 |
2 | 4 | 65536 | | | | |
4 |
2 | 4 | | | | |
|
Close
The table is the same as that of the Ackermann function, except for a shift in and , and an addition of 3 to all values.
Computing 3↑n b
We place the numbers 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.
More information Values of ...
Values of = = = 3 → b → n
b ⁿ |
1 |
2 |
3 |
4 |
5 |
formula |
1 |
3 | 9 | 27 | 81 | 243 | |
2 |
3 | 27 | 7,625,597,484,987 | | | |
3 |
3 | 7,625,597,484,987 | | | | |
4 |
3 | | | | |
|
Close
Computing 4↑n b
We place the numbers in the top row, and fill the left column with values 4. 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.
More information Values of ...
Values of = = = 4 → b → n
b ⁿ |
1 |
2 |
3 |
4 |
5 |
formula |
1 |
4 | 16 | 64 | 256 | 1024 | |
2 |
4 | 256 | | | | |
3 |
4 | | | | | |
4 |
4 | | | | |
|
Close
Computing 10↑n b
We place the numbers 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.
More information Values of ...
Values of = = = 10 → b → n
b ⁿ |
1 |
2 |
3 |
4 |
5 |
formula |
1 |
10 | 100 | 1,000 | 10,000 | 100,000 | |
2 |
10 | 10,000,000,000 | | | | |
3 |
10 | | | | | |
4 |
10 | | | | |
|
Close
For 2 ≤ b ≤ 9 the numerical order of the numbers is the lexicographical order with n 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 ≤ b ≤ 99, and if we start from n = 1 even for 3 ≤ b ≤ 9,999,999,999.
Keep in mind that Knuth did not define the operator .