Chapter 5: Q17P (page 240)
Show that the Post Correspondence Problem is decidable over the unary alphabet.
Short Answer
It’s proved that Post Correspondence Problem is undecidable over.
Chapter 5: Q17P (page 240)
Show that the Post Correspondence Problem is decidable over the unary alphabet.
It’s proved that Post Correspondence Problem is undecidable over.
All the tools & learning materials you need for study success - in one app.
Get started for freeSay that a CFG is minimal if none of its rules can be removed without changing the language generated. Let MINCFG = is a minimal CFG}.
Use Rice’s theorem, which appears in Problem 5.28, to prove the undecidability of each of the following languages.
Question: In the proof of Theorem 5.15, we modified the Turing machine M so that it never tries to move its head off the left-hand end of the tape. Suppose that we did not make this modification to M . Modify the PCP construction to handle this case.
Show that both conditions in Problem 5.28 are necessary for proving that P is undecidable.
Question: A two-dimensional finite automaton (2DIM-DFA) is defined as follows. The input is an rectangle, for any . The squares along the boundary of the rectangle contain the symbol # and the internal squares contain symbols over the input alphabet . The transition function indicates the next state and the new head position (Left, Right, Up, Down). The machine accepts when it enters one of the designated accept states. It rejects if it tries to move off the input rectangle or if it never halts. Two such machines are equivalent if they accept the same rectangles. Consider the problem of determining whether two of these machines are equivalent. Formulate this problem as a language and show that it is undecidable.
What do you think about this solution?
We value your feedback to improve our textbook solutions.