Chapter 0: Q24P (page 1)
Let eitherfor some, orfor some . Show that neither Jnoris Turing-recognizable.
Short Answer
Both J and are not Turing Recognizable.
/*! 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 0: Q24P (page 1)
Let eitherfor some, orfor some . Show that neither Jnoris Turing-recognizable.
Both J and are not Turing Recognizable.
All the tools & learning materials you need for study success - in one app.
Get started for free
Question:Consider the algorithm MINIMIZE, which takes a DFA as input and outputs DFA .
MINIMIZE = 鈥淥n input , where is a DFA:
1.Remove all states of G that are unreachable from the start state.
2. Construct the following undirected graph G whose nodes are the states of .
3. Place an edge in G connecting every accept state with every non accept state. Add additional edges as follows.
4. Repeat until no new edges are added to G :
5. For every pair of distinct states q and r of and every :
6. Add the edge (q,r) to G if is an edge of G .
7. For each state be the collection of edge joins q and r in G }.
8.Form a new DFA where
9. Output ( M')鈥
a. Show that M and M' are equivalent.
b. Show that M0 is minimal鈥攖hat is, no DFA with fewer states recognizes the same language. You may use the result of Problem 1.52 without proof.
c. Show that MINIMIZE operates in polynomial time.
Let where is defined in Problem 2.55. Show that A is not a DCFL. (Hint: Assume that A is a DCFL and consider its DPDA P . Modify P so that its input alphabet is . When it first enters an accept state, it pretends that c's are b's in the input from that point on. What language would the modified P accept?)
For each let 频m = {0, 1, 2, . . . , m 鈭 1}, and let = (频m, +, 脳) be the model whose universe is 频m and that has relations corresponding to the + and 脳 relations computed modulo m. Show that for each m, the theory Th is decidable.
Show that the single-tape TMs that cannot write on the portion of the tape containing the input string recognize only regular languages.
Let s an undirected graph having a complete subgraph with at least nodes, where m is the number of nodes in. Show that HALF-CLIQUE is NP-complete.
What do you think about this solution?
We value your feedback to improve our textbook solutions.