On this page:
1 Modified Read-only Input, Two-Tape TM
2 NL contained in P
3 NL is co  NL
4 Time Constructibility
5 No Log Algorithm

Homework 11

Last updated: Tue, 7 Dec 2021 16:54:48 -0500

Out: Wed Dec 08, 00:00 EST Due: Tue Dec 14, 23:59 EST

This assignment explores space complexity and the hierarchy theorems.

Homework Problems

  1. Modified Read-only Input, Two-Tape TM (6 + 4 = 10 points)

  2. NL contained in P (6 points)

  3. NL is coNL (6 points)

  4. Time Constructibility (6 points)

  5. No Log Algorithm (10 points)

  6. README (2 point)

Total: 40 points

Submitting

Submit your solution to this assignment in Gradescope hw11. Please assign each page to the correct problem.

A submission must include a README containing the required information, in addition to the solution to the problems.

1 Modified Read-only Input, Two-Tape TM

2 NL contained in P

Prove that \textbf{NL} \subseteq \textbf{P}.

Your proof must begin with the lines from lecture. To complete the proof, give a justification for each line.

3 NL is coNL

Prove that \textbf{NL} = \textbf{coNL}.

Your proof must begin with the lines from lecture. To complete the proof, give a justification for each line.

4 Time Constructibility

Prove that n \log n is a time constructible function.

5 No Log Algorithm

Prove that Double Satisfaction problem from Homework 9 has no log time algorithm. Use the "nonexistence" recipe from lecture.