Assume that BB is a computable function. Now, if that so, then there must exist a Turing Machine F that will compute BB.
So, let F be TM that halts with on the tape on input: for all value of “n”
Now, construct a Turing Machine M which will halt if started with a blank tape as shown in the following steps:
- M writes n times 1s on the tape.
- M increases 1s to double on tape.
- M runs F on the input . Therefore, M will always halt with when it starts with a blank tape.
We will run the 1st step up to n times, which correspond to “n” states. And we have to run step 2 and step 3 for some constant state “c”.
So according to this, is the maximum number of 1s that a stage Turing Machine will halt. This implies that
is monotonically increasing because
But if that so then . This contradicts the above equation given in (1).
Hence, we can conclude that is not a computable function.