sligocki / sligocki.github.io

https://www.sligocki.com
4 stars 1 forks source link

2024/05/22/bb-3-4-a14 #12

Open utterances-bot opened 1 month ago

utterances-bot commented 1 month ago

BB(3, 4) > Ack(14) | sligocki

Pavel has found a 3-state 4-symbol TM which can compute an “Ackermann-level” function and halts with exactly

https://www.sligocki.com//2024/05/22/bb-3-4-a14.html

LegionMammal978 commented 1 month ago

Placing this value within the fast-growing hierarchy, we have f16(2) < 2 ↑15 4 < σ < (2 ↑14)3 5 < f16(3), or more coarsely, fω(15) < σ < fω(16).

bollu commented 1 month ago

I am curious which discord group this is happening in!

sligocki commented 1 month ago

Pavel found another Ackermann TM:

1RB1RZ1LA2RB_1RC3RC1LA2LB_2LB2RC1LC3RB`

3^n <A 1^k 2^c 0^inf  -->  <A 1^k 2^x 0^inf  for x = g_k^n(c)

g_1(y) = y + 2
g_{k+1}(y) = g_k^{y+1}(1)

0^inf A> 0^inf  --(182)-->
0^inf 1 3^2 <A 1^13 2 0^inf  -->
0^inf 1 <A 1^13 2^x 0^inf   for x = g_{13}^2(1)  --(1)-->
0^inf 1 Z> 1^13 2^x 0^inf

Score: g_13^2(1) + 14

I believe (but haven't checked carefully) that:

g_k(y) = 2{k-2}(y+3) - 3
g_k^x(1) = g_{k+1}(x-1) = 2{k-1}(x+2) - 3

so, Score = 2{12}4 + 11 > Ack(11)

(Where I am adopting the notation a{k}b for $$a \uparrow^k b$$)

sligocki commented 1 month ago

I am curious which discord group this is happening in!

Ah, sorry I should have clarified. It's the bbchallenge Discord: See public invite link at top right of https://bbchallenge.org/

sligocki commented 1 month ago

Permutations of 1RB1RZ1LA2RB_1RC3RC1LA2LB_2LB2RC1LC3RB:

0^inf B> 0^inf  --(84)--> 0^inf 1 3^2 <A 1^7 2 0^inf
0^inf C> 0^inf  --(18)--> 0^inf 1 3^2 <A 1^1 2 0^inf

So these score g_7^2(1) + 8 = 2{6}4 + 5 and g_1^2(1) + 2 = 7 respectively.

sligocki commented 1 month ago

Actually, these TMs are all adjacent. If you take 1RB3LB1RZ2RA_2LC3RB1LC2RA_3RB1LB3LC2RC (the main Ack(14) TM) and replace A0->2LB (and then convert into TNF) you get 1RB1RZ1LA2RB_1RC3RC1LA2LB_2LB2RC1LC3RB (the Ack(11) TM). I've looked through all other options for A0->??? and none of the rest seem to work.