(20 pt.) Prove that the class of regular languages is closed
under reverse. That is, show that if ? is a regular language, then
?? = {?? | ? ∈ ?} is also regular.
Hint: given a DFA ? = (?, Σ, ?, ?0, ?) that recognizes ?, construct
a new NFA ? = (?′, Σ, ?′, ?0′, ?′)that recognizes ?? and justify
why your construction is correct.
(20 pt.) Prove that the class of regular languages is closed under reverse. That is, show...
(20 pt.) Prove that the class of regular languages is closed under reverse. That is, show that if A is a regular language, then AR = {wR WE A} is also regular. Hint: given a DFA M = (Q,2,8,90, F) that recognizes A, construct a new NFA N = (Q', 2,8', qo',F') that recognizes AR and justify why your construction is correct.
5. (20 pt.) Prove that the class of regular languages is closed under reverse. That is, show that if A is a regular language, then AR = {wR W E A} is also regular. Hint: given a DFA M = (Q,2,8,90, F) that recognizes A, construct a new NFA N = (Q', 2,8', qo',F') that recognizes AR and justify why your construction is correct.
Problem 3 [20 points Prove that the class of regular languages is closed under reverse. That is, show that if A is a regular language, then AR -[wR | w e A is also regular. [Hint: given a DFA M = (Q,Σ, δ, q0,F) that recognizes A, construct a new NFA (Q', Σ,8,6, F') that recognizes AR.]
Prove that the class of regular languages is closed under intersection. That is, show that if ? and ? are regular languages, then ? ∩ ? = {? | ? ∈ ? ??? ? ∈ ?} is also regular. Hint:givenaDFA? =(?,Σ,?,?,?)thatrecognizes?andaDFA? =(?,Σ,?,?,?)that11111 22222 recognizes ?, construct a new DFA ? = (?, Σ, ?, ?0, ?) that recognizes ? ∩ ? and justify why your construction is correct.
Show using a cross-product construction that the class of regular languages is closed under set difference. You do not need an inductive proof, but you should convincingly explain why your construction works.
Show using a cross-product construction that the class of regular languages is closed under set difference. You do not need an inductive proof, but you should convincingly explain why your construction works.
2. (15) Show using a cross-product construction that the class of regular languages is closed under set difference. You do not need an inductive proof, but you should convincingly explain why your construction works.
3. (20 pt.) Prove that the following language is not regular using the closure properties of regular languages. C = {0"1"|m,n0 and mon} Hint: find a regular language L such that CNL is not regular and use the closure properties of regular languages to show that this means that C is not regular.
Question 8, please.
2. Prove: (a) the set of even numbers is countable. (b i=1 3. The binary relation on pair integers - given by (a,b) - (c,d) iff a.d=cbis an equivalence relation. 4. Given a graph G = (V, E) and two vertices s,t EV, give the algorithm from class to determine a path from s to t in G if it exists. 5. (a) Draw a DFA for the language: ( w w has 010 as a substring)....
1(a)Draw the state diagram for a DFA for accepting the following language over alphabet {0,1}: {w | the length of w is at least 2 and has the same symbol in its 2nd and last positions} (b)Draw the state diagram for an NFA for accepting the following language over alphabet {0,1} (Use as few states as possible): {w | w is of the form 1*(01 ∪ 10*)*} (c)If A is a language with alphabet Σ, the complement of A is...