Reading assignment:
Read Lewis and Papadimitriou 2.5, 3.1
Problems:
For each of the following languages show that it is not
regular (i) using the pumping lemma (ii) using the Myhill-Nerode theorem as
in example 2.5.2 of the text.
{ w | w=wR }
{ ambn | m >=n }
{ a2n | n>= 0}
Lewis and Papadimitriou problem 2.4.2 page 90.
(Bonus) Show that the pumping lemma cannot be used to show that
{ ai bj ck | i, j, k >= 0, and if i = 1 then j = k }
is not regular but show that the Myhill-Nerode can be used to prove that it isn't regular.
(Bonus) Lewis and Papadimitriou problem 2.4.12 page 92.