What is the importance of the Pumping Lemma?
This entry was posted on Friday, April 25th, 2008 at 5:21 am and is filed under Automata & Complexity Theory. You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
June 7, 2008 at 3:29 pm
The Pumping Lemma is useful for disproving the regularity of a language. It states that for strings beyond a certain length in your infinite-sized regular language, you are bound to find repeating strings in the form xy^i z, where xyz is in your language already.
It’s useful, because if the pumping lemma applies to a language, you know that it’s regular. If the pumping lemma does not apply to an infinite language, you only know that the pumping lemma does not apply to that language.