Special Topics Course: Computational Complexity Theory
Table of Contents
1. Welcome
Welcome to computational complexity theory. In this course, we will look at various computational models (TM, circuits) and the power enabled by various resources (time, space, size, depth). We will see that using this framework, we can formulate many natural real-world questions in concrete terms. Questions such as:
- Is verifying solutions harder than finding them?
- Does interacting with the prover help someone verifying the proof?
- Can we verify a proof by reading only a part of it?
- Does randomness help in computation?
You are expected to be familiar with all topics covered in an undergraduate theory of computation course and algorithms course. In particular, a good understanding of Turing machines, analyzing time and space complexity of algorithms, reductions, and NP-completeness is assumed.
2. Contact
Please write to Balagopal Komarath <bkomarath@iitgn.ac.in> or Bireswar Das <bireswar@iitgn.ac.in> for any course related queries. Prefix the subject line with "CS691:" (without double quotes).
2.1. Lectures
The meetings happen in P1 and P2.
- (Jan 13) Overview
- (Jan 18) Time and Space: Hierarchy
- (Jan 20) Constructibility and Time Hierarchy Theorem
- (Jan 25) Speedup Theorem
- (Jan 27) P and poly-time reductions
- (Feb 01) NP and coNP
- (Feb 03) Polynomial Hierarchy
- (Feb 08) PSPACE and QBF
- (Feb 10) REACH Algorithms and PSPACE
- (Feb 15) L and NL
- (Feb 17) NL = coNL
3. Evaluation
Evaluation includes take-home assignments (10x4), a mid-sem quiz (20), a paper presentation (20), and end-sem viva (20).