Chapter 3: Problem 19
Show that every infinite Turing-recognizable language has an infinite decidable subset.
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 3: Problem 19
Show that every infinite Turing-recognizable language has an infinite decidable subset.
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
In Theorem \(3.21\), we showed that a language is Turing-recognizable iff some enumerator enumerates it. Why didn't we use the following simpler algorithm for the forward direction of the proof? As before, \(s_{1}, s_{2}, \ldots\) is a list of all strings in \(\Sigma^{*}\). \(E={ }^{*}\) Ignore the input. 1\. Repeat the following for \(i=1,2,3, \ldots\) 2\. Run \(M\) on \(s_{i}\). 3\. If it accepts, print out \(s_{i} . "\)
This exercise concerns TM \(M_{1}\), whose description and state diagram appear in Example \(3.9 .\) In each of the parts, give the sequence of configurations that \(M_{1}\) enters when started on the indicated input string. A a. \(11 .\) b. 1 #1. c. 1 #1. d. \(10 \\# 11\). e. \(10 \\# 10\).
Show that a language is decidable iff some enumerator enumerates the language in the standard string order.
Let \(B=\left\\{\left\langle M_{1}\right\rangle,\left\langle M_{2}\right\rangle, \ldots\right\\}\) be a Turing-recognizable language consisting of TM descriptions. Show that there is a decidable language C consisting of TM descriptions such that every machine described in \(B\) has an equivalent machine in \(C\) and vice versa.
Show that the collection of decidable languages is closed under the operation of A. union. d. complementation. b. concatenation. e. intersection. c. star.
What do you think about this solution?
We value your feedback to improve our textbook solutions.