Ackermann function is not primitive recursive
In this entry, we show that the Ackermann function , given by
is not primitive recursive. We will utilize the properties of listed in this entry (http://planetmath.org/PropertiesOfAckermannFunction).
The key to showing that is not primitive recursive, is to find a properties shared by all primitive recursive functions, but not by . One such property is in showing that in some way “grows” faster than any primitive recursive function. This is formalized by the notion of “majorization”, which is explained here (http://planetmath.org/SuperexponentiationIsNotElementary).
Proposition 1.
Let be the set of all functions majorized by . Then .
Proof.
We break this up into three parts: show all initial functions are in , show is closed under functional composition, and show is closed under primitive recursion. The proof is completed by realizing that is the smallest set satisfying the three conditions.
In the proofs below, denotes some tuple of non-negative integers for some , and . Likewise for and .
-
1.
We show that the zero function, the successor function, and the projection functions are in .
-
–
, so .
-
–
, so .
-
–
, so .
-
–
-
2.
Next, suppose are -ary, and is -ary, and that each , and are in . This means that , and . Let
Then , showing that .
-
3.
Finally, suppose is -ary and is -ary, and that . This means that and . We want to show that , defined by primitive recursion via functions and , is in .
We first prove the following claim:
Pick , and induct on . First, . Next, suppose . Then , where . By the induction hypothesis, together with the fact that , we see that . Thus, , proving the claim.
To finish the proof, let . Then, by the claim, , showing that .
Since is by definition the smallest set containing the initial functions, and closed under composition and primitive recursion, . ∎
As a corollary, we have
Corollary 1.
The Ackermann function is not primitive recursive.
Proof.
Otherwise, , which is impossible. ∎
Title | Ackermann function is not primitive recursive |
---|---|
Canonical name | AckermannFunctionIsNotPrimitiveRecursive |
Date of creation | 2013-03-22 19:07:29 |
Last modified on | 2013-03-22 19:07:29 |
Owner | CWoo (3771) |
Last modified by | CWoo (3771) |
Numerical id | 11 |
Author | CWoo (3771) |
Entry type | Theorem |
Classification | msc 03D75 |
Related topic | AckermannFunctionIsTotalRecursive |