Earlier quoted context omitted.
I think finding an upper bound is basically just as difficult as finding the actual value itself, since both would require proving that all of the programs which run longer than that will run forever. That's why we can say BB(x) grows faster than any computable function. Being able to compute BB(x) algorithmically or any faster growing function would let you solve the halting problem
Sure, but I only asked about the single case x=6.
Why Busy Beaver hunters fear the Antihydra
51–60 of 80 posts
Re: Why Busy Beaver hunters fear the Antihydra
#52Earlier quoted context omitted.
Any computable function f on one variable x has a program. That function is a program of size p. The input x also has a data size d. BB(p+d) >= f(x), by definition, for all f and x. If you think you might have a (function, input) pair (and corresponding (program, data) pair) for which this is not true, see the previous sentence.
This approach leaves open the possibility that f(x) = BB(p+d) right?
Re: Why Busy Beaver hunters fear the Antihydra
#53Earlier quoted context omitted.
One of the curiosities about this function is that computing BB(748) is independent of ZFC. https://scottaaronson.blog/?p=4916
In other words, Turing machine creates mathematical reality, which is independent from our assumptions.
Either way, the only BB axiom you can add without blowing up ZFC is the correct one.
Re: Why Busy Beaver hunters fear the Antihydra
#54Earlier quoted context omitted.
This is because your Rust program represents the numbers in binary, while the BB(5) champion Turing machine represents them in unary. And unary arithmetic is exponentially slower than place-value arithmetic, which is why we invented the latter. (There are other inefficiencies in the Turing machine, but that's the big conceptual one.)
Nitpicking: just as TMs can use binary or decimal arithmetic, so could Rust programs use unary. It's not an inefficiency in TMs per se, but I can see how it would help a TM to become a BB champion.
By not using any math functions except for increment by one?
Re: Why Busy Beaver hunters fear the Antihydra
#55Earlier quoted context omitted.
I think finding an upper bound is basically just as difficult as finding the actual value itself, since both would require proving that all of the programs which run longer than that will run forever. That's why we can say BB(x) grows faster than any computable function. Being able to compute BB(x) algorithmically or any faster growing function would let you solve the halting problem
Sure, but I only asked about the single case x=6.
Re: Why Busy Beaver hunters fear the Antihydra
#56Earlier quoted context omitted.
Nitpicking: just as TMs can use binary or decimal arithmetic, so could Rust programs use unary. It's not an inefficiency in TMs per se, but I can see how it would help a TM to become a BB champion.
> could Rust programs use unary By not using any math functions except for increment by one?
Re: Why Busy Beaver hunters fear the Antihydra
#5713122 -> 50/18, 55/42, 539/2, 297/275, 2/55, 2/11
Re: Why Busy Beaver hunters fear the Antihydra
#58The best current lower bound for BB(6) is 2↑↑2↑↑2↑↑9 (google "Knuth Up Arrow" if this makes no sense), a number so inconceivably large it gives me the willies. In particular, this means that in going from BB(5) to BB(6), you have already crossed the line where the actual busy beaver TM can no longer be simulated step by step in the lifetime of our universe (or a googol lifetimes of our universe for that matter). It r…
The BB function does grow mind bendingly fast. The machine running for 2↑↑2↑↑2↑↑9 steps is one of the 4^12*23836540 = 399910780272640 differently behaving 6-state machines [1]. A similarly fast growing function is the functional busy beaver [3]. Among all 77519927606 closed lambda terms of size Several beaver fans believe that BB(7) might exceed Graham's Number as well, which struck me as unlikely enough to offer a $…
Re: Why Busy Beaver hunters fear the Antihydra
#59Earlier quoted context omitted.
The BB function does grow mind bendingly fast. The machine running for 2↑↑2↑↑2↑↑9 steps is one of the 4^12*23836540 = 399910780272640 differently behaving 6-state machines [1]. A similarly fast growing function is the functional busy beaver [3]. Among all 77519927606 closed lambda terms of size Several beaver fans believe that BB(7) might exceed Graham's Number as well, which struck me as unlikely enough to offer a $…
It seems totally inconceivable to me that you could accurately predict how long until we will know whether BB(7) is greater than Graham's Number.
Re: Why Busy Beaver hunters fear the Antihydra
#60Earlier quoted context omitted.
One of the curiosities about this function is that computing BB(748) is independent of ZFC. https://scottaaronson.blog/?p=4916
In other words, Turing machine creates mathematical reality, which is independent from our assumptions.