Ackermann function: Difference between revisions

From Wikipedia
Jump to navigation Jump to search
imported>Marc Schroeder
m Renamed the function E to FGH to avoid confusion with E in article Grzegorczyk hierarchy. (B.t.w., the function name ' f' frequently refers to Meyer & Ritchie [1967].)
 
imported>Cosmia Nebula
fast-growing hierarchy
 
Line 1: Line 1:
{{pp|small=yes}}
{{Short description|Quickly growing function}}
{{Short description|Quickly growing function}}
{{About|the mathematical function||Ackermann (disambiguation)}}
{{About|the mathematical function||Ackermann (disambiguation)}}
{{Use dmy dates|date=October 2024}}
{{Use dmy dates|date=October 2024}}
{{Use shortened footnotes|date=November 2022}}
{{Use shortened footnotes|date=November 2022}}
In [[computability theory]], the '''Ackermann function''', named after [[Wilhelm Ackermann]], is one of the simplest{{sfn|Monin|Hinchey|2003|p=61}} and earliest-discovered examples of a [[total function|total]] [[computable function]] that is not [[Primitive recursive function|primitive recursive]]. All primitive recursive functions are total and computable, but the Ackermann function illustrates that not all total computable functions are primitive recursive.
In [[computability theory]], the '''Ackermann function''', named after [[Wilhelm Ackermann]], is one of the simplest{{sfn|Monin|Hinchey|2003|p=61}} and earliest-discovered examples of a [[total function|total]] [[computable function]] that is not [[Primitive recursive function|primitive recursive]]. All primitive recursive functions are total and computable, but the Ackermann function illustrates that not all total computable functions are primitive recursive. It is essentially constructed by diagonalizing a sequence of primitive recursive functions <math>f_1, f_2, \dots</math> selected from the [[Grzegorczyk hierarchy]]. This makes the Ackermann function the first limit point <math>f_\omega</math> of the [[fast-growing hierarchy]].


