6.841/18.405 - Advanced Complexity Theory - Fall 2017

MIT

Instructor: Ryan Williams, Office 32-G638, Email rrw@mit
        Office Hours Wednesday 5-6pm, and by appointment

TA: Dylan McKay, Office 32-G614, Email dmmckay@mit
        Office Hours Tuesdays 1:30-2:30pm, Thursdays 4:00-5:00pm

Time and Place: Tuesdays and Thursdays, 2:30-4:00, 32-144

Join the course discussion on piazza.
Please sign up on piazza to stay updated on the course, and to ask questions about 6.841!

Description

The original theory of computation initiated by Alan Turing (and his contemporaries) studies what is computable in principle, without regard to physical constraints on computing. In this theory, the only distinguishing characteristic of what is "tractable" to compute (what can be solved) is the difference between the finite and the infinite: algorithms have finite descriptions, "good" algorithms produce answers after finitely many computation steps, "bad" algorithms run for infinitely many steps.

Computational complexity theory studies the impact of limited resources on computation, and gives many new refined answers to the general problem of "what is tractable." For a computational problem we care about solving often, we want to solve it with the minimum necessary resources. What is a resource? Practically anything scarce that a computation could consume: we can measure computation steps, memory usage, computation "size" and "depth" (if we consider Boolean logic circuits), energy consumption, communication between processors, number of processors, number of random bits used, number of qubits used, quality of approximate solutions, number of inputs correct(!) ... the list goes on. (Other names for the field could be "computational resource theory", or "computational measure theory", but "complexity" is darn catchy!) Complexity also studies how we may "trade" one resource for another: if I want to use less memory to solve a problem, how much more time do I need to take?

We study this general problem of limited resources on a completely abstract, mathematical level. It may look strange that it's even possible to mathematically study things like the "amount of time a program takes" when there are gazillions of programming languages, architectures, and operating system issues that could affect running time at any given moment. Nevertheless, we can get a handle on what is efficiently computable at a high level, by starting with Turing's model and carefully defining what resources means, so they will not be model-dependent. This project began in the 1960s, and is now one of the major new mathematical programs in the 21st century. Complexity is, as Arora and Barak put it, an "infant science" -- the best kind of science to get into!

The main goal for this course is to develop this mathematical theory and demonstrate its power for understanding efficient computation. Along the way, we will learn whatever necessary math is needed to get the job done -- complexity theory often uses interesting math in unexpected ways.

Expected workload for the course:

Prerequisites:

This is a graduate course, but is open to anyone.
Formally, the prerequisite is listed as 18.404/6.840 (introduction to the theory of computation).
This version of the course will not require that.

You should probably come with knowledge at the level of either 18.404/6.840 or 6.045/18.400 (automata, computability, complexity) or be ready to pick it up as you go. It might help to have also had 6.046/18.410 (algorithms) but it is definitely not necessary.

Textbook:

Most of the course will be topics from For the first few lectures of the course, Sipser also covers some of the topics. Another reference that is awesome for the intuition (but short on the proofs) is Moore and Mertens' The Nature of Computation. It's like bedtime reading for budding complexity theorists.


What we've done so far

(see piazza for lecture notes)

  1. 9/7    Overview of the course, part 1: recalling $P$, $NP$, $PSPACE$, $EXP$, etc.
  2. 9/12    Overview of the course, part 2: lower bounds, tradeoffs, connections we will see
    (Arora & Barak, Chapters 2-3), pset 0 out
  3. 9/14    $coNP$, nondeterministic time hierarchy theorem, Oracle Turing machines
    (A&B, Chapters 2-3)
  4. 9/19    The polynomial hierarchy: $P^{NP}$, $NP^{NP}$, etc., and its properties
    (A&B, Chapter 5), pset 0 due
  5. 9/21    (Rosh Hashanah?) Review of $LOGSPACE$, time-space lower bounds for SAT
    (A&B, Chapter 5), pset 1 out
  6. 9/26    Oracles and the Relativization Barrier: $P$ vs $NP$ and $NTIME(n)$ vs $TS(n^{1.1},O(log n))$
    (A&B, Chapter 3.4)
  7. 9/28    Space Complexity, $L$ vs $NL$, $NL=coNL$
    (A&B, Chapter 5)
  8. 10/3    Boolean circuit complexity, basic properties
    (A&B, Chapter 7)
  9. 10/5    A little more circuit complexity: Karp-Lipton Theorem, Kannan's Theorem
    (A&B, Chapter 7) pset 1 due
  10. 10/10    COLUMBUS DAY HOLIDAY -- NO CLASS
  11. 10/12    $BPP$, Polynomial Identity Testing, $BPP \subset P/poly$
    (A&B, Chapter 7)
  12. 10/17    $BPP \subseteq NP^{NP}$, start Pseudorandomness
    (A&B, Chapter 20) pset 2 out
  13. 10/19    $P$ vs $BPP$, CAPP, and pseudorandom generators
    (A&B, Chapter 20)
  14. 10/24    Pseudorandom generators from hard functions
    (A&B, Chapter 19-20)
  15. 10/26    Counting Complexity: $PP$, $\#P$
    (A&B, Chapter 17)
  16. 10/31    The Valiant-Vazirani Theorem
    (A&B, Chapter 17)
  17. 11/2    Toda's Theorem
    (A&B, Chapter 17)
  18. 11/7    Interactive Proofs, Deterministic IP = $NP$, Graph Non-Isomorphism
  19. 11/9    Arthur-Merlin Protocols, Interactive Proofs for $\#SAT$
    (A&B, Chapter 8)
  20. 11/14    $IP = PSPACE$, start PCPs
    (A&B, Chapter 11 and 22)
  21. 11/16    PCPs and Inapproximability
    (A&B, Chapter 11 and 22)
  22. 11/21    A "Simple" PCP Theorem: $NP \subseteq PCP[\log^2 n, \log^2 n]$
    (A&B, Chapter 11 and 22)
  23. 11/23    THANKSGIVING HOLIDAY -- NO CLASS
  24. 11/28    PARITY vs $AC0$
    (A&B, Chapter 14.1)

  25. 11/30    Proof of Switching Lemma
    (A&B, Chapter 14.1)
  26. 12/5    MAJORITY vs $AC0$+PARITY
    (A&B, Chapter 14.2)
  27. 12/7    Circuit Analysis and Circuit Lower Bounds
  28. What's coming

  29. 12/8-12/11    Take-Home Exam!

  30. 12/12    The Natural Proofs Barrier (and circumventing it)
    (A&B, Chapter 23)