examples on pumping lemma and minimization of dfa
play

Examples on Pumping Lemma and Minimization of DFA Zhao Qiao - PowerPoint PPT Presentation

Pumping Lemma? Regular or not? Minimization of FA Examples on Pumping Lemma and Minimization of DFA Zhao Qiao qzhao@cse.cuhk.edu.hk Department of Computer Science & Engineering The Chinese University of Hong Kong September 28, 2008 Zhao


  1. Pumping Lemma? Regular or not? Minimization of FA Examples on Pumping Lemma and Minimization of DFA Zhao Qiao qzhao@cse.cuhk.edu.hk Department of Computer Science & Engineering The Chinese University of Hong Kong September 28, 2008 Zhao Qiao qzhao@cse.cuhk.edu.hk Examples on Pumping Lemma and Minimization of DFA

  2. Pumping Lemma? Regular or not? Minimization of FA Outline Pumping Lemma? 1 Adversary Argument Explanation Examples Regular or not? 2 General Method Examples Minimization of FA 3 Example Zhao Qiao qzhao@cse.cuhk.edu.hk Examples on Pumping Lemma and Minimization of DFA

  3. Pumping Lemma? Adversary Argument Regular or not? Explanation Minimization of FA Examples Adversary Argument Pumping Lemma � L is regular ⇒ ( ∃ n )( ∀ z ) z ∈ L , | z | ≥ n ⇒ �� ( z = uvw , | uv | ≤ n , | v | ≥ 1 ) and ( ∀ i ) uv i w ∈ L � ( ∃ u , v , w ) � Adversary Argument � L is not regular ⇐ ( ∀ n )( ∃ z ) z ∈ L , | z | ≥ n , �� ( z = uvw , | uv | ≤ n , | v | ≥ 1 ) ⇒ ( ∃ i ) uv i w ∈ � ( ∀ u , v , w ) / L Zhao Qiao qzhao@cse.cuhk.edu.hk Examples on Pumping Lemma and Minimization of DFA

  4. Pumping Lemma? Adversary Argument Regular or not? Explanation Minimization of FA Examples Explanation Using the adversary argument,we can verify a non-regular language L by the following game: Game Proof the adversary pick an arbitrary n to challenge us for a string z . ? we construct a special string z in L with length greater than or equal to n . the adversary arbitrarily break z into u , v and w ,where v is not empty and uv ’s length less or equal to n . ? if we can always choose a i to show him that uv i w is not in L ,then we win. Zhao Qiao qzhao@cse.cuhk.edu.hk Examples on Pumping Lemma and Minimization of DFA

  5. ✌ Pumping Lemma? Adversary Argument Regular or not? Explanation Minimization of FA Examples Palindromes over { a , b } � ww R | w ∈ { a , b } ∗ � ✪ the adversary pick an arbitrary n to challenge us for a string z . Zhao Qiao qzhao@cse.cuhk.edu.hk Examples on Pumping Lemma and Minimization of DFA

  6. ✌ Pumping Lemma? Adversary Argument Regular or not? Explanation Minimization of FA Examples Palindromes over { a , b } ww R | w ∈ { a , b } ∗ � � ✪ the adversary pick an arbitrary n to challenge us for a string z . ✩ ? How to choose z in L ?The following moves will mess with the first n symbols of our z ,and we have to make sure the outcome is not in L . Zhao Qiao qzhao@cse.cuhk.edu.hk Examples on Pumping Lemma and Minimization of DFA

  7. ✌ Pumping Lemma? Adversary Argument Regular or not? Explanation Minimization of FA Examples Palindromes over { a , b } ww R | w ∈ { a , b } ∗ � � ✪ the adversary pick an arbitrary n to challenge us for a string z . ✩ we choose z = a n bba n Zhao Qiao qzhao@cse.cuhk.edu.hk Examples on Pumping Lemma and Minimization of DFA

  8. ✌ Pumping Lemma? Adversary Argument Regular or not? Explanation Minimization of FA Examples Palindromes over { a , b } ww R | w ∈ { a , b } ∗ � � ✪ the adversary pick an arbitrary n to challenge us for a string z . ✩ we choose z = a n bba n ✪ the adversary arbitrarily break z into u , v and w ,where v is not empty and uv ’s length less than or equal to n . Zhao Qiao qzhao@cse.cuhk.edu.hk Examples on Pumping Lemma and Minimization of DFA

  9. ✌ Pumping Lemma? Adversary Argument Regular or not? Explanation Minimization of FA Examples Palindromes over { a , b } ww R | w ∈ { a , b } ∗ � � ✪ the adversary pick an arbitrary n to challenge us for a string z . ✩ we choose z = a n bba n ✪ the adversary arbitrarily break z into u , v and w ,where v is not empty and uv ’s length less than or equal to n . ✩ u , v only contain a ; w contains a trailing substring bba n ,and maybe some leading a ’s.If we set i = 0(pump v out),then uv i w = uw will have less leading a ’s than its trailing a ’s,so uw is not a palindrome. ✌ Zhao Qiao qzhao@cse.cuhk.edu.hk Examples on Pumping Lemma and Minimization of DFA

  10. Pumping Lemma? Adversary Argument Regular or not? Explanation Minimization of FA Examples Palindromes over { a , b } ww R | w ∈ { a , b } ∗ � � ✪ the adversary pick an arbitrary n to challenge us for a string z . ✩ we choose z = a n bba n ✪ the adversary arbitrarily break z into u , v and w ,where v is not empty and uv ’s length less than or equal to n . ✩ u , v only contain a ; w contains a trailing substring bba n ,and maybe some leading a ’s.If we set i = 0(pump v out),then uv i w = uw will have less leading a ’s than its trailing a ’s,so uw is not a palindrome. ✌ ✌ In fact,we can choose any i other than 1. Zhao Qiao qzhao@cse.cuhk.edu.hk Examples on Pumping Lemma and Minimization of DFA

  11. ✌ Pumping Lemma? Adversary Argument Regular or not? Explanation Minimization of FA Examples Twin strings over over { a , b } � ww | w ∈ { a , b } ∗ � ✪ the adversary pick an arbitrary n to challenge us for a string z . Zhao Qiao qzhao@cse.cuhk.edu.hk Examples on Pumping Lemma and Minimization of DFA

  12. ✌ Pumping Lemma? Adversary Argument Regular or not? Explanation Minimization of FA Examples Twin strings over over { a , b } � ww | w ∈ { a , b } ∗ � ✪ the adversary pick an arbitrary n to challenge us for a string z . ✩ we choose z = a n ba n b Zhao Qiao qzhao@cse.cuhk.edu.hk Examples on Pumping Lemma and Minimization of DFA

  13. ✌ Pumping Lemma? Adversary Argument Regular or not? Explanation Minimization of FA Examples Twin strings over over { a , b } � ww | w ∈ { a , b } ∗ � ✪ the adversary pick an arbitrary n to challenge us for a string z . ✩ we choose z = a n ba n b ✪ the adversary arbitrarily break z into u , v and w ,where v is not empty and uv ’s length less than or equal to n . Zhao Qiao qzhao@cse.cuhk.edu.hk Examples on Pumping Lemma and Minimization of DFA

  14. ✌ Pumping Lemma? Adversary Argument Regular or not? Explanation Minimization of FA Examples Twin strings over over { a , b } � ww | w ∈ { a , b } ∗ � ✪ the adversary pick an arbitrary n to challenge us for a string z . ✩ we choose z = a n ba n b ✪ the adversary arbitrarily break z into u , v and w ,where v is not empty and uv ’s length less than or equal to n . ✩ u , v only contain a ; w contains a trailing substring ba n b ,and maybe some leading a ’s.If we set i = 0(pump v out),then uv i w = uw will have less leading a ’s before the first b than its a ’s between 2 b ’s,so uw is not a twin string. ✌ Zhao Qiao qzhao@cse.cuhk.edu.hk Examples on Pumping Lemma and Minimization of DFA

  15. Pumping Lemma? Adversary Argument Regular or not? Explanation Minimization of FA Examples Twin strings over over { a , b } � ww | w ∈ { a , b } ∗ � ✪ the adversary pick an arbitrary n to challenge us for a string z . ✩ we choose z = a n ba n b ✪ the adversary arbitrarily break z into u , v and w ,where v is not empty and uv ’s length less than or equal to n . ✩ u , v only contain a ; w contains a trailing substring ba n b ,and maybe some leading a ’s.If we set i = 0(pump v out),then uv i w = uw will have less leading a ’s before the first b than its a ’s between 2 b ’s,so uw is not a twin string. ✌ ✌ can we choose other i ’s to win? Zhao Qiao qzhao@cse.cuhk.edu.hk Examples on Pumping Lemma and Minimization of DFA

  16. Pumping Lemma? General Method Regular or not? Examples Minimization of FA General Method To prove a language to be regular,we can use regular expression,DFA,NFA or ε - NFA to construct it directly. Zhao Qiao qzhao@cse.cuhk.edu.hk Examples on Pumping Lemma and Minimization of DFA

  17. Pumping Lemma? General Method Regular or not? Examples Minimization of FA General Method To prove a language to be regular,we can use regular expression,DFA,NFA or ε - NFA to construct it directly. We can also use the closure properties of regular languages: union,concatenation,Kleene closure, complement,intersection,substitution(quotient). Zhao Qiao qzhao@cse.cuhk.edu.hk Examples on Pumping Lemma and Minimization of DFA

  18. Pumping Lemma? General Method Regular or not? Examples Minimization of FA General Method To prove a language to be regular,we can use regular expression,DFA,NFA or ε - NFA to construct it directly. We can also use the closure properties of regular languages: union,concatenation,Kleene closure, complement,intersection,substitution(quotient). To prove a language to be non-regular,we can use pumping lemma and the closure properties of regular languages. Zhao Qiao qzhao@cse.cuhk.edu.hk Examples on Pumping Lemma and Minimization of DFA

  19. Pumping Lemma? General Method Regular or not? Examples Minimization of FA Q1 L is a regular language over {a,b,c},Deicide whether the following languages are regular. Hints Problems a { w | w ∈ L , a ∈ / w } Zhao Qiao qzhao@cse.cuhk.edu.hk Examples on Pumping Lemma and Minimization of DFA

  20. Pumping Lemma? General Method Regular or not? Examples Minimization of FA Q1 L is a regular language over {a,b,c},Deicide whether the following languages are regular. Hints Problems a concatenation & complement a { w | w ∈ L , a ∈ / w } Zhao Qiao qzhao@cse.cuhk.edu.hk Examples on Pumping Lemma and Minimization of DFA

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend