/*! 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}

91影视

Let J={w|eitherw=0xfor some,xATM orw=1yfor some yATM}. Show that neither JnorJis Turing-recognizable.

Short Answer

Expert verified

Both J and J are not Turing Recognizable.

Step by step solution

01

 Introduction to Turing Recognizable

A language L is said to be Turing Recognizable if and only if there exist any Turing Machine (TM) which recognize it i.e., TM halt and accept strings belong to language L and will reject or not halt on the input strings that doesn鈥檛 belong to language L.

02

 Proving neither J nor J are Turing Recognizable

In order to prove J and Jboth are not Turing-Recognizable,

First we will show thatATMmJ.

To prove this, we will construct TM Q

Q=oninputM,w

Write symbol 0 and M,wthen in the tape and make it halt. We have:

localid="1662181827790" M,wATMoutputofQJ

So, we are able to obtain a reduction mapping of ATM to J .

Now, we will show thatATMmJ . For this we will construct a Turing Machine R:
R=oninputM,w

Write symbol 1 and then M,win the tape and make it halt. We have:

M,wATMoutputofRJ

This is similar to:

M,wATMoutputofRJ

So, we are able to obtain a reduction mapping of ATM to J.

Sincelocalid="1662181817969" ATMmJmJ,. This signifies that J is not Turing-recognizable as ATM is not Turing-recognizable.

In same way, since. This signifies that J is not Turing recognizable.

Hence both J and Jare not Turing-recognizable.

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with 91影视!

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

Question:Consider the algorithm MINIMIZE, which takes a DFA as input and outputs DFA .

MINIMIZE = 鈥淥n input , where M=(Q,,,q0,A) 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 a :

6. Add the edge (q,r) to G if q,a,r,a is an edge of G .

7. For each state q,let[q] be the collection of statesq={rQ|noedge joins q and r in G }.

8.Form a new DFA M'=Q',,',q'0,A'where

Q'={[q]|qQ}(ifq=r,onlyoneofthemisinQ'),'(q,a)=[q,a]foreveryqQanda,q00=[q0],andA0={[q]|qA}

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 A=L(G1)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 {a,b,c}. 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 HALF-CLIQUE={<G>|Gs an undirected graph having a complete subgraph with at leastm/2 nodes, where m is the number of nodes inG. Show that HALF-CLIQUE is NP-complete.

See all solutions

Recommended explanations on Computer Science Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.