5. Polynomial Hierarchy.Pdf
Total Page:16
File Type:pdf, Size:1020Kb
Polynomial Hierarchy \A polynomial-bounded version of Kleene's Arithmetic Hierarchy becomes trivial if P = NP." Karp, 1972 Computational Complexity, by Fu Yuxi Polynomial Hierarchy 1/44 Larry Stockmeyer and Albert Meyer introduced polynomial hierarchy. 1. Larry Stockmeyer and Albert Meyer. The Equivalence Problem for Regular Expressions with Squaring Requires Exponential Space. SWAT'72. Computational Complexity, by Fu Yuxi Polynomial Hierarchy 2/44 Synopsis 1. Meyer-Stockmeyer's Polynomial Hierarchy 2. Stockmeyer-Wrathall Characterization 3. Chandra-Kozen-Stockmeyer Theorem 4. Infinite Hierarchy Conjecture 5. Time-Space Trade-Off Computational Complexity, by Fu Yuxi Polynomial Hierarchy 3/44 Meyer-Stockmeyer's Polynomial Hierarchy Computational Complexity, by Fu Yuxi Polynomial Hierarchy 4/44 Problem Beyond NP Meyer and Stockmeyer observed that MINIMAL does not seem to have short witnesses. MINIMAL = f' j ' DNF ^ 8 DNF :j j<j'j ) 9u::( (u),'(u))g: Notice that MINIMAL can be solved by an NDTM that queries SAT a polynomial time. I Why DNF? Computational Complexity, by Fu Yuxi Polynomial Hierarchy 5/44 [ PC = PA; A2C [ NPC = NPA: A2C Computational Complexity, by Fu Yuxi Polynomial Hierarchy 6/44 Meyer-Stockmeyer's Definition p p p The complexity classes Σi ; Πi ; ∆i are defined as follows: p Σ0 = P; p p Σi Σi+1 = NP ; p p Σi ∆i+1 = P ; p p Πi = Σi : The following hold: p p p I Σi ⊆ ∆i+1 ⊆ Σi+1, p p p I Πi ⊆ ∆i+1 ⊆ Πi+1. p p Σi Notice that Πi+1 = coNP by definition. Computational Complexity, by Fu Yuxi Polynomial Hierarchy 7/44 S p The polynomial hierarchy is the complexity class PH = i≥0 Σi . Computational Complexity, by Fu Yuxi Polynomial Hierarchy 8/44 Natural Problem in the Second Level \Synthesizing circuits is exceedingly difficult. It is even more difficult to show that a circuit found in this way is the most economical one to realize a function. The difficulty springs from the large number of essentially different networks available." Claude Shannon, 1949 p Umans showed in 1998 that the following language is Σ2-complete. MIN-EQ-DNF = fh'; ki j ' DNF ^ 9 DNF :j j ≤ k ^ 8u: (u) , '(u)g: I MIN-EQ-DNF is the problem referred to by Shannon. I The complexity of MINIMAL, as well as MINIMAL, is not known. Computational Complexity, by Fu Yuxi Polynomial Hierarchy 9/44 Natural Problem in the Second Level SUCCINCT SET COVER: Given a set S = f'1;:::;'mg of 3-DNF's and an integer k, is there a subset 0 W S ⊆ f1;:::; mg of size at most k such that i2S0 'i is a tautology? p This is another Σ2-complete problem. 1. C. Umans. The Minimum Equivalent DNF Problem and Shortest Implicants. JCSS, 597-611, 2001. Preliminary version in FOCS 1998. Computational Complexity, by Fu Yuxi Polynomial Hierarchy 10 / 44 Natural Problem in the Second Level EXACT INDSET refers to the following problem: fhG; ki j the largest independent sets of G are of size kg: p It is in ∆2 and is DP-complete. L 2 DP if L = L0 \ L1 for some L0 2 NP and some L1 2 coNP. Clearly NP; coNP ⊆ DP: Computational Complexity, by Fu Yuxi Polynomial Hierarchy 11 / 44 Stockmeyer-Wrathall Characterization Computational Complexity, by Fu Yuxi Polynomial Hierarchy 12 / 44 In 1976, Stockmeyer defined Polynomial Hierarchy in terms of alternation of quantifier and Wrathall proved that it is equivalent to the original definition. 1. Larry Stockmeyer. The Polynomial-Time Hierarchy. Theoretical Computer Science, 3:1-22, 1976. 2. Celia Wrathall. Complete Sets and the Polynomial-Time Hierarchy. Theoretical Computer Science. 3:23-33, 1976. Computational Complexity, by Fu Yuxi Polynomial Hierarchy 13 / 44 Logical Characterization The following result generalizes the logical characterization of NP problems. Theorem. Suppose i ≥ 1. p ∗ I L 2 Σi iff there exists a P-time TM M and a polynomial q such that for all x 2 f0; 1g , q(jxj) q(jxj) q(jxj) x 2 L iff 9u12f0; 1g 8u22f0; 1g ::: Qi ui 2f0; 1g :M(x; ue) = 1: p ∗ I L 2 Πi iff there exists a P-time TM M and a polynomial q such that for all x 2 f0; 1g , q(jxj) q(jxj) q(jxj) x 2 L iff 8u12f0; 1g 9u22f0; 1g ::: Qi ui 2f0; 1g :M(x; ue) = 1: 1. Celia Wrathall. Complete Sets and the Polynomial-Time Hierarchy. Theoretical Computer Science. 3:23-33, 1976. Computational Complexity, by Fu Yuxi Polynomial Hierarchy 14 / 44 Proof of Wrathall Theorem Let M be a P-time TM and q a polynomial such that x 2 L if and only if q(jxj) q(jxj) 9u1 2 f0; 1g ::: Qui+1 2 f0; 1g :M(x; u1;:::; ui+1) = 1: Given x an NDTM guesses a u1 and asks if the following is true q(jxj) q(jxj) 8u2 2 f0; 1g ::: Qui+1 2 f0; 1g :M(x; u1;:::; ui+1) = 1: p By induction hypothesis the above formula can be evaluated by querying a Σi oracle. Computational Complexity, by Fu Yuxi Polynomial Hierarchy 15 / 44 Proof of Wrathall Theorem p Let L be decided by a P-time NDTM N with access to some oracle A 2 Σi . Now by Cook-Levin Theorem, x 2 L if and only if 9ez:9c1;:::; cm; a1;:::; ak :9u1;:::; uk :(N accepts x using choices c1;:::; cm V and answers a1;:::; ak to the queries u1;:::; uk ) ^ ( i2[k] ai = 1 ) ui 2 A) V ^ ( i2[k] ai = 0 ) ui 2 A), where ez are introduced by the Cook-Levin reduction. We are done by induction. Computational Complexity, by Fu Yuxi Polynomial Hierarchy 16 / 44 Σi SAT LetΣ i SAT be the subset of TQBF that consists of all tautologies of the following form 9u18u2 ::: Qi ui :'(u1;:::; ui ); where '(u1;:::; ui ) is a propositional formula. p Theorem (Meyer and Stockmeyer, 1972). Σi SAT is Σi -complete. Proof. p Clearly Σi SAT 2 Σi . The completeness is defined with regards to Karp reduction. Computational Complexity, by Fu Yuxi Polynomial Hierarchy 17 / 44 Theorem (Stockmeyer, Wrathall, 1976). PH ⊆ PSPACE. Computational Complexity, by Fu Yuxi Polynomial Hierarchy 18 / 44 Chandra-Kozen-Stockmeyer Theorem Computational Complexity, by Fu Yuxi Polynomial Hierarchy 19 / 44 Ashok Chandra, Dexter Kozen and Larry Stockmeyer introduced Alternating Turing Machines that give alternative characterization of complexity classes. 1. Alternation. Journal of the ACM, 28(1):114-133, 1981. Computational Complexity, by Fu Yuxi Polynomial Hierarchy 20 / 44 Alternating Turing Machine An Alternating Turing Machine (ATM) is an NDTM in which every state is labeled by an element of f9; 8; accept; haltg. We say that an ATM A accepts x if there is a subtree Tr of the execution tree of A(x) satisfying the following: I The initial configuration is in Tr. I All leaves of Tr are labeled by accept. I If a node labeled by 8 is in Tr, both children are in Tr. I If a node labeled by 9 is in Tr, one of its children is in Tr. NDTM's are ATM's. Computational Complexity, by Fu Yuxi Polynomial Hierarchy 21 / 44 Complexity via ATM For every T : N ! N, we say that an ATM A runs in T (n)-time if for every input ∗ x 2 f0; 1g and for all nondeterministic choices, A halts after at most T (jxj) steps. I ATIME(T (n)) contains L if there is a cT (n)-time ATM A for some constant c ∗ such that, for all x 2 f0; 1g , x 2 L if and only if A(x) = 1. I ASPACE(S(n)) is defined analogously. Computational Complexity, by Fu Yuxi Polynomial Hierarchy 22 / 44 Example of ATM TQBF is solvable by an ATM in quadratic time and linear space. Computational Complexity, by Fu Yuxi Polynomial Hierarchy 23 / 44 Complexity Class via ATM AL = ASPACE(log n); [ AP = ATIME(nc ); c>0 [ APSPACE = ASPACE(nc ); c>0 [ c AEXP = ATIME(2n ); c>0 [ c AEXPSPACE = ASPACE(2n ): c>0 Computational Complexity, by Fu Yuxi Polynomial Hierarchy 24 / 44 Theorem. Assume that the relevant time/space functions are constructible. 1. NSPACE(S(n)) ⊆ ATIME(S 2(n)). 2. ATIME(T (n)) ⊆ SPACE(T (n)). S S(n) 3. ASPACE(S(n)) ⊆ c>0 TIME(c ). 4. TIME(T (n)) ⊆ ASPACE(log T (n)). 1. Savitch's proof. Recursive calls are implemented using 8-state. We need to assume that S(n) is constructible in S(n)2 time. 2. Traversal of configuration tree. Counters of length T (n). We need to assume that T (n) is also space constructible. 3. Depth first traversal of configuration graph. 4. Backward guessing (9) and parallel checking (8) in the configuration circuit. Computational Complexity, by Fu Yuxi Polynomial Hierarchy 25 / 44 Chandra-Kozen-Stockmeyer Theorem AL ⊆ AP ⊆ APSPACE ⊆ AEXP ::: = = = = ::: L ⊆ P ⊆ PSPACE ⊆ EXP ⊆ EXPSPACE ::: Computational Complexity, by Fu Yuxi Polynomial Hierarchy 26 / 44 Bounded Alternation L 2 Σi TIME(T (n))=Πi TIME(T (n)) if L is accepted by an O(T (n))-time ATM A with qstart labeled by 9=8, and on every path the machine A may alternate at most i − 1 times. Computational Complexity, by Fu Yuxi Polynomial Hierarchy 27 / 44 Polynomial Hierarchy Defined via ATM Theorem. For every i ≥ 1, the following hold: p [ c Σi = Σi TIME(n ); c>0 p [ c Πi = Πi TIME(n ): c>0 Use the logical characterization. Computational Complexity, by Fu Yuxi Polynomial Hierarchy 28 / 44 Infinite Hierarchy Conjecture Computational Complexity, by Fu Yuxi Polynomial Hierarchy 29 / 44 Theorem. If NP = P then PH = P. p p p Σi P Suppose Σi = P.