In
computability theory
Computability theory, also known as recursion theory, is a branch of mathematical logic, computer science, and the theory of computation that originated in the 1930s with the study of computable functions and Turing degrees. The field has since ex ...
, the Ackermann function, named after
Wilhelm Ackermann
Wilhelm Friedrich Ackermann (; ; 29 March 1896 – 24 December 1962) was a German mathematician and logician best known for his work in mathematical logic and the Ackermann function, an important example in the theory of computation.
Biograph ...
, is one of the simplest and earliest-discovered examples of a
total computable function
Computable functions are the basic objects of study in computability theory. Informally, a function is ''computable'' if there is an algorithm that computes the value of the function for every value of its argument. Because of the lack of a precis ...
that is not
primitive recursive. All primitive recursive functions are total and computable, but the Ackermann function illustrates that not all total computable functions are primitive recursive.
After Ackermann's publication of his function (which had three non-negative integer arguments), many authors modified it to suit various purposes, so that today "the Ackermann function" may refer to any of numerous variants of the original function. One common version is the two-argument Ackermann–Péter function developed by
Rózsa Péter
Rózsa Péter, until January 1934 Rózsa Politzer, (17 February 1905 – 16 February 1977) was a Hungarian mathematician and logician. She is best known as the "founding mother of recursion theory".
Early life and education
Péter was bor ...
and
Raphael Robinson. This function is defined from the
recurrence relation
In mathematics, a recurrence relation is an equation according to which the nth term of a sequence of numbers is equal to some combination of the previous terms. Often, only k previous terms of the sequence appear in the equation, for a parameter ...
with appropriate
base cases. Its value grows very rapidly; for example,
results in
, an integer with 19,729 decimal digits.
History
In the late 1920s, the mathematicians
Gabriel Sudan and
Wilhelm Ackermann
Wilhelm Friedrich Ackermann (; ; 29 March 1896 – 24 December 1962) was a German mathematician and logician best known for his work in mathematical logic and the Ackermann function, an important example in the theory of computation.
Biograph ...
, students of
David Hilbert
David Hilbert (; ; 23 January 1862 – 14 February 1943) was a German mathematician and philosopher of mathematics and one of the most influential mathematicians of his time.
Hilbert discovered and developed a broad range of fundamental idea ...
, were studying the foundations of computation. Both Sudan and Ackermann are credited with discovering
total computable function
Computable functions are the basic objects of study in computability theory. Informally, a function is ''computable'' if there is an algorithm that computes the value of the function for every value of its argument. Because of the lack of a precis ...
s (termed simply "recursive" in some references) that are not
primitive recursive. Sudan published the lesser-known
Sudan function, then shortly afterwards and independently, in 1928, Ackermann published his function
(from Greek, the letter ''
phi
Phi ( ; uppercase Φ, lowercase φ or ϕ; ''pheî'' ; Modern Greek: ''fi'' ) is the twenty-first letter of the Greek alphabet.
In Archaic and Classical Greek (c. 9th to 4th century BC), it represented an aspirated voiceless bilabial plos ...
''). Ackermann's three-argument function,
, is defined such that for
, it reproduces the basic operations of
addition
Addition (usually signified by the Plus and minus signs#Plus sign, plus symbol, +) is one of the four basic Operation (mathematics), operations of arithmetic, the other three being subtraction, multiplication, and Division (mathematics), divis ...
,
multiplication
Multiplication is one of the four elementary mathematical operations of arithmetic, with the other ones being addition, subtraction, and division (mathematics), division. The result of a multiplication operation is called a ''Product (mathem ...
, and
exponentiation
In mathematics, exponentiation, denoted , is an operation (mathematics), operation involving two numbers: the ''base'', , and the ''exponent'' or ''power'', . When is a positive integer, exponentiation corresponds to repeated multiplication ...
as
and for
it extends these basic operations in a way that can be compared to the
hyperoperation
In mathematics, the hyperoperation sequence is an infinite sequence of arithmetic operations (called ''hyperoperations'' in this context) that starts with a unary operation (the successor function with ''n'' = 0). The sequence continues with th ...
s:
(Aside from its historic role as a total-computable-but-not-primitive-recursive function, Ackermann's original function is seen to extend the basic arithmetic operations beyond exponentiation, although not as seamlessly as do variants of Ackermann's function that are specifically designed for that purpose—such as
Goodstein's hyperoperation
In mathematics, the hyperoperation sequence is an infinite sequence of arithmetic operations (called ''hyperoperations'' in this context) that starts with a unary operation (the successor function with ''n'' = 0). The sequence continues with th ...
sequence.)
In ''On the Infinite'', David Hilbert hypothesized that the Ackermann function was not primitive recursive, but it was Ackermann, Hilbert's personal secretary and former student, who actually proved the hypothesis in his paper ''On Hilbert's Construction of the Real Numbers''.
Rózsa Péter and Raphael Robinson later developed a two-variable version of the Ackermann function that became preferred by almost all authors.
The generalized
hyperoperation sequence, e.g.
, is a version of the Ackermann function as well.
In 1963
R.C. Buck based an intuitive two-variable
[with parameter order reversed] variant
on the
hyperoperation sequence:
Compared to most other versions, Buck's function has no unessential offsets:
Many other versions of Ackermann function have been investigated.
Definition
Definition: as m-ary function
Ackermann's original three-argument function
is defined
recursively as follows for nonnegative integers
and
:
Of the various two-argument versions, the one developed by Péter and Robinson (called "the" Ackermann function by most authors) is defined for nonnegative integers
and
as follows:
The Ackermann function has also been expressed in relation to the
hyperoperation sequence:
or, written in
Knuth's up-arrow notation
In mathematics, Knuth's up-arrow notation is a method of notation for very large integers, introduced by Donald Knuth in 1976.
In his 1947 paper, R. L. Goodstein introduced the specific sequence of operations that are now called ''hyperoperatio ...
(extended to integer indices
):
or, equivalently, in terms of Buck's function F:
Definition: as iterated 1-ary function
Define
as the ''n''-th iterate of
:
Iteration
Iteration is the repetition of a process in order to generate a (possibly unbounded) sequence of outcomes. Each repetition of the process is a single iteration, and the outcome of each iteration is then the starting point of the next iteration.
...
is the process of composing a function with itself a certain number of times.
Function composition
In mathematics, the composition operator \circ takes two function (mathematics), functions, f and g, and returns a new function h(x) := (g \circ f) (x) = g(f(x)). Thus, the function is function application, applied after applying to . (g \c ...
is an
associative
In mathematics, the associative property is a property of some binary operations that rearranging the parentheses in an expression will not change the result. In propositional logic, associativity is a valid rule of replacement for express ...
operation, so
.
Conceiving the Ackermann function as a sequence of unary functions, one can set
.
The function then becomes a sequence
of unary
[' curried'] functions, defined from
iteration
Iteration is the repetition of a process in order to generate a (possibly unbounded) sequence of outcomes. Each repetition of the process is a single iteration, and the outcome of each iteration is then the starting point of the next iteration.
...
:
Computation
The recursive definition of the Ackermann function can naturally be transposed to a
term rewriting system (TRS).
TRS, based on 2-ary function
The definition of the
2-ary Ackermann function leads to the obvious reduction rules
Example
Compute
The reduction sequence is
[In each ''step'' the underlined ''redex'' is rewritten.]
To compute
one can use a
stack
Stack may refer to:
Places
* Stack Island, an island game reserve in Bass Strait, south-eastern Australia, in Tasmania’s Hunter Island Group
* Blue Stack Mountains, in Co. Donegal, Ireland
People
* Stack (surname) (including a list of people ...
, which initially contains the elements
.
Then repeatedly the two top elements are replaced according to the rules
[here: leftmost-innermost strategy!]
Schematically, starting from
:
WHILE stackLength <> 1
The
pseudocode
In computer science, pseudocode is a description of the steps in an algorithm using a mix of conventions of programming languages (like assignment operator, conditional operator, loop) with informal, usually self-explanatory, notation of actio ...
is published in .
For example, on input
,
Remarks
*The leftmost-innermost strategy is implemented in 225 computer languages on
Rosetta Code
Rosetta Code is a wiki-based programming chrestomathy website with implementations of common algorithms and solutions to various computer programming, programming problems in many different programming languages. It is named for the Rosetta Stone ...
.
*For all
the computation of
takes no more than
steps.
* pointed out that in the computation of
the maximum length of the stack is
, as long as
.
Their own algorithm, inherently iterative, computes within time and within space.
TRS, based on iterated 1-ary function
The definition of the iterated
1-ary Ackermann functions leads to different reduction rules
As function composition is associative, instead of rule r6 one can define
Like in the previous section the computation of
can be implemented with a stack.
Initially the stack contains the three elements
.
Then repeatedly the three top elements are replaced according to the rules
Schematically, starting from
:
WHILE stackLength <> 1
Example
On input
the successive stack configurations are
The corresponding equalities are
When reduction rule r7 is used instead of rule r6, the replacements in the stack will follow
The successive stack configurations will then be
The corresponding equalities are
Remarks
*On any given input the TRSs presented so far converge in the same number of steps. They also use the same reduction rules (in this comparison the rules r1, r2, r3 are considered "the same as" the rules r4, r5, r6/r7 respectively). For example, the reduction of
converges in 14 steps: 6 × r1, 3 × r2, 5 × r3. The reduction of
converges in the same 14 steps: 6 × r4, 3 × r5, 5 × r6/r7. The TRSs differ in the order in which the reduction rules are applied.
*When
is computed following the rules , the maximum length of the stack stays below
. When reduction rule r7 is used instead of rule r6, the maximum length of the stack is only
. The length of the stack reflects the recursion depth. As the reduction according to the rules involves a smaller maximum depth of recursion,
[The maximum depth of recursion refers to the number of levels of activation of a procedure which exist during the deepest call of the procedure. ] this computation is more efficient in that respect.
TRS, based on hyperoperators
As — or — showed explicitly, the Ackermann function can be expressed in terms of the
hyperoperation
In mathematics, the hyperoperation sequence is an infinite sequence of arithmetic operations (called ''hyperoperations'' in this context) that starts with a unary operation (the successor function with ''n'' = 0). The sequence continues with th ...
sequence:
or, after removal of the constant 2 from the parameter list, in terms of Buck's function
Buck's function
, a variant of Ackermann function by itself, can be computed with the following reduction rules:
Instead of rule b6 one can define the rule
To compute the Ackermann function it suffices to add three reduction rules
These rules take care of the base case A(0,n), the alignment (n+3) and the fudge (-3).
Example
Compute
The matching equalities are
*when the TRS with the reduction rule
is applied:
*when the TRS with the reduction rule
is applied:
Remarks
*The computation of
according to the rules is deeply recursive. The maximum depth of nested
s is
. The culprit is the order in which iteration is executed:
. The first
disappears only after the whole sequence is unfolded.
*The computation according to the rules is more efficient in that respect. The iteration
simulates the repeated loop over a block of code.
[LOOP n+1 TIMES DO F] The nesting is limited to
, one recursion level per iterated function. showed this correspondence.
*These considerations concern the recursion depth only. Either way of iterating leads to the same number of reduction steps, involving the same rules (when the rules b6 and b7 are considered "the same"). The reduction of
for instance converges in 35 steps: 12 × b1, 4 × b2, 1 × b3, 4 × b5, 12 × b6/b7, 1 × r9, 1 × r10. The ''modus iterandi'' only affects the order in which the reduction rules are applied.
*A real gain of execution time can only be achieved by not recalculating subresults over and over again.
Memoization
In computing, memoization or memoisation is an optimization technique used primarily to speed up computer programs by storing the results of expensive function calls to pure functions and returning the cached result when the same inputs occur ag ...
is an optimization technique where the results of function calls are cached and returned when the same inputs occur again. See for instance . published a cunning algorithm which computes
within
time and within
space.
Huge numbers
To demonstrate how the computation of
results in many steps and in a large number:
Table of values
Computing the Ackermann function can be restated in terms of an infinite table. First, place the natural numbers along the top row. To determine a number in the table, take the number immediately to the left. Then use that number to look up the required number in the column given by that number and one row up. If there is no number to its left, simply look at the column headed "1" in the previous row. Here is a small upper-left portion of the table:
The numbers here which are only expressed with recursive exponentiation or
Knuth arrows are very large and would take up too much space to notate in plain decimal digits.
Despite the large values occurring in this early section of the table, some even larger numbers have been defined, such as
Graham's number
Graham's number is an Large numbers, immense number that arose as an upper bound on the answer of a problem in the mathematical field of Ramsey theory. It is much larger than many other large numbers such as Skewes's number and Moser's number, bot ...
, which cannot be written with any small number of Knuth arrows. This number is constructed with a technique similar to applying the Ackermann function to itself recursively.
This is a repeat of the above table, but with the values replaced by the relevant expression from the function definition to show the pattern clearly:
Properties
General remarks
*It may not be immediately obvious that the evaluation of
always terminates. However, the recursion is bounded because in each recursive application either
decreases, or
remains the same and
decreases. Each time that
reaches zero,
decreases, so
eventually reaches zero as well. (Expressed more technically, in each case the pair
decreases in the
lexicographic order
In mathematics, the lexicographic or lexicographical order (also known as lexical order, or dictionary order) is a generalization of the alphabetical order of the dictionaries to sequences of ordered symbols or, more generally, of elements of a ...
on pairs, which is a
well-order
In mathematics, a well-order (or well-ordering or well-order relation) on a set is a total ordering on with the property that every non-empty subset of has a least element in this ordering. The set together with the ordering is then calle ...
ing, just like the ordering of single non-negative integers; this means one cannot go down in the ordering infinitely many times in succession.) However, when
decreases there is no upper bound on how much
can increase — and it will often increase greatly.
*For small values of ''m'' like 1, 2, or 3, the Ackermann function grows relatively slowly with respect to ''n'' (at most
exponentially). For
, however, it grows much more quickly; even
is about 2.00353, and the decimal expansion of
is very large by any typical measure, about 2.12004.
*An interesting aspect is that the only arithmetic operation it ever uses is addition of 1. Its fast growing power is based solely on nested recursion. This also implies that its running time is at least proportional to its output, and so is also extremely huge. In actuality, for most cases the running time is far larger than the output; see above.
*A single-argument version
that increases both
and
at the same time dwarfs every primitive recursive function, including very fast-growing functions such as the
exponential function, the factorial function, multi- and
superfactorial functions, and even functions defined using Knuth's up-arrow notation (except when the indexed up-arrow is used). It can be seen that
is roughly comparable to
in the
fast-growing hierarchy. This extreme growth can be exploited to show that
which is obviously computable on a machine with infinite memory such as a
Turing machine
A Turing machine is a mathematical model of computation describing an abstract machine that manipulates symbols on a strip of tape according to a table of rules. Despite the model's simplicity, it is capable of implementing any computer algori ...
and so is a
computable function
Computable functions are the basic objects of study in computability theory. Informally, a function is ''computable'' if there is an algorithm that computes the value of the function for every value of its argument. Because of the lack of a precis ...
, grows faster than any primitive recursive function and is therefore not primitive recursive.
Not primitive recursive
The Ackermann function grows faster than any
primitive recursive function
In computability theory, a primitive recursive function is, roughly speaking, a function that can be computed by a computer program whose loops are all "for" loops (that is, an upper bound of the number of iterations of every loop is fixed befor ...
and therefore is not itself primitive recursive. Proof sketch: primitive recursive function defined using up to k recursions must grow slower than
, the (k+1)-th function in the fast-growing hierarchy, but the Ackermann function grows at least as fast as
.
Specifically, one shows that, for every primitive recursive function
, there exists a non-negative integer
, such that for all non-negative integers
,