After Ackermann's publication{{sfn|Ackermann|1928}} 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]] and [[Raphael Robinson]]. This function is defined from the [[recurrence relation]] <math>\operatorname{A}(m+1, n+1) = \operatorname{A}(m, \operatorname{A}(m+1, n))
After Ackermann's publication{{sfn|Ackermann|1928}} 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]] and [[Raphael Robinson]]. This function is defined from the [[recurrence relation]] <math>\operatorname{A}(m+1, n+1) = \operatorname{A}(m, \operatorname{A}(m+1, n))
Line 27: Line 26:
(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 [[Reuben Goodstein|Goodstein's]] [[hyperoperation]] sequence.)
(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 [[Reuben Goodstein|Goodstein's]] [[hyperoperation]] sequence.)


In ''On the Infinite'',{{sfn|Hilbert|1926|p=185}} 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''.{{sfn|Ackermann|1928}}{{sfn|van Heijenoort|1977}}
In ''On the Infinite'',{{sfn|Hilbert|1926|p=185}} David Hilbert first 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''.{{sfn|Ackermann|1928}}{{sfn|van Heijenoort|1977}}


Rózsa Péter{{sfn|Péter|1935}} and Raphael Robinson{{sfn|Robinson|1948}} later developed a two-variable version of the Ackermann function that became preferred by almost all authors.
Rózsa Péter{{sfn|Péter|1935}} and Raphael Robinson{{sfn|Robinson|1948}} later developed a two-variable version of the Ackermann function that became preferred by almost all authors.
Line 33: Line 32:
The generalized [[Hyperoperation|hyperoperation sequence]], e.g. <math>G(m, a, b) = a[m]b</math>, is a version of the Ackermann function as well.{{sfn|Ritchie|1965|p=1028}}
The generalized [[Hyperoperation|hyperoperation sequence]], e.g. <math>G(m, a, b) = a[m]b</math>, is a version of the Ackermann function as well.{{sfn|Ritchie|1965|p=1028}}


In 1963 [[Robert Creighton Buck|R.C. Buck]] based an intuitive two-variable <ref group="n" name="letop3">with parameter order reversed</ref> variant <math>\operatorname{F}</math> on the [[Hyperoperation|hyperoperation sequence]]:{{sfn|Buck|1963}}{{sfn|Meeussen|Zantema|1992|p=6}}
In 1963 [[Robert Creighton Buck|R. Creighton Buck]] based an intuitive two-variable <ref group="n" name="letop3">with parameter order reversed</ref> variant <math>\operatorname{F}</math> on the [[Hyperoperation|hyperoperation sequence]]:{{sfn|Buck|1963}}{{sfn|Meeussen|Zantema|1992|p=6}}


<math display="block">\operatorname{F}(m,n) = 2[m]n.</math>
<math display="block">\operatorname{F}(m,n) = 2[m]n.</math>
Line 126: Line 125:
</math>
</math>


The following inequality holds:<ref>{{cite web|url=https://math.stackexchange.com/questions/2399746/the-ackermann-hierarchy-vs-the-fast-growing-hierarchy?utm_source=chatgpt.com|title=The Ackermann hierarchy vs. the fast growing hierarchy|website=StackExchange}}</ref>
The following inequality holds:<ref>{{cite web|url=https://math.stackexchange.com/questions/2399746/the-ackermann-hierarchy-vs-the-fast-growing-hierarchy?utm_source=chatgpt.com|title=The Ackermann hierarchy vs. the fast growing hierarchy|website=StackExchange}}</ref>{{AI-retrieved source|date=March 2026|checked=no}}
<math display="block">\forall m > 1, \forall n > 1: \operatorname{A}_m(n) < \operatorname{FGH}_m(n)</math>
<math display="block">\forall m > 1, \forall n > 1: \operatorname{A}_m(n) < \operatorname{FGH}_m(n)</math>


Line 148: Line 147:
It is obvious that <math>\operatorname{A}(m,n)</math>, not being a [[primitive recursive function]] {{mdash}}see below{{mdash}}, cannot be computed by a LOOP program.
It is obvious that <math>\operatorname{A}(m,n)</math>, not being a [[primitive recursive function]] {{mdash}}see below{{mdash}}, cannot be computed by a LOOP program.


===Computation by TRS, based on 2-ary function===
===Computation by term rewriting system, based on 2-ary function===
The recursive definition of the Ackermann function can naturally be transposed to a [[Rewriting#Term rewriting systems|term rewriting system (TRS)]].
The [[recursive definition]] of the Ackermann function can naturally be transposed to a [[Rewriting#Term rewriting systems|term rewriting system (TRS)]].


The definition of the '''<u>2-ary</u>''' Ackermann function leads to the obvious reduction rules{{sfn|Grossman|Zeitman|1988}}{{sfn|Paulson|2021}}
The definition of the '''<u>2-ary</u>''' Ackermann function leads to the obvious reduction rules{{sfn|Grossman|Zeitman|1988}}{{sfn|Paulson|2021}}
Line 400: Line 399:
'''Remarks'''
'''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 <math>A(2,1)</math> converges in 14 steps: 6 × r1, 3 × r2, 5 × r3. The reduction of <math>A_2(1)</math> 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.
*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 <math>A(2,1)</math> converges in 14 steps: 6 × r1, 3 × r2, 5 × r3. The reduction of <math>A_2(1)</math> 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 <math>A_{i}(n)</math> is computed following the rules {r4, r5, r6}, the maximum length of the stack stays below <math>2 \times A(i,n)</math>. When reduction rule r7 is used instead of rule r6, the maximum length of the stack is only <math>2(i+2)</math>. The length of the stack reflects the recursion depth. As the reduction according to the rules {r4, r5, r7} involves a smaller maximum depth of recursion,<ref group="n" name="letop6">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. {{harvtxt|Cornelius|Kirby|1975}}</ref> this computation is more efficient in that respect.
*When <math>A_{i}(n)</math> is computed following the rules {r4, r5, r6}, the maximum length of the stack stays below <math>2 \times A(i,n)</math>. When reduction rule r7 is used instead of rule r6, the maximum length of the stack is only <math>2(i+2)</math>. The length of the stack reflects the recursion depth. As the reduction according to the rules {r4, r5, r7} involves a smaller maximum depth of recursion,<ref group="n" name="letop6">The maximum depth of recursion refers to the number of levels of activation of a procedure that exist during the deepest call of the procedure. {{harvtxt|Cornelius|Kirby|1975}}</ref> this computation is more efficient in that respect.


===Computation by TRS, based on hyperoperators===
===Computation by TRS, based on hyperoperators===
Line 607: Line 606:
*The computation according to the rules {b1 - b5, b7, r8 - r10} is more efficient in that respect. The iteration <math>F^{n+1}(x) = F^{n}(F(x))</math> simulates the repeated loop over a block of code.<ref group="n" name="letop7">'''LOOP''' n+1 '''TIMES DO''' F</ref> The nesting is limited to <math>(i+1)</math>, one recursion level per iterated function. {{harvtxt|Meyer|Ritchie|1967}} showed this correspondence.
*The computation according to the rules {b1 - b5, b7, r8 - r10} is more efficient in that respect. The iteration <math>F^{n+1}(x) = F^{n}(F(x))</math> simulates the repeated loop over a block of code.<ref group="n" name="letop7">'''LOOP''' n+1 '''TIMES DO''' F</ref> The nesting is limited to <math>(i+1)</math>, one recursion level per iterated function. {{harvtxt|Meyer|Ritchie|1967}} 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 <math>A(2,1)</math> 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.
*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 <math>A(2,1)</math> 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]] is an optimization technique where the results of function calls are cached and returned when the same inputs occur again. See for instance {{harvtxt|Ward|1993}}. {{harvtxt|Grossman|Zeitman|1988}} published a cunning algorithm which computes <math>A(i,n)</math> within <math>\mathcal{O}(i A(i,n))</math> time and within <math>\mathcal{O}(i)</math> space.
*A real gain of execution time can only be achieved by not recalculating subresults over and over again. [[Memoization]] is an optimization technique where the results of function calls are cached and returned when the same inputs occur again. See for instance {{harvtxt|Ward|1993}}. {{harvtxt|Grossman|Zeitman|1988}} published a cunning algorithm that computes <math>A(i,n)</math> within <math>\mathcal{O}(i A(i,n))</math> time and within <math>\mathcal{O}(i)</math> space.


===Huge numbers===
===Huge numbers===
Line 644: Line 643:


== Table of values ==
== 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:
Computing the Ackermann function can be restated in terms of an infinite table. First, place the [[Natural number|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:


{| class="wikitable"
{| class="wikitable"
Line 677: Line 676:
| rowspan="2" style="border-bottom:0" | <math>\begin{matrix}\underbrace{{2^2}^{{\cdot}^{{\cdot}^{{\cdot}^2}}}}_{n+3} - 3\end{matrix}</math>
| rowspan="2" style="border-bottom:0" | <math>\begin{matrix}\underbrace{{2^2}^{{\cdot}^{{\cdot}^{{\cdot}^2}}}}_{n+3} - 3\end{matrix}</math>
|- style="vertical-align:bottom"
|- style="vertical-align:bottom"
| rowspan="2" style="border-top:0" | <math>={2^{2^{2}}}-3</math><br /><math>=2\uparrow\uparrow 3 - 3</math>
| rowspan="2" style="border-top:0" |
| rowspan="2" style="border-top:0" | <math>={2^{2^{2^{2}}}}-3</math><br /><math>=2\uparrow\uparrow 4 - 3</math>
| rowspan="2" style="border-top:0" |
| rowspan="2" style="border-top:0" | <math>={2^{2^{2^{2^{2}}}}}-3</math><br /><math>=2\uparrow\uparrow 5 - 3</math>
| rowspan="2" style="border-top:0" | <math>=2\uparrow\uparrow 5 - 3</math><br /><math>\approx2.00353\cdot{10^{19728}}</math>
| rowspan="2" style="border-top:0" | <math>={2^{2^{2^{2^{2^{2}}}}}}-3</math><br /><math>=2\uparrow\uparrow 6 - 3</math>
| rowspan="2" style="border-top:0" | <math>=2\uparrow\uparrow 6 - 3</math><br />
| rowspan="2" style="border-top:0" | <math>={2^{2^{2^{2^{2^{2^{2}}}}}}}-3</math><br /><math>=2\uparrow\uparrow 7 - 3</math>
| rowspan="2" style="border-top:0" | <math>=2\uparrow\uparrow 7 - 3</math><br />
|-
|-
| rowspan="1" style="border-top:0" | <math>=2\uparrow\uparrow (n+3) - 3</math>
| rowspan="1" style="border-top:0" | <math>=2\uparrow\uparrow (n+3) - 3</math>
|- style="vertical-align:bottom"
|- style="vertical-align:bottom"
! style="vertical-align:middle" | 5
! style="vertical-align:middle" | 5
| 65533 <br /><math>=2\uparrow\uparrow(2\uparrow\uparrow 2) - 3</math><br /><math>=2\uparrow\uparrow\uparrow 3 - 3</math>
| 65533  
| <math>2\uparrow\uparrow\uparrow 4 - 3</math>
| <math>2\uparrow\uparrow 65536 - 3</math>
| <math>2\uparrow\uparrow\uparrow 5 - 3</math>
| <math>2\uparrow\uparrow\uparrow 5 - 3</math>
| <math>2\uparrow\uparrow\uparrow 6 - 3</math>
| <math>2\uparrow\uparrow\uparrow 6 - 3</math>
Line 694: Line 693:
|-
|-
! 6
! 6
| <math>2\uparrow\uparrow\uparrow\uparrow 3 - 3</math>
| <math>2\uparrow\uparrow 65536 - 3</math>
| <math>2\uparrow\uparrow\uparrow\uparrow 4 - 3</math>
| <math>2\uparrow\uparrow\uparrow\uparrow 4 - 3</math>
| <math>2\uparrow\uparrow\uparrow\uparrow 5 - 3</math>
| <math>2\uparrow\uparrow\uparrow\uparrow 5 - 3</math>
Line 710: Line 709:
|}
|}


The numbers here which are only expressed with recursive exponentiation or [[Knuth's up-arrow notation|Knuth arrows]] are very large and would take up too much space to notate in plain decimal digits.
The numbers here that are only expressed with recursive exponentiation or [[Knuth's up-arrow notation|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]], 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.
Despite the large values occurring in this early section of the table, some even larger numbers have been defined, such as [[Graham's number]], 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.
Line 754: Line 753:
*For small values of ''m'' like 1, 2, or 3, the Ackermann function grows relatively slowly with respect to ''n'' (at most [[exponential growth|exponentially]]). For <math>m\geq 4</math>, however, it grows much more quickly; even <math>A(4,2)</math> is about 2.00353{{e|19728}}, and the decimal expansion of <math>A(4, 3)</math> is very large by any typical measure, about 2.12004{{e|6.03123{{e|19727}}}}.
*For small values of ''m'' like 1, 2, or 3, the Ackermann function grows relatively slowly with respect to ''n'' (at most [[exponential growth|exponentially]]). For <math>m\geq 4</math>, however, it grows much more quickly; even <math>A(4,2)</math> is about 2.00353{{e|19728}}, and the decimal expansion of <math>A(4, 3)</math> is very large by any typical measure, about 2.12004{{e|6.03123{{e|19727}}}}.
*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.
*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 <math>f(n)=A(n,n)</math> that increases both <math>m</math> and <math>n</math> 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 <math>f(n)</math> is roughly comparable to <math>f_{\omega}(n)</math> in the [[fast-growing hierarchy]]. This extreme growth can be exploited to show that <math>f</math> which is obviously computable on a machine with infinite memory such as a [[Turing machine]] and so is a [[computable function]], grows faster than any primitive recursive function and is therefore not primitive recursive.
*A single-argument version <math>f(n)=A(n,n)</math> that increases both <math>m</math> and <math>n</math> 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 <math>f(n)</math> is roughly comparable to <math>f_{\omega}(n)</math> in the [[fast-growing hierarchy]]. This extreme growth can be exploited to show that <math>f</math>, which is obviously computable on a machine with infinite memory such as a [[Turing machine]] and so is a [[computable function]], grows faster than any primitive recursive function and is therefore not primitive recursive.


=== Not primitive recursive ===
=== Not primitive recursive ===
Line 766: Line 765:
<math display="block">\operatorname{FGH}_{0}(n) = n+1, \quad \operatorname{FGH}_{k+1}(n) = \operatorname{FGH}_{k}^{n}(n)</math>
<math display="block">\operatorname{FGH}_{0}(n) = n+1, \quad \operatorname{FGH}_{k+1}(n) = \operatorname{FGH}_{k}^{n}(n)</math>


where <math>\operatorname{FGH}_k^n</math> denotes <math>n</math>-fold iteration of <math>\operatorname{FGH}_k</math> on input <math>n</math>.<ref>Another sequence of functions, <math>\operatorname{E}_n</math>, defining the [[Grzegorczyk hierarchy]], is frequently used to partition the primitive recursive functions into "growth classes". However, <math>\operatorname{FGH}_n</math> (or <math>\operatorname{A}_n</math>) and <math>\operatorname{E}_n</math> do not align in their indexing.</ref> This hierarchy grows strictly faster with increasing <math>k</math>, and every primitive recursive function is eventually bounded above by some <math>FGH_k</math>. This can be shown by structural induction on the definitions of primitive recursive functions.
where <math>\operatorname{FGH}_k^n</math> denotes <math>n</math>-fold iteration of <math>\operatorname{FGH}_k</math> on input <math>n</math>.<ref>Another sequence of functions, <math>\operatorname{E}_n</math>, defining the [[Grzegorczyk hierarchy]], is frequently used to partition the primitive recursive functions into "growth classes". However, <math>\operatorname{FGH}_n</math> (or <math>\operatorname{A}_n</math>) and <math>\operatorname{E}_n</math> do not align in their indexing.</ref> This hierarchy grows strictly faster with increasing <math>k</math>, and every primitive recursive function is eventually bounded above by some <math>\operatorname{FGH}_k</math>. This can be shown by [[structural induction]] on the definitions of primitive recursive functions.


However, the Ackermann function <math>\operatorname{A}(m, n)</math> eventually exceeds every <math>\operatorname{FGH}_k</math>; for every <math>k</math>, there exists <math>m</math> such that <math>\operatorname{A}(m, n) > \operatorname{FGH}_k(n)</math> for sufficiently large <math>n</math>. Thus, <math>\operatorname{A}</math> grows faster than any primitive recursive function and is therefore not primitive recursive.
However, the Ackermann function <math>\operatorname{A}(m, n)</math> eventually exceeds every <math>\operatorname{FGH}_k</math>; for every <math>k</math>, there exists <math>m</math> such that <math>\operatorname{A}(m, n) > \operatorname{FGH}_k(n)</math> for all sufficiently large <math>n</math>. Thus, <math>\operatorname{A}</math> grows faster than any primitive recursive function and is therefore not primitive recursive.


== Inverse ==
== Inverse ==
Since the function {{nowrap|1=''f''(''n'') = ''A''(''n'', ''n'')}} considered above grows very rapidly, its [[inverse function]], ''f''{{i sup|−1}}, grows very slowly. This '''inverse Ackermann function''' ''f''<sup>−1</sup> is usually denoted by '''''α'''''. In fact, ''α''(''n'') is less than 5 for any practical input size ''n'', since {{nowrap|''A''(4, 4)}} is on the order of <math>2^{2^{2^{2^{16}}}}</math>.
Since the function {{nowrap|1=''f''(''n'') = ''A''(''n'', ''n'')}} considered above grows very rapidly, its [[inverse function]], ''f''{{i sup|−1}}, grows very slowly. This '''inverse Ackermann function''' ''f''<sup>−1</sup> is usually denoted by '''''α'''''. In fact, ''α''(''n'') is less than 5 for any practical input size ''n'', since {{nowrap|''A''(4, 4)}} is on the order of <math>2^{2^{2^{2^{16}}}}</math>.


This inverse appears in the time complexity of some algorithms, such as the [[disjoint-set data structure]] and [[Bernard Chazelle|Chazelle]]'s algorithm for [[minimum spanning tree]]s. Sometimes Ackermann's original function or other variations are used in these settings, but they all grow at similarly high rates. In particular, some modified functions simplify the expression by eliminating the −3 and similar terms.
This inverse appears in the [[time complexity]] of some algorithms, such as the [[disjoint-set data structure]] and [[Bernard Chazelle|Chazelle]]'s algorithm for [[minimum spanning tree]]s. Sometimes Ackermann's original function or other variations are used in these settings, but they all grow at similarly high rates. In particular, some modified functions simplify the expression by eliminating the −3 and similar terms.


A two-parameter variation of the inverse Ackermann function can be defined as follows, where <math>\lfloor x \rfloor</math> is the [[floor function]]:
A two-parameter variation of the inverse Ackermann function can be defined as follows, where <math>\lfloor x \rfloor</math> is the [[floor function]]:
Line 781: Line 780:
This function arises in more precise analyses of the algorithms mentioned above, and gives a more refined time bound. In the disjoint-set data structure, ''m'' represents the number of operations while ''n'' represents the number of elements; in the minimum spanning tree algorithm, ''m'' represents the number of edges while ''n'' represents the number of vertices. Several slightly different definitions of {{nowrap|''α''(''m'', ''n'')}} exist; for example, {{nowrap|log<sub>2</sub> ''n''}} is sometimes replaced by ''n'', and the floor function is sometimes replaced by a [[ceiling function|ceiling]].
This function arises in more precise analyses of the algorithms mentioned above, and gives a more refined time bound. In the disjoint-set data structure, ''m'' represents the number of operations while ''n'' represents the number of elements; in the minimum spanning tree algorithm, ''m'' represents the number of edges while ''n'' represents the number of vertices. Several slightly different definitions of {{nowrap|''α''(''m'', ''n'')}} exist; for example, {{nowrap|log<sub>2</sub> ''n''}} is sometimes replaced by ''n'', and the floor function is sometimes replaced by a [[ceiling function|ceiling]].


Other studies might define an inverse function of one where m is set to a constant, such that the inverse applies to a particular row.{{sfn|Pettie|2002}}
Other studies might define an inverse function of one where ''m'' is set to a constant, such that the inverse applies to a particular row.{{sfn|Pettie|2002}}


The inverse of the Ackermann function is primitive recursive, since it is graph primitive recursive, and it is upper bounded by a primitive recursive function.{{sfn|Matos|2014}}
The inverse of the Ackermann function is primitive recursive, since it is graph primitive recursive, and it is upper bounded by a primitive recursive function.{{sfn|Matos|2014}}
Line 819: Line 818:


==Bibliography==
==Bibliography==
{{Refbegin}}
{{Refbegin|2}}
*{{cite journal
*{{cite journal
  |last= Ackermann
  |last= Ackermann
Line 858: Line 857:
  |last3= Tevy  
  |last3= Tevy  
  |first3= Ionel
  |first3= Ionel
  |journal= Historia Math.  
  |journal= [[Historia Math.]]
  |title= The first example of a recursive function which is not primitive recursive
  |title= The first example of a recursive function which is not primitive recursive
  |date= November 1979  
  |date= November 1979  
Line 897: Line 896:
  |conference= Proceedings of the 2021 IEEE 62nd Annual Symposium on Foundations of Computer Science
  |conference= Proceedings of the 2021 IEEE 62nd Annual Symposium on Foundations of Computer Science
  |date= 7 February 2022
  |date= 7 February 2022
|url= https://ieeexplore.ieee.org/document/9719806
  |doi= 10.1109/FOCS52979.2021.00120
  |doi= 10.1109/FOCS52979.2021.00120
  |arxiv= 2104.13866
  |arxiv= 2104.13866
Line 907: Line 905:
  |last2= Zeitman
  |last2= Zeitman
  |first2= R. Suzanne
  |first2= R. Suzanne
  |journal = [[Theoretical Computer Science]]  
  |journal = [[Theoretical Computer Science (journal)|Theoretical Computer Science]]  
  |title= An inherently iterative computation of ackermann's function  
  |title= An inherently iterative computation of ackermann's function  
  |date= May 1988  
  |date= May 1988  
Line 944: Line 942:
  |conference= Proceedings of the 2021 IEEE 62nd Annual Symposium on Foundations of Computer Science
  |conference= Proceedings of the 2021 IEEE 62nd Annual Symposium on Foundations of Computer Science
  |date= 7 February 2022
  |date= 7 February 2022
|url= https://ieeexplore.ieee.org/document/9719763
  |doi= 10.1109/FOCS52979.2021.00121
  |doi= 10.1109/FOCS52979.2021.00121
  |arxiv= 2104.12695
  |arxiv= 2104.12695
Line 954: Line 951:
  | first2 = S. S.
  | first2 = S. S.
  | title = Hierarchies of number-theoretic functions. I.
  | title = Hierarchies of number-theoretic functions. I.
  | journal = Archiv für mathematische Logik und Grundlagenforschung
  | journal = [[Archiv für mathematische Logik und Grundlagenforschung]]
  | volume = 13
  | volume = 13
  | pages = 39–51
  | pages = 39–51
  | year = 1970
  | year = 1970
| issue = 1–2
  | url = https://gdz.sub.uni-goettingen.de/id/PPN379931524_0013?tify=%7B%22view%22:%22info%22,%22pages%22:%5B39%5D%7D
  | url = https://gdz.sub.uni-goettingen.de/id/PPN379931524_0013?tify=%7B%22view%22:%22info%22,%22pages%22:%5B39%5D%7D
  | doi = 10.1007/BF01967649
  | doi = 10.1007/BF01967649
}}
| url-access = subscription
}}
*{{cite web
*{{cite web
  |last= Matos  
  |last= Matos  
  |first= Armando B
  |first= Armando B
  |title= The inverse of the Ackermann function is primitive recursive  
  |title= The inverse of the Ackermann function is primitive recursive  
  |date= May 7, 2014  
  |date= 2014-05-07
  |url= http://www.dcc.fc.up.pt/~acm/PRinv.pdf |archive-url=https://ghostarchive.org/archive/20221009/http://www.dcc.fc.up.pt/~acm/PRinv.pdf |archive-date=2022-10-09 |url-status=live
  |url= http://www.dcc.fc.up.pt/~acm/PRinv.pdf
|archive-url=https://ghostarchive.org/archive/20221009/http://www.dcc.fc.up.pt/~acm/PRinv.pdf
|archive-date=2022-10-09
|url-status=live <!-- dead on 26 february 2026 -->
}}
}}
*{{cite report  
*{{cite report  
Line 1,040: Line 1,042:
  |last= Paulson
  |last= Paulson
  |first= Lawrence C.
  |first= Lawrence C.
|author-link= Lawrence Paulson
  |title= Ackermann's Function in Iterative Form: A Proof Assistant Experiment  
  |title= Ackermann's Function in Iterative Form: A Proof Assistant Experiment  
  |url= https://www.researchgate.net/publication/351063906  
  |url= https://www.researchgate.net/publication/351063906  
Line 1,124: Line 1,127:
  |s2cid= 123416408
  |s2cid= 123416408
}}
}}
*{{cite journal|last1=Tarjan|first1=Robert Endre|author1-link=Robert E. Tarjan|year=1975|title=Efficiency of a Good But Not Linear Set Union Algorithm|journal=Journal of the ACM|volume=22|issue=2|pages=215&ndash;225|doi=10.1145/321879.321884|hdl=1813/5942|s2cid=11105749|hdl-access=free }}
*{{cite journal|last1=Tarjan|first1=Robert Endre|author1-link=Robert E. Tarjan|year=1975|title=Efficiency of a Good But Not Linear Set Union Algorithm|journal=[[Journal of the ACM]]|volume=22|issue=2|pages=215&ndash;225|doi=10.1145/321879.321884|hdl=1813/5942|s2cid=11105749|hdl-access=free }}
*{{cite journal
*{{cite journal
  |last= Vaida
  |last= Vaida
Line 1,145: Line 1,148:
  | pages = 136–153
  | pages = 136–153
  | year = 1970
  | year = 1970
| issue = 3–4
  | doi = 10.1007/bf01973619
  | doi = 10.1007/bf01973619
}}
}}
Line 1,207: Line 1,211:
  | last2 = Sharir | first2 = Micha | authorlink2 = Micha Sharir
  | last2 = Sharir | first2 = Micha | authorlink2 = Micha Sharir
  | title = Planar realizations of nonlinear Davenport–Schinzel sequences by segments
  | title = Planar realizations of nonlinear Davenport–Schinzel sequences by segments
  | journal = Discrete & Computational Geometry
  | journal = [[Discrete & Computational Geometry]]
  | volume = 3 | issue = 1 | year = 1988 | pages = 15–47
  | volume = 3 | issue = 1 | year = 1988 | pages = 15–47
  | mr = 0918177 | doi = 10.1007/BF02187894| doi-access = free }}
  | mr = 0918177 | doi = 10.1007/BF02187894| doi-access = free }}

Latest revision as of 00:30, 14 April 2026

Template:Use shortened footnotes In computability theory, the Ackermann function, named after Wilhelm Ackermann, is one of the simplest[1] and earliest-discovered examples of a total computable function 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. It is essentially constructed by diagonalizing a sequence of primitive recursive functions selected from the Grzegorczyk hierarchy. This makes the Ackermann function the first limit point of the fast-growing hierarchy.

After Ackermann's publication[2] 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 and Raphael Robinson. This function is defined from the recurrence relation with appropriate base cases. Its value grows very rapidly; for example, results in , an integer with 19,729 decimal digits.[3]

History

[edit | edit source]

In the late 1920s, the mathematicians Gabriel Sudan and Wilhelm Ackermann, students of David Hilbert, were studying the foundations of computation. Both Sudan and Ackermann are credited[4] with discovering total computable functions (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). Ackermann's three-argument function, , is defined such that for , it reproduces the basic operations of addition, multiplication, and exponentiation as

and for it extends these basic operations in a way that can be compared to the hyperoperations:

(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 sequence.)

In On the Infinite,[5] David Hilbert first 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.[2][6]

Rózsa Péter[7] and Raphael Robinson[8] 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.[9]

In 1963 R. Creighton Buck based an intuitive two-variable [n 1] variant on the hyperoperation sequence:[10][11]

Compared to most other versions, Buck's function has no unessential offsets:

Many other versions of Ackermann function have been investigated.[12][13]

Definition

[edit | edit source]

Definition: as m-ary function

[edit | edit source]

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:[14][15]

or, written in Knuth's up-arrow notation (extended to integer indices ):

or, equivalently, in terms of Buck's function F:[10]

By induction on , one can show that for all .

Definition: as iterated 1-ary function

[edit | edit source]

Define as the n-th iterate of :

Iteration is the process of composing a function with itself a certain number of times. Function composition is an associative operation, so .

Conceiving the Ackermann function as a sequence of unary functions, one can set .

The function then becomes a sequence of unary[n 2] functions, defined from iteration:

Computation

[edit | edit source]

Computation by LOOP program

[edit | edit source]

The functions fit into the (finite-level) fast-growing hierarchy (FGH) of functions[16]

The following inequality holds:[17]Template:AI-retrieved source

For fixed , the function can be computed by a LOOP program of nesting depth :[18]

# INPUT (n)
LOOP n:                  # nesting depth: 1
    LOOP n:              # nesting depth: 2
        ...              # ...
            LOOP n:      # nesting depth: k
                n += 1   # 
# OUTPUT (n)

The function can also be computed by a LOOP-k program.[19] (The program (schema) is not listed here.)

It is obvious that , not being a primitive recursive function —see below—, cannot be computed by a LOOP program.

Computation by term rewriting system, based on 2-ary function

[edit | edit source]

The recursive definition of the Ackermann function can naturally be transposed to a term rewriting system (TRS).

The definition of the 2-ary Ackermann function leads to the obvious reduction rules[20][21]

Example

Compute

The reduction sequence is [n 3]

Leftmost-outermost (one-step) strategy:             Leftmost-innermost (one-step) strategy:
         
         
         
         
         
         

To compute one can use a stack, which initially contains the elements .

Then repeatedly the two top elements are replaced according to the rules[n 4]

Schematically, starting from :

WHILE stackLength <> 1
{
   POP 2 elements;
   PUSH 1 or 2 or 3 elements, applying the rules r1, r2, r3
}

The pseudocode is published in Grossman & Zeitman (1988).

For example, on input ,

the stack configurations     reflect the reduction[n 5]
         
         Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{r2} A(1,\underline{A(1,1)})}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow 1,0,\underline{1,0}}     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{r3} A(1,A(0,\underline{A(1,0)}))}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow 1,0,\underline{0,1}}     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{r2} A(1,A(0,\underline{A(0,1)}))}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow 1,\underline{0,2}}     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{r1} A(1,\underline{A(0,2)})}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow \underline{1,3}}     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{r1} \underline{A(1,3)}}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow 0,\underline{1,2}}     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{r3} A(0,\underline{A(1,2)})}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow 0,0,\underline{1,1}}     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{r3} A(0,A(0,\underline{A(1,1)}))}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow 0,0,0,\underline{1,0}}     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{r3} A(0,A(0,A(0,\underline{A(1,0)})))}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow 0,0,0,\underline{0,1}}     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{r2} A(0,A(0,A(0,\underline{A(0,1)})))}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow 0,0,\underline{0,2}}     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{r1} A(0,A(0,\underline{A(0,2)}))}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow 0,\underline{0,3}}     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{r1} A(0,\underline{A(0,3)})}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow \underline{0,4}}     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{r1} \underline{A(0,4)}}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow 5}     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{r1} 5}

Remarks

  • The leftmost-innermost strategy is implemented in 225 computer languages on Rosetta Code.
  • For all Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle m,n} the computation of Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A(m,n)} takes no more than Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (A(m,n) + 1)^m} steps.[22]
  • Grossman & Zeitman (1988) pointed out that in the computation of Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \operatorname{A}(m,n)} the maximum length of the stack is Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \operatorname{A}(m,n)} , as long as Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle m>0} .

    Their own algorithm, inherently iterative, computes Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \operatorname{A}(m,n)} within Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \mathcal{O}(m \operatorname{A}(m,n))} time and within Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \mathcal{O}(m)} space.

Computation by TRS, based on iterated 1-ary function

[edit | edit source]

The definition of the iterated 1-ary Ackermann functions leads to different reduction rules

Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{array}{lll} \text{(r4)} & A(S(0),0,n) & \rightarrow & S(n) \\ \text{(r5)} & A(S(0),S(m),n) & \rightarrow & A(S(n),m,S(0)) \\ \text{(r6)} & A(S(S(x)),m,n) & \rightarrow & A(S(0),m,A(S(x),m,n)) \end{array} }

As function composition is associative, instead of rule r6 one can define

Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{array}{lll} \text{(r7)} & A(S(S(x)),m,n) & \rightarrow & A(S(x),m,A(S(0),m,n)) \end{array} }

Like in the previous section the computation of Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \operatorname{A}^1_m(n)} can be implemented with a stack.

Initially the stack contains the three elements Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \langle 1,m,n \rangle} .

Then repeatedly the three top elements are replaced according to the rules[n 4]

Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{array}{lllllllll} \text{(r4)} & 1 &, 0 &, n & \rightarrow & (n+1) \\ \text{(r5)} & 1 &, (m+1) &, n & \rightarrow & (n+1) &, m &, 1 \\ \text{(r6)} & (x+2) &, m &, n & \rightarrow & 1 &, m &, (x+1) &, m &, n \\ \end{array} }

Schematically, starting from Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \langle 1, m,n \rangle} :

WHILE stackLength <> 1
{
   POP 3 elements;
   PUSH 1 or 3 or 5 elements, applying the rules r4, r5, r6;
}

Example

On input Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \langle 1,2,1 \rangle} the successive stack configurations are

Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{align} & \underline{1,2,1} \rightarrow_{r5} \underline{2,1,1} \rightarrow_{r6} 1,1,\underline{1,1,1} \rightarrow_{r5} 1,1,\underline{2,0,1} \rightarrow_{r6} 1,1,1,0,\underline{1,0,1} \\ & \rightarrow_{r4} 1,1,\underline{1,0,2} \rightarrow_{r4} \underline{1,1,3} \rightarrow_{r5} \underline{4,0,1} \rightarrow_{r6} 1,0,\underline{3,0,1} \rightarrow_{r6} 1,0,1,0,\underline{2,0,1} \\ & \rightarrow_{r6} 1,0,1,0,1,0,\underline{1,0,1} \rightarrow_{r4} 1,0,1,0,\underline{1,0,2} \rightarrow_{r4} 1,0,\underline{1,0,3} \rightarrow_{r4} \underline{1,0,4} \rightarrow_{r4} 5 \end{align}}

The corresponding equalities are

Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{align} & A_2(1) = A^2_1(1) = A_1(A_1(1)) = A_1(A^2_0(1)) = A_1(A_0(A_0(1))) \\ & = A_1(A_0(2)) = A_1(3) = A^4_0(1) = A_0(A^3_0(1)) = A_0(A_0(A^2_0(1))) \\ & = A_0(A_0(A_0(A_0(1)))) = A_0(A_0(A_0(2))) = A_0(A_0(3)) = A_0(4) = 5 \end{align}}

When reduction rule r7 is used instead of rule r6, the replacements in the stack will follow

Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{array}{lllllllll} \text{(r7)} & (x+2) &, m &, n & \rightarrow & (x+1) &, m &, 1 &, m &, n \end{array}}

The successive stack configurations will then be

Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{align} & \underline{1,2,1} \rightarrow_{r5} \underline{2,1,1} \rightarrow_{r7} 1,1,\underline{1,1,1} \rightarrow_{r5} 1,1,\underline{2,0,1} \rightarrow_{r7} 1,1,1,0,\underline{1,0,1} \\ & \rightarrow_{r4} 1,1,\underline{1,0,2} \rightarrow_{r4} \underline{1,1,3} \rightarrow_{r5} \underline{4,0,1} \rightarrow_{r7} 3,0,\underline{1,0,1} \rightarrow_{r4} \underline{3,0,2} \\ & \rightarrow_{r7} 2,0,\underline{1,0,2} \rightarrow_{r4} \underline{2,0,3} \rightarrow_{r7} 1,0,\underline{1,0,3} \rightarrow_{r4} \underline{1,0,4} \rightarrow_{r4} 5 \end{align}}

The corresponding equalities are

Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{align} & A_2(1) = A^2_1(1) = A_1(A_1(1)) = A_1(A^2_0(1)) = A_1(A_0(A_0(1))) \\ & = A_1(A_0(2)) = A_1(3) = A^4_0(1) = A^3_0(A_0(1)) = A^3_0(2) \\ & = A^2_0(A_0(2)) = A^2_0(3) = A_0(A_0(3)) = A_0(4) = 5 \end{align}}

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 Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A(2,1)} converges in 14 steps: 6 × r1, 3 × r2, 5 × r3. The reduction of Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A_2(1)} 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 Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A_{i}(n)} is computed following the rules {r4, r5, r6}, the maximum length of the stack stays below Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 2 \times A(i,n)} . When reduction rule r7 is used instead of rule r6, the maximum length of the stack is only Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 2(i+2)} . The length of the stack reflects the recursion depth. As the reduction according to the rules {r4, r5, r7} involves a smaller maximum depth of recursion,[n 6] this computation is more efficient in that respect.

Computation by TRS, based on hyperoperators

[edit | edit source]

As Sundblad (1971) — or Porto & Matos (1980) — showed explicitly, the Ackermann function can be expressed in terms of the hyperoperation sequence:

Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A(m,n) = \begin{cases} n+1 & m=0 \\ 2[m](n+3) - 3 & m>0 \\ \end{cases}}

or, after removal of the constant 2 from the parameter list, in terms of Buck's function

Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A(m,n) = \begin{cases} n+1 & m=0 \\ F(m,n+3) - 3 & m>0 \\ \end{cases}}

Buck's function Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \operatorname{F}(m,n) = 2[m]n} ,[10] a variant of Ackermann function by itself, can be computed with the following reduction rules:

Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{array}{lll} \text{(b1)} & F(S(0),0,n) & \rightarrow & S(n) \\ \text{(b2)} & F(S(0),S(0),0) & \rightarrow & S(S(0)) \\ \text{(b3)} & F(S(0),S(S(0)),0) & \rightarrow & 0 \\ \text{(b4)} & F(S(0),S(S(S(m))),0) & \rightarrow & S(0) \\ \text{(b5)} & F(S(0),S(m),S(n)) & \rightarrow & F(S(n),m,F(S(0),S(m),0)) \\ \text{(b6)} & F(S(S(x)),m,n) & \rightarrow & F(S(0),m,F(S(x),m,n)) \end{array} } Instead of rule b6 one can define the rule

Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{array}{lll} \text{(b7)} & F(S(S(x)),m,n) & \rightarrow & F(S(x),m,F(S(0),m,n)) \end{array} } To compute the Ackermann function it suffices to add three reduction rules

Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{array}{lll} \text{(r8)} & A(0,n) & \rightarrow & S(n) \\ \text{(r9)} & A(S(m),n) & \rightarrow & P(F(S(0),S(m),S(S(S(n))))) \\ \text{(r10)} & P(S(S(S(m)))) & \rightarrow & m \\ \end{array} }

These rules take care of the base case A(0,n), the alignment (n+3) and the fudge (-3).

Example

Compute Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A(2,1) \rightarrow_{*} 5}

using reduction rule Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \text{b7}} :[n 5]     using reduction rule Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \text{b6}} :[n 5]
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \underline{A(2,1)}} Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \underline{A(2,1)}}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{r9} P(\underline{F(1,2,4)})}     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{r9} P(\underline{F(1,2,4)})}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b5} P(F(4,1,\underline{F(1,2,0)}))}     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b5} P(F(4,1,\underline{F(1,2,0)}))}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b3} P(\underline{F(4,1,0)})}     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b3} P(\underline{F(4,1,0)})}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b7} P(F(3,1,\underline{F(1,1,0)}))}     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b6} P(F(1,1,\underline{F(3,1,0)}))}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b2} P(\underline{F(3,1,2)})}     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b6} P(F(1,1,F(1,1,\underline{F(2,1,0)})))}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b7} P(F(2,1,\underline{F(1,1,2)}))}     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b6} P(F(1,1,F(1,1,F(1,1,\underline{F(1,1,0)}))))}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b5} P(F(2,1,F(2,0,\underline{F(1,1,0)})))}                Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b2} P(F(1,1,F(1,1,\underline{F(1,1,2)})))}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b2} P(F(2,1,\underline{F(2,0,2)}))}     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b5} P(F(1,1,F(1,1,F(2,0,\underline{F(1,1,0)}))))}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b7} P(F(2,1,F(1,0,\underline{F(1,0,2)})))}     
         
         
         
         
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b2} P(F(1,1,\underline{F(4,0,2)}))}     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b2} P(F(1,1,\underline{F(4,0,2)}))}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b7} P(F(1,1,F(3,0,\underline{F(1,0,2)})))}     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b6} P(F(1,1,F(1,0,\underline{F(3,0,2)})))}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b1} P(F(1,1,\underline{F(3,0,3)}))}     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b6} P(F(1,1,F(1,0,F(1,0,\underline{F(2,0,2)}))))}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b7} P(F(1,1,F(2,0,\underline{F(1,0,3)})))}     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b6} P(F(1,1,F(1,0,F(1,0,F(1,0,\underline{F(1,0,2)})))))}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b1} P(F(1,1,\underline{F(2,0,4)}))}     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b1} P(F(1,1,F(1,0,F(1,0,\underline{F(1,0,3)}))))}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b7} P(F(1,1,F(1,0,\underline{F(1,0,4)})))}     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b1} P(F(1,1,F(1,0,\underline{F(1,0,4)})))}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b1} P(F(1,1,\underline{F(1,0,5)}))}     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b1} P(F(1,1,\underline{F(1,0,5)}))}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b1} P(\underline{F(1,1,6)})}     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b1} P(\underline{F(1,1,6)})}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b5} P(F(6,0,\underline{F(1,1,0)}))}     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b5} P(F(6,0,\underline{F(1,1,0)}))}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b2} P(\underline{F(6,0,2)})}     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b2} P(\underline{F(6,0,2)})}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b7} P(F(5,0,\underline{F(1,0,2)}))}     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b6} P(F(1,0,\underline{F(5,0,2)}))}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b1} P(\underline{F(5,0,3)})}     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b6} P(F(1,0,F(1,0,\underline{F(4,0,2)})))}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b7} P(F(4,0,\underline{F(1,0,3)}))}     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b6} P(F(1,0,F(1,0,F(1,0,\underline{F(3,0,2)}))))}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b1} P(\underline{F(4,0,4)})}     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b6} P(F(1,0,F(1,0,F(1,0,F(1,0,\underline{F(2,0,2)})))))}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b7} P(F(3,0,\underline{F(1,0,4)}))}     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b6} P(F(1,0,F(1,0,F(1,0,F(1,0,F(1,0,\underline{F(1,0,2)}))))))}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b1} P(\underline{F(3,0,5)})}     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b1} P(F(1,0,F(1,0,F(1,0,F(1,0,\underline{F(1,0,3)})))))}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b7} P(F(2,0,\underline{F(1,0,5)}))}     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b1} P(F(1,0,F(1,0,F(1,0,\underline{F(1,0,4)}))))}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b1} P(\underline{F(2,0,6)})}     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b1} P(F(1,0,F(1,0,\underline{F(1,0,5)})))}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b7} P(F(1,0,\underline{F(1,0,6)}))}     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b1} P(F(1,0,\underline{F(1,0,6)}))}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b1} P(\underline{F(1,0,7)})}     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b1} P(\underline{F(1,0,7)})}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b1} \underline{P(8)}}     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{b1} \underline{P(8)}}
    Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{r10} 5}     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rightarrow_{r10} 5}

The matching equalities are

  • when the TRS with the reduction rule Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \text{b6}} is applied:

Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{align} & A(2,1) +3 = F(2,4) = \dots = F^6(0,2) = F(0,F^5(0,2)) = F(0,F(0,F^4(0,2))) \\ & = F(0,F(0,F(0,F^3(0,2)))) = F(0,F(0,F(0,F(0,F^2(0,2))))) = F(0,F(0,F(0,F(0,F(0,F(0,2)))))) \\ & = F(0,F(0,F(0,F(0,F(0,3))))) = F(0,F(0,F(0,F(0,4)))) = F(0,F(0,F(0,5))) = F(0,F(0,6)) = F(0,7) = 8 \end{align}}

  • when the TRS with the reduction rule Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \text{b7}} is applied:

Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{align} & A(2,1) +3 = F(2,4) = \dots = F^6(0,2) = F^5(0,F(0,2)) = F^5(0,3) = F^4(0,F(0,3)) = F^4(0,4) \\ & = F^3(0,F(0,4)) = F^3(0,5) = F^2(0,F(0,5)) = F^2(0,6) = F(0,F(0,6)) = F(0,7) = 8 \end{align}} Remarks

  • The computation of Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \operatorname{A}_{i}(n)} according to the rules {b1 - b5, b6, r8 - r10} is deeply recursive. The maximum depth of nested Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle F} s is Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A(i,n)+1} . The culprit is the order in which iteration is executed: Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle F^{n+1}(x) = F(F^{n}(x))} . The first Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle F} disappears only after the whole sequence is unfolded.
  • The computation according to the rules {b1 - b5, b7, r8 - r10} is more efficient in that respect. The iteration Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle F^{n+1}(x) = F^{n}(F(x))} simulates the repeated loop over a block of code.[n 7] The nesting is limited to Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (i+1)} , one recursion level per iterated function. Meyer & Ritchie (1967) 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 Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A(2,1)} 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 is an optimization technique where the results of function calls are cached and returned when the same inputs occur again. See for instance Ward (1993). Grossman & Zeitman (1988) published a cunning algorithm that computes Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A(i,n)} within Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \mathcal{O}(i A(i,n))} time and within Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \mathcal{O}(i)} space.

Huge numbers

[edit | edit source]

To demonstrate how the computation of Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A(4, 3)} results in many steps and in a large number:[n 5]

Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{align} A(4, 3) & \rightarrow A(3, A(4, 2)) \\ & \rightarrow A(3, A(3, A(4, 1))) \\ & \rightarrow A(3, A(3, A(3, A(4, 0)))) \\ & \rightarrow A(3, A(3, A(3, A(3, 1)))) \\ & \rightarrow A(3, A(3, A(3, A(2, A(3, 0))))) \\ & \rightarrow A(3, A(3, A(3, A(2, A(2, 1))))) \\ & \rightarrow A(3, A(3, A(3, A(2, A(1, A(2, 0)))))) \\ & \rightarrow A(3, A(3, A(3, A(2, A(1, A(1, 1)))))) \\ & \rightarrow A(3, A(3, A(3, A(2, A(1, A(0, A(1, 0))))))) \\ & \rightarrow A(3, A(3, A(3, A(2, A(1, A(0, A(0, 1))))))) \\ & \rightarrow A(3, A(3, A(3, A(2, A(1, A(0, 2)))))) \\ & \rightarrow A(3, A(3, A(3, A(2, A(1, 3))))) \\ & \rightarrow A(3, A(3, A(3, A(2, A(0, A(1, 2)))))) \\ & \rightarrow A(3, A(3, A(3, A(2, A(0, A(0, A(1, 1))))))) \\ & \rightarrow A(3, A(3, A(3, A(2, A(0, A(0, A(0, A(1, 0)))))))) \\ & \rightarrow A(3, A(3, A(3, A(2, A(0, A(0, A(0, A(0, 1)))))))) \\ & \rightarrow A(3, A(3, A(3, A(2, A(0, A(0, A(0, 2)) )) )) ) \\ & \rightarrow A(3, A(3, A(3, A(2, A(0, A(0, 3)))))) \\ & \rightarrow A(3, A(3, A(3, A(2, A(0, 4))))) \\ & \rightarrow A(3, A(3, A(3, A(2, 5)))) \\ & \qquad\vdots \\ & \rightarrow A(3, A(3, A(3, 13))) \\ & \qquad\vdots \\ & \rightarrow A(3, A(3, 65533)) \\ &\qquad\vdots \\ & \rightarrow A(3, 2^{65536} - 3) \\ &\qquad\vdots \\ & \rightarrow 2^{2^{65536}} - 3. \\ \end{align}}

Table of values

[edit | edit source]

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:

Values of A(mn)
n
m
0 1 2 3 4 n
0 1 2 3 4 5 Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle n + 1}
1 2 3 4 5 6 Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle n + 2 = 2 + (n + 3) - 3}
2 3 5 7 9 11 Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 2n + 3 = 2\cdot(n + 3) - 3}
3 5 13 29 61 125 Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 2^{(n + 3)} - 3}
4 13 65533 265536 – 3 Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle {2^{2^{65536}}} - 3} Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle {2^{2^{2^{65536}}}} - 3} Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{matrix}\underbrace{{2^2}^{{\cdot}^{{\cdot}^{{\cdot}^2}}}}_{n+3} - 3\end{matrix}}
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle =2\uparrow\uparrow 5 - 3}
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \approx2.00353\cdot{10^{19728}}}
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle =2\uparrow\uparrow 6 - 3}
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle =2\uparrow\uparrow 7 - 3}
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle =2\uparrow\uparrow (n+3) - 3}
5 65533 Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 2\uparrow\uparrow 65536 - 3} Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 2\uparrow\uparrow\uparrow 5 - 3} Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 2\uparrow\uparrow\uparrow 6 - 3} Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 2\uparrow\uparrow\uparrow 7 - 3} Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 2\uparrow\uparrow\uparrow (n+3) - 3}
6 Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 2\uparrow\uparrow 65536 - 3} Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 2\uparrow\uparrow\uparrow\uparrow 4 - 3} Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 2\uparrow\uparrow\uparrow\uparrow 5 - 3} Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 2\uparrow\uparrow\uparrow\uparrow 6 - 3} Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 2\uparrow\uparrow\uparrow\uparrow 7 - 3} Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 2\uparrow\uparrow\uparrow\uparrow (n+3) - 3}
m Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (2\uparrow^{m-2} 3)-3} Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (2\uparrow^{m-2} 4)-3} Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (2\uparrow^{m-2} 5)-3} Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (2\uparrow^{m-2} 6)-3} Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (2\uparrow^{m-2} 7)-3} Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (2\uparrow^{m-2}(n+3))-3}

The numbers here that 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, 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:

Values of A(mn)
n
m
0 1 2 3 4 n
0 0+1 1+1 2+1 3+1 4+1 n + 1
1 A(0, 1) A(0, A(1, 0))
= A(0, 2)
A(0, A(1, 1))
= A(0, 3)
A(0, A(1, 2))
= A(0, 4)
A(0, A(1, 3))
= A(0, 5)
A(0, A(1, n−1))
2 A(1, 1) A(1, A(2, 0))
= A(1, 3)
A(1, A(2, 1))
= A(1, 5)
A(1, A(2, 2))
= A(1, 7)
A(1, A(2, 3))
= A(1, 9)
A(1, A(2, n−1))
3 A(2, 1) A(2, A(3, 0))
= A(2, 5)
A(2, A(3, 1))
= A(2, 13)
A(2, A(3, 2))
= A(2, 29)
A(2, A(3, 3))
= A(2, 61)
A(2, A(3, n−1))
4 A(3, 1) A(3, A(4, 0))
= A(3, 13)
A(3, A(4, 1))
= A(3, 65533)
A(3, A(4, 2)) A(3, A(4, 3)) A(3, A(4, n−1))
5 A(4, 1) A(4, A(5, 0)) A(4, A(5, 1)) A(4, A(5, 2)) A(4, A(5, 3)) A(4, A(5, n−1))
6 A(5, 1) A(5, A(6, 0)) A(5, A(6, 1)) A(5, A(6, 2)) A(5, A(6, 3)) A(5, A(6, n−1))

Properties

[edit | edit source]

General remarks

[edit | edit source]
  • 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 on pairs, which is a well-ordering, 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×1019728, and the decimal expansion of is very large by any typical measure, about 2.12004×106.03123×1019727.
  • 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 and so is a computable function, grows faster than any primitive recursive function and is therefore not primitive recursive.

Not primitive recursive

[edit | edit source]

The Ackermann function grows faster than any primitive recursive function and therefore is not itself primitive recursive.

Proof sketch:

Primitive recursive functions are built from basic functions using composition and primitive recursion, and all grow within a certain rate. We define, constructively, a hierarchy of total functions by:

where Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \operatorname{FGH}_k^n} denotes Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle n} -fold iteration of Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \operatorname{FGH}_k} on input Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle n} .[23] This hierarchy grows strictly faster with increasing Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle k} , and every primitive recursive function is eventually bounded above by some Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \operatorname{FGH}_k} . This can be shown by structural induction on the definitions of primitive recursive functions.

However, the Ackermann function Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \operatorname{A}(m, n)} eventually exceeds every Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \operatorname{FGH}_k} ; for every Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle k} , there exists Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle m} such that Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \operatorname{A}(m, n) > \operatorname{FGH}_k(n)} for all sufficiently large Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle n} . Thus, Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \operatorname{A}} grows faster than any primitive recursive function and is therefore not primitive recursive.

Inverse

[edit | edit source]

Since the function f(n) = A(n, n) considered above grows very rapidly, its inverse function, f−1, grows very slowly. This inverse Ackermann function f−1 is usually denoted by α. In fact, α(n) is less than 5 for any practical input size n, since A(4, 4) is on the order of Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 2^{2^{2^{2^{16}}}}} .

This inverse appears in the time complexity of some algorithms, such as the disjoint-set data structure and Chazelle's algorithm for minimum spanning trees. Sometimes Ackermann's original function or other variations are used in these settings, but they all grow at similarly high rates. In particular, some modified functions simplify the expression by eliminating the −3 and similar terms.

A two-parameter variation of the inverse Ackermann function can be defined as follows, where Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \lfloor x \rfloor} is the floor function:

Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \alpha(m,n) = \min\{i \geq 1 : A(i,\lfloor m/n \rfloor) \geq \log_2 n\}.}

This function arises in more precise analyses of the algorithms mentioned above, and gives a more refined time bound. In the disjoint-set data structure, m represents the number of operations while n represents the number of elements; in the minimum spanning tree algorithm, m represents the number of edges while n represents the number of vertices. Several slightly different definitions of α(m, n) exist; for example, log2 n is sometimes replaced by n, and the floor function is sometimes replaced by a ceiling.

Other studies might define an inverse function of one where m is set to a constant, such that the inverse applies to a particular row.[24]

The inverse of the Ackermann function is primitive recursive, since it is graph primitive recursive, and it is upper bounded by a primitive recursive function.[25]

Usage

[edit | edit source]

In computational complexity

[edit | edit source]

The Ackermann function appears in the time complexity of some algorithms,[26] such as vector addition systems[27] and Petri net reachability, thus showing they are computationally infeasible for large instances.[28]

The inverse of the Ackermann function appears in some time complexity results. For instance, the disjoint-set data structure takes amortized time per operation proportional to the inverse Ackermann function,[29] and cannot be made faster within the cell-probe model of computational complexity.[30]

In discrete geometry

[edit | edit source]

Certain problems in discrete geometry related to Davenport–Schinzel sequences have complexity bounds in which the inverse Ackermann function Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \alpha(n)} appears. For instance, for Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle n} line segments in the plane, the unbounded face of the arrangement of the segments has complexity Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle O(n\alpha(n))} , and some systems of Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle n} line segments have an unbounded face of complexity Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \Omega(n\alpha(n))} .[31]

As a benchmark

[edit | edit source]

The Ackermann function, due to its definition in terms of extremely deep recursion, can be used as a benchmark of a compiler's ability to optimize recursion. The first published use of Ackermann's function in this way was in 1970 by Dragoș Vaida[32] and, almost simultaneously, in 1971, by Yngve Sundblad.[14]

Sundblad's seminal paper was taken up by Brian Wichmann (co-author of the Whetstone benchmark) in a trilogy of papers written between 1975 and 1982.[33][34][35]

See also

[edit | edit source]

Template:Wikifunctions

Notes

[edit | edit source]
  1. with parameter order reversed
  2. 'curried'
  3. In each step the underlined redex is rewritten.
  4. 4.0 4.1 here: leftmost-innermost strategy!
  5. 5.0 5.1 5.2 5.3 For better readability
    S(0) is notated as 1,
    S(S(0)) is notated as 2,
    S(S(S(0))) is notated as 3,
    etc...
  6. The maximum depth of recursion refers to the number of levels of activation of a procedure that exist during the deepest call of the procedure. Cornelius & Kirby (1975)
  7. LOOP n+1 TIMES DO F

References

[edit | edit source]
  1. Monin & Hinchey 2003, p. 61.
  2. 2.0 2.1 Ackermann 1928.
  3. "Decimal expansion of A(4,2)". kosara.net. 27 August 2000. Archived from the original on 20 January 2010.
  4. Calude, Marcus & Tevy 1979.
  5. Hilbert 1926, p. 185.
  6. van Heijenoort 1977.
  7. Péter 1935.
  8. Robinson 1948.
  9. Ritchie 1965, p. 1028.
  10. 10.0 10.1 10.2 Buck 1963.
  11. Meeussen & Zantema 1992, p. 6.
  12. Munafo 1999a.
  13. Ritchie 1965.
  14. 14.0 14.1 Sundblad 1971.
  15. Porto & Matos 1980.
  16. Odifreddi 1999, p. 298.
  17. "The Ackermann hierarchy vs. the fast growing hierarchy". StackExchange.
  18. Indentation according to the off-side rule (INDENT ... DEDENT), like in Python:
    for _ in range (n):
        n += 1
    
  19. Meyer & Ritchie 1967.
  20. Grossman & Zeitman 1988.
  21. Paulson 2021.
  22. Cohen 1987, p. 56, Proposition 3.16 (see in proof).
  23. Another sequence of functions, Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \operatorname{E}_n} , defining the Grzegorczyk hierarchy, is frequently used to partition the primitive recursive functions into "growth classes". However, Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \operatorname{FGH}_n} (or Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \operatorname{A}_n} ) and Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \operatorname{E}_n} do not align in their indexing.
  24. Pettie 2002.
  25. Matos 2014.
  26. Brubaker 2023.
  27. Czerwiński & Orlikowski 2022.
  28. Leroux 2022.
  29. Tarjan 1975.
  30. Fredman & Saks 1989.
  31. Wiernik & Sharir 1988.
  32. Vaida 1970.
  33. Wichmann 1976.
  34. Wichmann 1977.
  35. Wichmann 1982.

Bibliography

[edit | edit source]
[edit | edit source]

Template:Hyperoperations Template:Large numbers