Conway chained arrow notation
Conway chained arrow notation, created by mathematician John Horton Conway, is a means of expressing certain extremely large numbers. It is simply a finite sequence of positive integers separated by rightward arrows, e.g..
As with most combinatorial notations, the definition is recursive. In this case the notation eventually resolves to being the leftmost number raised to some integer power.
Definition and overview
A "Conway chain" is defined as follows:- Any positive integer is a chain of length.
- A chain of length, followed by a right-arrow → and a positive integer, together form a chain of length.
Let denote positive integers and let denote the unchanged remainder of the chain. Then:
- An empty chain is equal to.
- The chain represents the number.
- The chain represents the number.
- The chain represents the number
- The chains and represent the same number as the chain
- Else, the chain represents the same number as the chain.
Properties
- A chain evaluates to a perfect power of its first number
- Therefore, is equal to
- is equivalent to
- is equal to
- is equivalent to
Interpretation
For example:
Examples
Examples get quite complicated quickly. Here are some small examples:Systematic examples
The simplest cases with four terms are:Applying this with, then and
Thus, for example,.
Moving on:
Ackermann function
The Ackermann function can be expressed using Conway chained arrow notation:hence
Graham's number
cannot be expressed in Conway chained arrow notation, but it is bounded by the following:Proof: We first define the intermediate function, which can be used to define Graham's number as.
By applying rule 2 and rule 4 backwards, we simplify:
Since f is strictly increasing,
which is the given inequality.
With chained arrows, it is very easy to specify a number much greater than Graham's number, for example,.
which is much greater than Graham's number, because the number is much greater than.
CG function
Conway and Guy created a simple, single-argument function that diagonalizes over the entire notation, defined as:meaning the sequence is:
...
This function, as one might expect, grows extraordinarily fast.
Extension by Peter Hurford
Peter Hurford, a web developer and statistician, has defined an extension to this notation:All normal rules are unchanged otherwise.
is already equal to the aforementioned, and the function is much faster growing than Conway and Guy's.
Note that expressions like are illegal if and are different numbers; a chain must have only one type of right-arrow.
However, if we modify this slightly such that:
then not only does become legal, but the notation as a whole becomes much stronger.