2

How is the number

$$\large f_{\omega^3}(2)$$

in the fast growing hierarchy calculated ?

My only idea is to convert to

$$\large f_{\omega^2 2}(2)$$

but now I have no idea how to continue.

Asaf Karagila
  • 405,794
Peter
  • 86,576

2 Answers2

3

Too large to calculate!

I assume you are referring to the definition on Wikipedia: http://en.wikipedia.org/wiki/Fast-growing_hierarchy

If so, then, as the article points out, $f_{\omega + 1}(64)$ is already larger than Graham's number. $f_{\omega^3}$ is much larger than this.

But perhaps you're asking what an algorithm could be if we have unbounded time and space? Well here's a start:

$f_{\omega^3}(2) = f_{\omega^2 \cdot 2}(2) = f_{\omega^2 + \omega^2}(2) = f_{\omega^2 + \omega \cdot 2}(2) = f_{\omega^2 + \omega + \omega}(2) = f_{\omega^2 + \omega + 2}(2) = f_{\omega^2 + \omega + 1}^2(2) = f_{\omega^2 + \omega + 1}(f_{\omega^2 + \omega + 1}(2)) = f_{\omega^2 + \omega + 1}(f_{\omega^2 + \omega}^2(2)) = f_{\omega^2 + \omega +1}(f_{\omega^2 + \omega}(f_{\omega^2 + \omega}(2))) = f_{\omega^2 + \omega +1}(f_{\omega^2 + \omega}(f_{\omega^2 + 2}(2))) = f_{\omega^2 + \omega +1}(f_{\omega^2 + \omega}(f_{\omega^2 + 1}(f_{\omega^2 + 1}(2)))) = f_{\omega^2 + \omega +1}(f_{\omega^2 + \omega}(f_{\omega^2 + 1}(f_{\omega^2}(f_{\omega^2}(2))))) = f_{\omega^2 + \omega +1}(f_{\omega^2 + \omega}(f_{\omega^2 + 1}(f_{\omega^2}(f_{\omega + \omega}(2))))) = f_{\omega^2 + \omega +1}(f_{\omega^2 + \omega}(f_{\omega^2 + 1}(f_{\omega^2}(f_{\omega + 2}(2))))) = f_{\omega^2 + \omega +1}(f_{\omega^2 + \omega}(f_{\omega^2 + 1}(f_{\omega^2}(f_{\omega + 1}(f_{\omega + 1}(2)))))) = f_{\omega^2 + \omega +1}(f_{\omega^2 + \omega}(f_{\omega^2 + 1}(f_{\omega^2}(f_{\omega + 1}(f_{\omega}(f_{\omega}(2))))))) = f_{\omega^2 + \omega +1}(f_{\omega^2 + \omega}(f_{\omega^2 + 1}(f_{\omega^2}(f_{\omega + 1}(f_{\omega}(8)))))) = f_{\omega^2 + \omega +1}(f_{\omega^2 + \omega}(f_{\omega^2 + 1}(f_{\omega^2}(f_{\omega + 1}(f_8(8)))))) = ...$

At this point I get bored of writing this out by hand, but you get the point, you just keep applying the rules. At some point the numbers will get too large to write down.

Why do you ask about calculating this number?

sligocki
  • 259
  • I was only curious, if $\large f_{\omega^3}(2)$ is already larger than expressions in conway-chains. I tried once more and got the same solution. Thanks for your efforts though. It is clear that the number cannot be described with conway chains. – Peter May 05 '14 at 12:10
  • @Peter If that was your intention, see here: http://googology.wikia.com/wiki/List_of_functions – Simply Beautiful Art Mar 06 '17 at 01:57
2

In fast growing hierarchy, we always break our limit ordinals into the given fundamental sequences and diagonalize. This is a lengthy process, but it should be intuitive. We start with the definition of $\omega$ as the limit of the following sequence:

$$\omega=\{1,2,3,\ldots\}$$

$\omega[2]$ would then be the second term in the fundamental sequence, which would be two. We define $\omega\cdot2$ by the following sequence:

$$\omega\cdot2=\omega+\omega=\{\omega+1,\omega+2,\omega+3,\ldots\}$$

Anyways, for your ordinal:

$$\omega^3=\{\omega^2,\omega^2\cdot2,\omega^2\cdot3,\ldots\}$$

And so you correctly had $\omega^3[2]=\omega^2\cdot2$. Then,

$$\omega^2\cdot2=\omega^2+\omega\cdot\omega=\{\omega^2+\omega,\omega^2+\omega\cdot2,\omega^2+\omega\cdot3,\ldots\}$$

Thus, $\omega^2\cdot2 [2]=\omega^2+\omega\cdot2$. From there we break $\omega\cdot2 [2]=\omega+2$, and then we finally have a successor ordinal, and thus we expand as

$$\begin{align}f_{\omega^3}(2)&=f_{\omega^2+\omega+1}(f_{\omega^2+\omega+1}(2))\\&=f_{\omega^2+\omega+1}(f_{\omega^2+\omega}(f_{\omega^2+\omega}(2)))\end{align}$$

And now we have a limit ordinal again, so expand some more.

Also, we usually diagonalize starting with the smallest ordinal when taking a sum of ordinals.