Let
- $G_{64}$ be Graham's Number:
https://googology.wikia.org/wiki/Graham%27s_number
- $TREE(3)$ be a particular value of a special sequence $TREE(k)$:
https://googology.wikia.org/wiki/TREE_sequence
- $D^{5}(99)$ be an output of the loader.c program:
- $Rayo(10^{100})$ be Rayo's number:
https://googology.wikia.org/wiki/Rayo%27s_number
How to prove that $1.<2.<3.<4.$ ?
First of all, I know that there were several related questions, but, in fact, nobody has given a proper proof of any of these inequalities. That's why I wrote this question.
Let's take a look at all cases.
$1.<2.$
It is said that the sequence that generates Graham numbers grows more slowly than the sequence $TREE(k)$. But here are my questions:
- Where are the proofs, sources of this assertion?
- Even if some function $f$ grows faster than $g$ it doesn't prove that $f(n)>g(n)$ for certain value $n$.
$2.<3.$
Here is my idea to prove this:
First make a program that describes (not calculates) $TREE(3)$. Start it and see how much time it takes before you see a message (for example, "Hello World") on the screen. The same with the code that describes loader.c. Compare these numbers. The number that has greater time is greater. Here are other problems.
- The code from the site I gave you in the link doesn't work on Code::Blocks.
- Is my reasoning even correct? If not (which is very likely), then how to do this?
$3.<4.$
There is only one thing to know: the amount of symbols expressing $D^{5}(99)$ in language of first-order set theory. If that number is smaller than $10^{100}$, then the proof follows.
- How we can show that?