Assume a language that is expressed according to the question:
It is known that is decidable.
Now construct Turing Machine that will decide .
Assume that for any , which makes a left move must do so at most count or step.
Here,.
Now construct as below:
- Run on for steps.
- If makes a left move, Accept
Else Reject.
Since successful is created for , is decidable forwhich is itself decidable as mention at starting of the solution.
Hence, above problem is decidable.