Chapter 3: Q18P (page 190)
Show that a language is decidable if some enumerator enumerates the language in the standard string order.
Short Answer
The language is decidable if it is enumerated in the standard string order.
/*! 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: Q18P (page 190)
Show that a language is decidable if some enumerator enumerates the language in the standard string order.
The language is decidable if it is enumerated in the standard string order.
All the tools & learning materials you need for study success - in one app.
Get started for free
Question:Let 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.
A Turing machine with doubly infinite tape is similar to an ordinary Turing machine, but its tape is infinite to the left as well as to the right. The tape is initially filled with blanks except for the portion that contains the input. Computation is defined as usual except that the head never encounters an end to the tape as it moves leftward. Show that this type of Turing machine recognizes the class of Turing-recognizable languages.
Give implementation-level descriptions of Turing machines that decide the following languages over the alphabet
a.
b.
c.
Show that the collection of decidable languages is closed under the operation of
a. union.
b. concatenation.
c. star.
d. complementation.
e. intersection.
This exercise concerns TM M2, whose description and state diagram appear in Example 3.7. In each of the parts, give the sequence of configurations that M2 enters when started on the indicated input string.
a. 0.
b. 00.
c. 000.
d. 000000.
What do you think about this solution?
We value your feedback to improve our textbook solutions.