1 / 6

Formal languages and automata theory

The Pumping Lemma states that for a regular set L, there is a constant n such that any word z in L with length at least n can be split into u, v, and w in a specific way. This lemma is a key concept in formal languages and automata theory, providing a method to analyze regular languages and finite automata.

Download Presentation

Formal languages and automata theory

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Formal languages and automata theory Li Fan

  2. Pumping Lemma Let L be a regular set. Then there is a constant n such that if z is any word in L, and |z|>=n, we may write z=uvw in such a way that |uv|<=n, |v|>=1, and for all i>=0, u(v^i)w is in L. Furthermore, n is no greater than the number of states of the smallest FA accepting L.

  3. Exercise The set L={0^(i^2) | i is an integer, i>=1}, which consists of all strings of 0’s whose length is a perfect square, is not regular. Prove that L = {(a^n)(b^k): n > k and n>=0} is not regular.

  4. Which of the following languages are regular sets? {0^(2n) | n>=1} {(0^m)(1^n)(0^(m+n)) | m>=1 and n>=1} {0^n | n is a prime} The set of all strings that do not have three consecutive 0’s

  5. The set of all strings with an equal number of 0’s and 1’s {x | x in (0+1)*, and x=x^R} x^R is x written backward; for example, (011)^R=110. {xwx^R | x,w in (0+1)+}.

  6. Thank you

More Related