Chapter 0: Q20P (page 1)
Let
Show that ifis context free andis regular, thenis context free
Short Answer
Yes, if is context free and is regular, thenis context free is proved.
/*! 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: Q20P (page 1)
Let
Show that ifis context free andis regular, thenis context free
Yes, if is context free and is regular, thenis context free is proved.
All the tools & learning materials you need for study success - in one app.
Get started for free
a. Give an NFA recognizing the language .
b. Convert this to an equivalent DFA. Give only the portion of thethat is reachable from the start state.
Recall the Post Correspondence Problem that we defined in Section 5.2 and its associated language PCP. Show that PCP is decidable relative to ATM.
Consider the problem of determining whether a Turing machine M on an input w ever attempts to move its head left when its head is on the left-most tape cell. Formulate this problem as a language and show that it is undecidable.
Read the informal definition of the finite state transducer given in Exercise 1.24. Give the state diagram of an FST with the following behaviour. Its input and output alphabets are . Its output string is identical to the input string on the even positions but inverted on the odd positions. For example, on input 0000111 it should output 1010010 .
Show that the function K(x) is not a computable function.
What do you think about this solution?
We value your feedback to improve our textbook solutions.