CSE 200, Computability and Complexity, Winter 2020

This class is an introduction to computational complexity theory. This area aims to understand the various resources needed to solve computational problems. Such resources include the obvious ones, such as time and memory, but also possibly less obvious ones, such as randomization, interaction and non-uniformity. In addition, we will attempt to classify problems as "easy" or "hard", study relations between easy and hard problems, as understand why the "P vs NP" problem is possibly the most important open problem in computer science, mathematics and science at large.

Information:

Textbook:

Computational Complexity: A Modern Approach, Sanjeev Arora and Boaz Barak, 1st edition, 2009. Online version (draft)

Topics:

  1. Models of computation: Turing Machines and variants, RAM model, Boolean circuits. Simulating one machine model with another. The Church-Turing thesis and versions for efficient computation (Chapters 1, 3, and 6)
  2. Universal machines and diagonalization: Undecidability. Recursive enumerability. The Halting Problem. Time and Space Hierarchy Theorems. Reductions. (Chapter 3).
  3. NP-completeness and the P vs NP question. Consequences of P = NP. The polynomial-time hierarchy. (Chapters 2 and 5)
  4. Space Complexity (Chapter 4)
  5. Randomized computing (Chapter 7)
  6. Time permitting: Interactive proofs (Chapter 8), Quantum computation (Chapter 10)

Evaluation:

4 homework sets and a final project, each worth 20%. Each homework can be done individually or in pairs, and should be submitted within two weeks. Tentative due dates:

Final project:

The final project should be a survey on an area of your choice, explaining its relation to complexity theory and what we studied in class. It could be a high level survey of an area, or a technical survey of a specific theorem or result. The goal is really for you to learn something new, and understand how complexity theory is prevalent in many areas of CS.

Examples:

Notes:

Notes might change through the quarter as we revise them (we will make a note of that).
  1. Computational models [updated 1/8/20]
  2. Time and space hierarchies [updated 1/16/20]
  3. NP and NP completeness [updated 1/16/20]
  4. Nondeterminism
  5. Space complexity [updated 1/29/20]
  6. Boolean circuits
  7. Randomized algorithms [updated 3/4/20]
  8. Circuit lower bounds [updated 2/26/20]
  9. Interactive proofs [updated 3/11/20]

Tentative schedule: