1 / 11

Homework #9

Homework #9. Solutions. 1. True or False. a) Recursive languages are closed under complement b) Every language can be recognized by a Turing machine c) The membership question for recursive languages is decidable d) The membership question for context-free languages is decidable.

trilby
Download Presentation

Homework #9

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. Homework #9 Solutions

  2. 1. True or False a) Recursive languages are closed under complement b) Every language can be recognized by a Turing machine c) The membership question for recursive languages is decidable d) The membership question for context-free languages is decidable TRUE FALSE TRUE FALSE TRUE FALSE TRUE FALSE

  3. #2. Prove that there is no algorithm that determines whether an arbitrary Turing machine halts when run with the input string 101. Proof by contradiction Assume such a Turing Machine does exist. Call it A: • Create a Turing Machine N which produces the encoding of a Turing • Machine M’. • M’ has all of M’s transitions, but some additional transitions to erase • any input so that M’ runs M on an empty tape: • Note that M halts on a blank tape exactly when M’ halts on 101. • This will decide the blank tape problem which is undecidable. See

  4. #2 cont.Reducing the Blank tape Problem to the “101” Problem The next slide reduces the Halting Problem to the Blank Tape Problem.

  5. #2 (method 2) • Again assume, machine A exists: • To reduce HP to this, consider a TM N that : 1) converts R(M) w to R(M’)101 where M’ has all of M’s transitions except that 2) there are extra transitions to replace 101 with w, 3) return the tape head to the beginning and to the start state of M, and 4) then run M see 

  6. #2 Method 2 cont.

  7. #4. Prove: L and ~L are recursively enumerable (re) if and only if L is recursive. • First: if L is recursive, ~ L is recursive (just switch final and non-final states on L’s machine to get a machine for ~L. ): Part 1 If L is recursive, then L and ~L are re: Proof If L is recursive,  a TM, M that accepts it, so L is re By the above, if L is recursive, its complement is recursive and hence re So if L is recursive, both L and ~L are r.e.

  8. #3, Part 2: If L and ~L are r.e., then L is recursive • If L and ~L are re, then their machines can be put together to form 1 machine that both accepts and rejects. • Thus L is recursive.

  9. #5. Show that recursive languages are closed under union, intersection, complementation, concatenation, and *. • Complement shown in beginning of proof for #4. Rest can be shown by “putting together” Total TM’s: Others are similar

  10. #6. Show that re languages are closed under union, intersection, concatenation and *. Similar to #5 except there are no “No” arrows.

  11. #7. Show that re languages are not closed under complementation (hint: see #5) If re languages were closed under complement, then both L and ~L would be re and hence recursive, making all re languages recursive which we know is not true.

More Related