Assume that, is a computable function. Now if that so, then there must exist a Turing Machine that will compute .
So, be that halts with on the tape on input:for all value of ‘’.
Now construct Turing Machine which will halt if started with a blank tape as follows steps:
- write n times on the tape.
- increase to double on tape.
- run on the input . Therefore, will always halt with when it is started with a blank tape.
We will run 1st step up to times which correspond to ‘’ states. And we have to run step 2 and step 3 for some constant state ‘’.
So according to this, is maximum number of that a stage Turing Machine will halt
This implies that:
is monotonically increasing because
But if that so, then . This is contradicting to above equation given in (1).
Hence conclude that is not computable function.