CSU390 08F: Homework 06

Created: Wed 05 Nov 2008
Last modified: 

Assigned: Wed 05 Nov 2008
Due: Wed 12 Nov 2008
Accepted without penalty until: Fri 14 Nov 2008


General Instructions

  1. Please review the grading policy outlined in the course information page.

  2. On the first page of each part of your solution write-up, you must make explicit which problems are to be graded for "regular credit", which problems are to be graded for "extra credit", and which problems you did not attempt. Please use a table something like the following

    Problem01020304 0506070809...
    CreditRCRCRCECRC RCNARCRC...

    where "RC" is "regular credit", "EC" is "extra credit", and "NA" is "not applicable" (not attempted). Failure to do so will result in an arbitrary set of problems being graded for regular credit, no problems being graded for extra credit, and a five percent penalty assessment.

  3. You must also write down with whom you worked on the assignment. If this changes from problem to problem, then you should write down this information separately with each problem.


Specific Instructions

  1. In Problems 1, 2, and 3, you must explain how one type of machine can simulate one or more other machines. (For example, in part of Problem 1, you must show how a TM can simulate a 2-PDA; in Problems 2, you must show how one TM can simulate two other TMs.) You may describe these simulations at a high level, in English, as we did in class.

  2. In Problem 4, you should provide a diagonalization proof, as we did in class and as presented in the text. You must show, by contradiction using diagonlization, that no one-to-one mapping can exist between the infinite sets in question.


Problems

Required: 3 of the following 4 problems
Points: 30 pts per problem

  1. Exercise 3.9

    Hint: For part (a), show that 2-PDAs can simulate Turing Machines, and for part (b), show that Turing Machines can simulate 3-PDAs. (For the latter part, you will likely need multi-tape Turing Machines, which can themselves be simulated by ordinary Turing Machines.)

  2. Exercise 3.15 (d,e)

    Hint: You may use multi-tape Turing Machines which we have proven to be equivalent in power to ordinary Turing Machines.

  3. Exercise 3.15 (b,c)
  4. Hint: You may use multi-tape Turing Machines which we have proven to be equivalent in power to ordinary Turing Machines. Non-determinism may also come in handy.

  5. Let N be the set of natural numbers; i.e., N = {1, 2, 3, ...}. Prove, by diagonalization, that the cardinality of the power set of N is greater than the cardinality of N; i.e., |2N| > |N|.
  6. Hint: Let X be the ordered set {a, d, k, z}. Then one can denote the subset Y = {a, k, z} by the sequence 1011; each "1" indicating that the corresponding element from the original set is present in the subset, and each "0" indicating that the corresponding element is absent.

    How do you think that |22N| and |2N| compare? How many "levels" of infinity do you think that there are?


Switch to:


jaa@ccs.neu.edu