Answered step by step
Verified Expert Solution
Question
1 Approved Answer
3. What's wrong with this proof that T is undecidable? Let T-{ M | M is a TM that accepts wR whenever it accepts w}
3. What's wrong with this proof that T is undecidable? Let T-{ M | M is a TM that accepts wR whenever it accepts w} Proof: For any M, w let M1 be the TM which takes as input string x: If x w then M1 rejects. If x -w then M1 runs like M on input w and accepts if M does Now we construct TM V to decide ATM. Let R be a hypothetical TM which decides T. V has input and does the following: U ses to output Runs K on . If R accepts, V rejects; if R rejects, V accepts. If R decides if L(Mi) E T, then V decides ATM. Therefore R can't exist and T' is undecidable. What's wrong with this proof? Be as explicit as you can
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started