











































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
Some concept of Automata and Complexity Theory are Administrivia, Closure Properties, Context-Free Grammars, Decision Properties, Deterministic Finite Automata, Intractable Problems, More Undecidable Problems. Main points of this lecture are: Non-Regular Languages, Right-Linear Grammar, Languages, Languages Non-Regular, Pumping, Proof Tool, Pumping, Pumping-Lemma Proofs, Strategies, Pumping and Finite Languages
Typology: Slides
1 / 51
This page cannot be seen from the preview
Don't miss anything!
We have now encountered regular languages in several different places. They are the languages that can be recognized by a DFA. They are the languages that can be recognized by an NFA. They are the languages that can be denoted by a regular expression. They are the languages that can be generated by a right-linear grammar. You might begin to wonder: are there any languages that are not regular? In this chapter, we will see that there are. There is a proof tool that is often used to prove languages non-regular. It is called the pumping lemma, and it describes an important property that all regular languages have. If you can show that a given language does not have this property, you can conclude that it is not a regular language.
S → aSb | ε
a
b
a
b
b
a a
b
S → aSa | bSb | ε
For all regular languages L there exists some integer k such that for all xyz ∈ L with | y | ≥ k , there exist uvw = y with | v | >0, such that for all i ≥ 0, xuviwz ∈ L.
x y z
In state r here And again here