Chapter 1: Q61P (page 92)
Consider the languages defined in Problem 1.60. Prove that for each , no DFA can recognize with fewer than states.
Short Answer
No DFA can recognize with fewer than states is proved by Myhill-Nerode.
Chapter 1: Q61P (page 92)
Consider the languages defined in Problem 1.60. Prove that for each , no DFA can recognize with fewer than states.
No DFA can recognize with fewer than states is proved by Myhill-Nerode.
All the tools & learning materials you need for study success - in one app.
Get started for freeGive regular expressions generating the languages of Exercise 1.6.
a. {begins with a 1 and ends with a 0}
b. { contains at least three 1s}
c. { contains the substring 0101 (i.e., w = x0101y for some x and y)}
d. { has length at least 3 and its third symbol is a 0}
e. { starts with 0 and has odd length, or starts with 1 and has even length}
f. { doesn’t contain the substring 110}
g. { the length of is at most 5}
h. { is any string except 11 and 111}
i. { every odd position of w is a 1 }
j. { contains at least two 0s and at most one 1}
k.
l. { contains an even number of 0 s, or contains exactly two 1s}
m. The empty set
n. All strings except the empty string
Let and
ADD
Show that ADD is not regular.
Let .Show that if is regular and is any language, then is regular.
An all- that accepts if every possible state that M could be in after reading input M is a state from F. Note, in contrast, that an ordinary NFA accepts a string if some state among these possible states is an accept state. Prove that all-NFAs recognizes the class of regular languages.
Question:
a. Let and Show that B is a regular language.
b. Let and Show that C isn’t a regular language.
What do you think about this solution?
We value your feedback to improve our textbook solutions.