- QLog (Quantized Log) - http://s.correia.free.fr/wordpress -
Théorie de la Complexité
Posted By Sebastiao Correia On 30 octobre 2006 @ 23:30 In Informatique | Comments Disabled
Un livre en ligne sur la théorie de la complexité :
Complexity Theory: A Modern Approach / Sanjeev Arora and Boaz Barak [1]
avec un chapitre sur le calcul quantique.
Voici la table des matières :
Part I: Basic Complexity Classes
- The computational model – and why it doesn’t matter. [2] Definition of Turing machine, efficient universal TM, the class P.
- NP and NP completeness. [3] NP, Cook-Levin Theorem, NP-completeness, search vs. decision.
- Space Complexity [4] PSPACE, L, NL. TQBF is PSPACE complete, Savitch’s Theorem, Path is NL-complete, NL=coNL.
- Diagonalization [5] Time, Non-deterministic time, and space hierarchy theorems, Ladner’s theorem, oracle machines and proof that relativized methods can’t resolve P vs. NP.
- The polynomial hierarchy and alternations. [6] Definitions of PH via alternating quantifiers and alternating machines, conjecture it doesn’t collapse, time-space tradeoffs for SAT.
- Circuits. [7] Boolean circuits and the class Ppoly. Definition using advice. Karp-Lipton theorem. Non-uniform hierarchy theorem. circuit-satisfiability and alternative proof for Cook-Levin theorem.
- Randomized Computation [8] BPP, RP, coRP, ZPP. Examples of probabilistic algorithms. Error reduction via repetition. BPP in P/poly and PH. Randomized reductions, randomized logspace algorithms.
- Complexity of Counting [9] #P. #P-completeness and Valiant’s theorem. Toda’s theorem.
- Interactive Proofs [10] IP, AM. Graph non-isormorphism in AM. IP=PSPACE.
- Cryptography [11] One-way functions, pseudorandom generators: prediction vs. distinguishing. Goldreich-Levin theorem. Zero knowledge and ZK proof for graph isomorphism. Overview of advanced topics in cryptography.
Part II: Lower bounds for concrete computational models
- Decision Trees [12] certificate complexity, randomized complexity, sorting lowerbounds
- Communication Complexity [13] Lowerbound methods (fooling set, rank, tiling, discrepancy), multiparty communication complexity
- Circuit lowerbounds. [14] Hastad switching lemma, lowerbounds for monotone circuits, frontier of circuit lowerbounds, approaches using communication complexity.
- Algebraic complexity [15] Algebraic trees and circuits, Blum-Shub-Smale model.
Part III: Advanced Topics
- Average Case Complexity: Levin’s Theory [16] DistNP and its complete problems.
- Random and pseudorandom walks on graphs [17] second eigenvalue and analysis of random walks, expander graphs, zig-zag construction of expanders, reingold’s deterministic logspace algorithm for undirected connectivity.
- Derandomization and Extractors [18] Pseudorandom generators from average-case hardness – the NW generators. Extractors from hash functions. Trevisan’s extractor from NW.
- Hardness amplification and error correcting codes [19] Worst-case to average case reduction. Error correcting codes. Pseudoarndom generators from worst-case assumptions. List decoding and its use for hardness amplification.
- PCP and hardness of approximation. [20] NP in PCP(poly,1). The PCP theorem (Dinur’s proof). Independent set is hard to approximate within a polynomial factor.
- More PCP Theorems and the Fourier Transform Technique [21] Fourier transforms over GF(2)^n. Analysis of linearity testing. Hastad’s 3-query PCP, 3SAT is hard to 7/8+epsilon approximate. Learning fourier coefficients (Goldreich-Levin / Kushilevits-Mansour)
- Quantum Computation [22] Quantum computation and the class QBP. Shor’s factoring algorithm.
- Logic in complexity theory [23] Proof complexity.
- Why are circuit lower bounds so difficult? [24] Natural proofs.
Article printed from QLog (Quantized Log): http://s.correia.free.fr/wordpress
URL to article: http://s.correia.free.fr/wordpress/?p=54
URLs in this post:
[1] Complexity Theory: A Modern Approach / Sanjeev Arora and Boaz Barak: http://www.cs.princeton.edu/theory/complexity/
[2] The computational model – and why it doesn’t matter.: http://www.cs.princeton.edu/theory/complexity/modelchap.pdf
[3] NP and NP completeness.: http://www.cs.princeton.edu/theory/complexity/NPchap.pdf
[4] Space Complexity: http://www.cs.princeton.edu/theory/complexity/spacechap.pdf
[5] Diagonalization: http://www.cs.princeton.edu/theory/complexity/diagchap.pdf
[6] The polynomial hierarchy and alternations.: http://www.cs.princeton.edu/theory/complexity/phchap.pdf
[7] Circuits.: http://www.cs.princeton.edu/theory/complexity/circuitschap.pdf
[8] Randomized Computation: http://www.cs.princeton.edu/theory/complexity/bppchap.pdf
[9] Complexity of Counting: http://www.cs.princeton.edu/theory/complexity/countchap.pdf
[10] Interactive Proofs: http://www.cs.princeton.edu/theory/complexity/ipchap.pdf
[11] Cryptography: http://www.cs.princeton.edu/theory/complexity/cryptochap.pdf
[12] Decision Trees: http://www.cs.princeton.edu/theory/complexity/dectreechap.pdf
[13] Communication Complexity: http://www.cs.princeton.edu/theory/complexity/communicatechap.pdf
[14] Circuit lowerbounds.: http://www.cs.princeton.edu/theory/complexity/circuitlbchap.pdf
[15] Algebraic complexity: http://www.cs.princeton.edu/theory/complexity/algebraicchap.pdf
[16] Average Case Complexity: Levin’s Theory: http://www.cs.princeton.edu/theory/complexity/levinavechap.pdf
[17] Random and pseudorandom walks on graphs: http://www.cs.princeton.edu/theory/complexity/rwalkchap.pdf
[18] Derandomization and Extractors: http://www.cs.princeton.edu/theory/complexity/derandchap.pdf
[19] Hardness amplification and error correcting codes: http://www.cs.princeton.edu/theory/complexity/amphardchap.pdf
[20] PCP and hardness of approximation.: http://www.cs.princeton.edu/theory/complexity/pcpchap.pdf
[21] More PCP Theorems and the Fourier Transform Technique: http://www.cs.princeton.edu/theory/complexity/hastadchap.pdf
[22] Quantum Computation: http://www.cs.princeton.edu/theory/complexity/quantumchap.pdf
[23] Logic in complexity theory: http://www.cs.princeton.edu/theory/complexity/logicchap.pdf
[24] Why are circuit lower bounds so difficult?: http://www.cs.princeton.edu/theory/complexity/naturalchap.pdf
Click here to print.