Let L be any language. Let us define the transpose of L to be the language of

Question:

Let L be any language. Let us define the transpose of L to be the language of exactly those words that are the words in L spelled backward. If w El, then reverse(w) El. For example, if

L = {a abb bbaab bbbaa}

then

transpose(L) = {a bba baabb aabbb}

(i) Prove that if there is an FA that accepts L, then there is a TG that accepts the transpose of L.
(ii) Prove that if there is a TG that accepts L, then there is a TG that accepts the transpose of L.
(iii) Prove that transpose(L1L2) = transpose(L2)· transpose(L1).

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  answer-question
Question Posted: