How do we show that the following language is undecidable.
(https://i.stack.imgur.com/In68J.png)
I am not really sure where to start for the proof. Probably using one of ATM, HALTTM, or ETM to help because they are all undecidable. I can do those undecidability proofs so just using them with the assumption of being undecidable in the proof is fine.
The simplest method is probably reduction from the halting problem.
That is, you need to describe a simple transformation (think algorithm)
Xfrom an arbitrary TM, call itA, into a new machineM, s.t. if you did have a way of determining whetherMever writes a given stringaon the tape, it would tell you whetherAhalts.Another way of putting this is that
Xmust guarantee thatAhalts if and only if M ever writesaon the tape. You get to pick anyayou like.Since with X in hand you have a solution to the general halting problem - which is known undecidable - the given language is also undecidable.