Chapter 5: Problem 20
$$ \text { Prove that there exists an undecidable subset of }\\{1\\}^{*} \text {. } $$
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
Learning Materials
Features
Discover
Chapter 5: Problem 20
$$ \text { Prove that there exists an undecidable subset of }\\{1\\}^{*} \text {. } $$
These are the key concepts you need to understand to accurately answer the question.
All the tools & learning materials you need for study success - in one app.
Get started for free
If \(A \leq_{\mathrm{m}} B\) and \(B\) is a regular language, does that imply that \(A\) is a regular language? Why or why not?
$$ \text { Show that if } A \text { is Turing-recognizable and } A \leq_{\mathrm{m}} \bar{A} \text {, then } A \text { is decidable. } $$
$$ \text { Show that } E Q_{\mathrm{CFG}} \text { is undecidable. } $$
Define a two-beaded finite automaton (2DFA) to be a deterministic finite automaton that has two read-only, bidirectional heads that start at the left- hand end of the input tape and can be independently controlled to move in either direction. The tape of a 2DFA is finite and is just large enough to contain the input plus two additional blank tape cells, one on the left-hand end and one on the right-hand end, that serve as delimiters. A 2DFA accepts its input by entering a special accept state. For example, a 2DFA can recognize the language \(\left\\{\mathrm{a}^{n} \mathrm{~b}^{n} \mathrm{c}^{n} \mid n \geq 0\right\\}\). a. Let \(A_{2 \mathrm{DFA}}=\\{\langle M, x\rangle \mid M\) is a \(2 \mathrm{DFA}\) and \(M\) accepts \(x\\} .\) Show that \(A_{2 \mathrm{DFA}}\) is decidable. b. Let \(E_{2 \mathrm{DFA}}=\\{\langle M\rangle \mid M\) is a 2DFA and \(L(M)=\emptyset\\} .\) Show that \(E_{2 \mathrm{DFA}}\) is not decidable.
Consider the problem of determining whether a Turing machine \(M\) on an input \(w\) ever attempts to move its head left at any point during its computation on \(w\). Formulate this problem as a language and show that it is decidable.
What do you think about this solution?
We value your feedback to improve our textbook solutions.