超运算序列:修订间差异
来自Googology Wiki
更多操作
小无编辑摘要 |
小 →定义 |
||
第9行: | 第9行: | ||
f(a,b) & \text{if } n = 1 \\ | f(a,b) & \text{if } n = 1 \\ | ||
H_{n-1}(a, H_{n}(a,b-1)) & \text{if } n > 1 | H_{n-1}(a, H_{n}(a,b-1)) & \text{if } n > 1 | ||
\end{cases}</math> | |||
其中<math>f</math>可以是任意二元函数,例如<math>f(a,b)=a+b</math>,<math>f(a,b)=a^b</math>。 | |||
现在常用的超运算序列<math>a[n]b</math>是Goodstein的<math>G(n,a,b)</math>的变体。它的定义如下: | |||
<math>a[n]b = \begin{cases} | |||
b + 1 & \text{if } n = 0 \\ | |||
a & \text{if } n = 1 \text{ and } b = 0 \\ | |||
0 & \text{if } n = 2 \text{ and } b = 0 \\ | |||
1 & \text{if } n \ge 3 \text{ and } b = 0 \\ | |||
a[n-1]\left(a[n]\left(b - 1\right)\right) & \text{otherwise} | |||
\end{cases}</math> | \end{cases}</math> |