February 27
- Know the pumping lemma is used to prove a language is not regular
- Be able to figure out when a language is regular or not
- Ideally: be able to use the pumping lemma to prove a language
is not regular. We looked at several proofs
-
a^nb^n
- same number of a's as b's
- doubleword ww : where w is a string of a's and b's
- 1^*0^n1^n
- strings that have a different number of a's than b's. Use
the fact that the complement of a regular language is regular. We
know that same number of a's as b's is not regular.
-
a^nb^m, n >= m