Remix.run Logo
mwenge 4 days ago

It is indeed proven and the reason they're called Turing machines! https://en.wikipedia.org/wiki/Halting_problem

webstrand 4 days ago | parent [-]

Doesn't the discovery of the fifth Busy Beaver value indicate that there is a decider for 5-state Turing machines?

tromp 4 days ago | parent | next [-]

Yes, there are deciders for all finite sets of TMs. You just cannot have one for all TMs.

tialaramex 3 days ago | parent [-]

I think actually for relatively small n we get cases where mathematics says nope, you can't decide that, the machine goes recursive and so now your decider may be looking at a machine which is itself running deciders and Kurt Gödel says "No".

webstrand 3 days ago | parent [-]

Thanks for the hint to go looking some more. I found that Johannes Riebel has proven that BB(748) is undecidable. So for even small k there may not be deciders for them.

tialaramex 3 days ago | parent [-]

The suspicion is that this happens maybe as early as BB(15). We just can't prove that whereas we can prove BB(745) is not decidable, and, of course, we've decided BB(5) as we see here.

orlp 4 days ago | parent | prev [-]

Yes. But there is no decider for n-state Turing machines that works regardless of n.