Ackermann-Péter Function is Greater than Second Argument

From ProofWiki
Jump to navigation Jump to search





Theorem

For all $x, y \in \N$:

$\map A {x, y} > y$

where $A$ is the Ackermann-Péter function.


Proof

First, perform induction on $x$.

Basis for the Induction

Suppose $x = 0$.

Then:

\(\ds \map A {0, y}\) \(=\) \(\ds y + 1\) Definition of Ackermann-Péter Function
\(\ds \) \(>\) \(\ds y\)

This is the basis for the induction.

$\Box$


Induction Hypothesis $\paren 1$

This is the induction hypothesis

Suppose that, for every $y \in \N$:

$\map A {x, y} > y$

We want to show that, for every $y \in \N$:

$\map A {x + 1, y} > y$


Induction Step

This is the induction step:

We will now perform another induction on $y$.

Basis for the Induction

Suppose $y = 0$.

Then:

\(\ds \map A {x + 1, 0}\) \(=\) \(\ds \map A {x, 1}\) Definition of Ackermann-Péter Function
\(\ds \) \(>\) \(\ds 1\) Induction Hypothesis $\paren 1$
\(\ds \) \(>\) \(\ds 0\)

This is the basis for the induction.

$\Box$


Induction Hypothesis $\paren 2$

This is the induction hypothesis:

Suppose that:

$\map A {x + 1, y} > y$

We want to show that:

$\map A {x + 1, y + 1} > y + 1$


Induction Step

This is the induction step:

\(\ds \map A {x + 1, y + 1}\) \(=\) \(\ds \map A {x, \map A {x + 1, y} }\) Definition of Ackermann-Péter Function
\(\ds \) \(>\) \(\ds \map A {x + 1, y}\) Induction Hypothesis $\paren 1$
\(\ds \) \(\ge\) \(\ds y + 1\) Induction Hypothesis $\paren 2$

$\Box$


By the Principle of Mathematical Induction, the Induction Step $\paren 1$ holds.

$\Box$


By the Principle of Mathematical Induction, the result holds.

$\blacksquare$