1 / 24

DPDA Deterministic PDA

DPDA Deterministic PDA. Deterministic PDA: DPDA. Allowed transitions:. (deterministic choices). Allowed transitions:. (deterministic choices). Not allowed:. (non deterministic choices). DPDA example. Definition:. A language is deterministic context-free

reid
Download Presentation

DPDA Deterministic PDA

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. DPDADeterministic PDA Costas Busch - LSU

  2. Deterministic PDA: DPDA Allowed transitions: (deterministic choices) Costas Busch - LSU

  3. Allowed transitions: (deterministic choices) Costas Busch - LSU

  4. Not allowed: (non deterministic choices) Costas Busch - LSU

  5. DPDA example Costas Busch - LSU

  6. Definition: A language is deterministic context-free if there exists some DPDA that accepts it Example: The language is deterministic context-free Costas Busch - LSU

  7. Example of Non-DPDA (PDA) Costas Busch - LSU

  8. Not allowed in DPDAs Costas Busch - LSU

  9. PDAs Have More Power thanDPDAs Costas Busch - LSU

  10. It holds that: Deterministic Context-Free Languages (DPDA) Context-Free Languages PDAs Since every DPDA is also a PDA Costas Busch - LSU

  11. We will show that there exists a context-free language which is not accepted by any DPDA We will actually show: Deterministic Context-Free Languages (DPDA) Context-Free Languages (PDA) Costas Busch - LSU

  12. The language is: We will show: • is context-free • is not deterministic context-free Costas Busch - LSU

  13. Context-free grammar for : Language is context-free Costas Busch - LSU

  14. Theorem: The language is not deterministic context-free (there is no DPDA that accepts ) Costas Busch - LSU

  15. Proof: Assume for contradiction that is deterministic context free Therefore: there is a DPDA that accepts Costas Busch - LSU

  16. DPDA with accepts accepts Costas Busch - LSU

  17. DPDA with Such a path exists due to determinism Costas Busch - LSU

  18. Context-free languages Regular languages Fact 1: The language is not context-free (we will prove this at a later class using pumping lemma for context-free languages) Costas Busch - LSU

  19. Fact 2: The language is not context-free (we can prove this using pumping lemma for context-free languages) Costas Busch - LSU

  20. We will construct a PDA that accepts: which is a contradiction! Costas Busch - LSU

  21. DPDA Replace with Modify DPDA Costas Busch - LSU

  22. A PDA that accepts Connect the final states of with the final states of Costas Busch - LSU

  23. Since is accepted by a PDA it is context-free Contradiction! (since is not context-free) Costas Busch - LSU

  24. Therefore: Is not deterministic context free There is no DPDA that accepts it End of Proof Costas Busch - LSU

More Related