“Numbers” Table of Contents
Part 1: Magnitude
Part 2: Exponentiation
Part 3: Hyper and Knuth Up Arrows
Part 4: Graham’s Number and Conway Arrows
Part 5: Extended Conway Arrows
Part 6: Limit Functions
Part 7: Larger Limit Functions
Part 8: Exponentiation Within Limit Functions
Graham’s Number and Very Large Quanities of Arrows
We have the notation to describe anything with n arrows. But what if we used Knuth’s up arrow notation to describe the number of arrows?
Graham’s Number does exactly that. Graham’s Number is an upper bound used in a mathematical proof, with more information about its history findable in it’s Wikipedia article.
However, it’s relevant here because it’s the 1980 Guiness Book of World Records holder for largest number that is used seriously in mathematics, as opposed to numbers that exist for the sake of being large, like every other number here. It is also larger than anything that can be expressed in Knuth’s up arrow notation.
Graham’s number is found by continuing a pattern:
…
Graham’s number is G, which is equal to the 64th entry in this series.
Graham’s Number in Hyper Notation
Graham’s number can also be represented by the Hyper Function. We know that the c of the Hyper Function is the same as the amount of arrows – 2, so:
g1 = hyper(3, 3, 6)
g2 = hyper(3, 3, g1) = hyper(3, 3, hyper(3, 3, 6))
g3 = hyper(3, 3, g2) = hyper(3, 3, hyper(3, 3, g1)) = hyper(3, 3, hyper(3, 3, hyper(3, 3, 6)))
…
Magnitude within Graham’s Series
The series g1, g2, g3… grows faster than any other series in applicable mathematics. The difference between g1 and g2 is already difficult to calculate — the first number has 4 arrows and the second has arrows equal to a number with four arrows.
It’s reminiscent of comparing 10^10 and 10^10^10 where the first number had ten zeros and the second number had zeros equal to a number with ten zeros, but on a much larger scale.
The series technically continues past g64, with g65 having an amount of arrows equal to Graham’s Number — which is much larger than G, or Graham’s number, itself.
Yet, these numbers, and even gG is much smaller in comparison to what can be made with the next notation.
Conway Chained Arrow Notation
So we now can make larger numbers by using arrows to define the number of arrows, and then using arrows to define the number of arrows of the number arrows, etc.
John Conway summarized this into a single notation and then made the ability to go even larger.
Conway’s notation uses “chains” of arrows that have a finite amount of left-arrows, looking like this: .
A single left-arrow is the same as a single exponent:
Two left-arrows equal Knuth’s notation:
Three left-arrows then blow our current systems out of the water. In order to understand , we have to use the formal definition of Conway’s chained-arrow notation. This notation uses the following two rules.
Rule One
For example,
Rule Two
For example,
and with actual numbers,
More Examples
Comparing Four Entries to Knuth’s Notation
So just how many arrows will something like make?
Three entries are easier to figure out:
Then, since
and
Thus,
Comparing Graham’s Number to Four Entries
Graham’s Number evaluates very much like a form of , but no value of a can be both the 3 needed to be in front and at the end of the arrows, and the 4 for the initial amount of arrows. Thus that places Graham’s number between two Conway chains:
Which means, that
Note that , which is much larger than G, and
is much larger than even ggG.
Next!
Next: Extending Conway Arrows with Subscripts