Ask Question

A language is undecidable if there is no Turing Machine that will recognize that language and halt on all inputs. Show that the following language is undecidable: A = M The intended solution is to reduce from the halting problem, which we will show is undecidable. The halting problem is given a Turing machine M and an input w, decide whether M terminates when given w as input

+5
Answers (1)
  1. 5 September, 02:16
    0
    A is undecidable

    Explanation:

    construct aTM TI that will accept on input x |X| is odd if |X| is even, it stimulates M on input w.

    TI enters the reject state when M accept w. when M rejects w, T1 enters accept state.

    Observe that if M accept W, then t1 is a turning machine that accepts all inputs of odds length. If M rejects or loops on input w, then T1 is a turning machine that rejects the loop.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “A language is undecidable if there is no Turing Machine that will recognize that language and halt on all inputs. Show that the following ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers