Defining a language for above problem:
Let there be a Turing Machine decider that decides .
Construct a Turing Machine that will use to decide .
- Convert to such that firstly moves input from one cell to the right and will enter new symbol ‘’ on the left-most cell of tape.
Then run will make to run on the input.
If come across symbol ‘’, then moves its head one cell to the right and remain in same state.
So if accepts, moves its head to the left.
- Run on input
- If accepts, then accepts, else reject.
Since is decider of and define with help of , so must also decide .
But is undecidable, and is decider of .
Therefore, is undecidable.