CS-E4530 Computational Complexity Theory Topics 11.1 the Polynomial

Total Page:16

File Type:pdf, Size:1020Kb

CS-E4530 Computational Complexity Theory Topics 11.1 the Polynomial Topics CS-E4530 Computational Complexity Theory The polynomial time hierarchy Lecture 11: The Polynomial Time Hierarchy and Alternating Turing Alternating Turing machines Machines (C. Papadimitriou: Computational Complexity, Chapters 16 & 17) Aalto University School of Science Department of Computer Science Spring 2020 CS-E4530 Computational Complexity Theory / Lecture 11 Department of Computer Science 2/16 11.1 The Polynomial Time Hierarchy The polynomial time hierarchy—cont’d Properties: Definition (11.1) p p Σ0 P ∆1 = P = P = P The polynomial time hierarchy comprises the sequence of classes: p p Σ = NPΣ0 = NPP = NP p p p 1 p p ∆0 = Σ0 = Π0 = P Σ0 Π1 = coNP = coNP p p Σk p p k 0 : ∆k+1 = P ∆ = Σ1 = NP ≥ p p 2 P P Σk p p Σk+1 = NP Σ1 NP p Σ2 = NP = NP p Σ p Π = k p Σ NP k+1 coNP Π = coNP 1 = coNP p 2 p p Cumulative polynomial time hierarchy: PH = k 0 Σk ≥ p Σk p Σk+1 p ∆k p ∆k+1 p ∆k+2 S ⊆ Πk ⊆ ⊆ Πk+1 ⊆ CS-E4530 Computational Complexity Theory / Lecture 11 CS-E4530 Computational Complexity Theory / Lecture 11 Department of Computer Science Department of Computer Science 3/16 4/16 Certificates Certificates—cont’d Theorem (11.1) k+1 p A relation R (Σ ) is said to be polynomially balanced if whenever Let L be a language and k 1. Then L Σ iff there is a polynomially ⊆ ∗ ≥ ∈ k (x,y ,...,y ) R, it holds that y ,..., y x t for some t. balanced relation R such that the language x;y (x,y) R is in 1 k ∈ | 1| | k| ≤ | | p { | ∈ } Πk 1 and − L = x there isa y such that (x,y) R . Corollary (11.3) { | ∈ } p Let L be a language and k 1. Then L Σ iff there is a polynomially ≥ ∈ k Corollary (11.2) balanced, polynomial-time decidable (k + 1)-ary relation R such that p Let L be a language and k 1. Then L Πk iff there is a polynomially L = x y y y Qy such that (x,y ,...,y ) R ≥ ∈ p { | ∃ 1∀ 2∃ 3 ··· k 1 k ∈ } balanced relation R such that the language x;y (x,y) R is in Σk 1 { | ∈ } − and where Q is if k is even and if k is odd. t ∀ ∃ L = x for all y with y x ,(x,y) R . { | | | ≤ | | ∈ } CS-E4530 Computational Complexity Theory / Lecture 11 CS-E4530 Computational Complexity Theory / Lecture 11 Department of Computer Science Department of Computer Science 5/16 6/16 Complete problems Is PH a proper hierarchy? QSATk (quantified satisfiability with k alternating quantifiers): Proposition (11.4) Given a Boolean expression φ with its Boolean variables p p p p p p If Σ = Π for some k 1, then ∆ = Σ = Π = Σ for all j > k. partitioned into k sets X1,...,Xk, is it true that k k ≥ j j j k there is a partial truth assignment for the variables X1 such that In this case the polynomial time hierarchy is said to collapse to the kth for all partial truth assignments for X2 level. there is a partial truth assignment for X3 ... φ is satisfied by the overall truth assignment? If P = NP, or if NP = coNP, then the polynomial time hierarchy collapses to the first level. (If P = NP, then actually already to the QSATk: Is the following quantified Boolean expression true zeroth level.) X1 X2 X3 QXk φ P = NP iff P = PH. ∃ ∀ ∃ ··· where Q is if k is even and if k is odd? Notice that it can be the case that P = NP and NP = coNP but ∀ ∃ 6 6 the polynomial time hierarchy collapses to the second level. Example (This is not expected to happen, though.) p q (p q) QSAT but p q (p q) QSAT ∃{ }∀{ } ∨ ∈ 2 ∃{ }∀{ } ∧ 6∈ 2 CS-E4530 Computational Complexity Theory / Lecture 11 CS-E4530 Computational Complexity Theory / Lecture 11 Department of Computer Science Department of Computer Science 7/16 8/16 Complete problems Theorem (11.5) p For all k 1, QSAT is Σ -complete. ≥ k k Complete problems—cont’d Example Theorem (11.6) CIRCUIT MINIMISATION: Given a Boolean circuit C and an integer K, If there is a PH-complete problem, then the polynomial time hierarchy is there a circuit C0 with at most K gates that computes the same collapses to some finite level. function as C? p CIRCUIT MINIMISATION is Σ -complete (Buchfuhrer & Umans 2008). p 2 Proof. Assume L is PH-complete. Then L Σk for some k. But then p ∈ any L0 Σk+1 reduces to L (because L is PH-complete), and so p ∈ p p Example Σ Σ (because Σ is closed under reductions). 2 k+1 ⊆ k k INTEGER EXPRESSION EQUIVALENCE: Do two integer expressions E and E , built out of binary numbers by + and , describe the same 1 2 ∪ set? (E.g. (001 011) + (010) = (011 101).) ∪ ∪ p INTEGER EXPRESSION EQUIVALENCE is Π2-complete (Stockmeyer 1973). CS-E4530 Computational Complexity Theory / Lecture 11 CS-E4530 Computational Complexity Theory / Lecture 11 Department of Computer Science Department of Computer Science 9/16 10/16 Complete problems—cont’d 11.2 Alternating Turing Machines PH PSPACE ⊆ p I L PH iff L Σ for some k iff ∈ ∈ k L = x y y Qy s.t. (x,y ,...,y ) R for some k. { | ∃ 1∀ 2 ··· k 1 k ∈ } It is open whether PH = PSPACE. I If PH = PSPACE, then the polynomial time hierarchy collapses to Alternation is an important generalisation of nondeterminism. some finite level. (Follows from Thm 11.6, because there are In a nondeterministic computation each configuration is an PSPACE-complete problems.) implicit OR of its successor configurations: i.e. a configuration If PH does not collapse, problems are strictly harder at an upper “leads to acceptance” iff at least one of its successors does. p level when compared to the lower level: if L is a Σk+1-complete p The idea is to allow both OR and AND configurations in a tree of language and L Σ , then PH collapses to level k. ∈ k configurations generated by an NTM N computing on input x. Example p Consider some Σ2-complete problem. It cannot be solved with a polynomial overhead on top of a procedure for a problem in NP (unless PH collapses to level 1). CS-E4530 Computational Complexity Theory / Lecture 11 CS-E4530 Computational Complexity Theory / Lecture 11 Department of Computer Science Department of Computer Science 11/16 12/16 Alternation-based complexity classes Definition (11.2) An alternating Turing machine N is a nondeterministic Turing machine Definition (11.3) where the set of states K is partitioned into two sets K = KAND KOR. An alternating Turing machine N decides a language L iff N accepts ∪ all strings x L and rejects all strings x L. ∈ 6∈ Given the tree of configurations of N on input x, the eventually accepting configurations of N are defined recursively: It is straightforward to define ATIME(f (n)) and ASPACE(f (n)); k 1. Any leaf configuration with state “yes” is eventually accepting. and using them, e.g. AP = ATIME(n ), AL = ASPACE(logn) etc. 2. A configuration with state in KAND is eventually accepting iff all its successors are. Roughly speaking, alternating time classes correspond to deterministic space and alternating space classes correspond to 3. A configuration with state in K is eventually accepting iff at OR deterministic time but one exponential higher. least one of its successors is. N accepts x iff its initial configuration is eventually accepting. Theorem (11.7) AL = P, AP = PSPACE, APSPACE = EXP,... CS-E4530 Computational Complexity Theory / Lecture 11 CS-E4530 Computational Complexity Theory / Lecture 11 Department of Computer Science Department of Computer Science 13/16 14/16 Learning Objectives Alternation and the polynomial time hierarchy Denote by Σ P (resp. Π P), k 1, the family of languages decided by k k ≥ polynomially time-bounded alternating Turing machines whose every computation satisfies the following conditions: The initial state belongs to KOR (resp. KAND). The concept of the polynomial time hierarchy. The computation alternates from a state in KOR to a state in Alternating Turing machines and alternation-based complexity KAND or vice versa at most k 1 times. classes. − By definition, set also Σ0P = Π0P = P. Theorem (11.8) p p For every k 0, Σ P = Σ and Π P = Π . ≥ k k k k CS-E4530 Computational Complexity Theory / Lecture 11 CS-E4530 Computational Complexity Theory / Lecture 11 Department of Computer Science Department of Computer Science 15/16 16/16.
Recommended publications
  • Computational Complexity: a Modern Approach
    i Computational Complexity: A Modern Approach Draft of a book: Dated January 2007 Comments welcome! Sanjeev Arora and Boaz Barak Princeton University [email protected] Not to be reproduced or distributed without the authors’ permission This is an Internet draft. Some chapters are more finished than others. References and attributions are very preliminary and we apologize in advance for any omissions (but hope you will nevertheless point them out to us). Please send us bugs, typos, missing references or general comments to [email protected] — Thank You!! DRAFT ii DRAFT Chapter 9 Complexity of counting “It is an empirical fact that for many combinatorial problems the detection of the existence of a solution is easy, yet no computationally efficient method is known for counting their number.... for a variety of problems this phenomenon can be explained.” L. Valiant 1979 The class NP captures the difficulty of finding certificates. However, in many contexts, one is interested not just in a single certificate, but actually counting the number of certificates. This chapter studies #P, (pronounced “sharp p”), a complexity class that captures this notion. Counting problems arise in diverse fields, often in situations having to do with estimations of probability. Examples include statistical estimation, statistical physics, network design, and more. Counting problems are also studied in a field of mathematics called enumerative combinatorics, which tries to obtain closed-form mathematical expressions for counting problems. To give an example, in the 19th century Kirchoff showed how to count the number of spanning trees in a graph using a simple determinant computation. Results in this chapter will show that for many natural counting problems, such efficiently computable expressions are unlikely to exist.
    [Show full text]
  • The Complexity Zoo
    The Complexity Zoo Scott Aaronson www.ScottAaronson.com LATEX Translation by Chris Bourke [email protected] 417 classes and counting 1 Contents 1 About This Document 3 2 Introductory Essay 4 2.1 Recommended Further Reading ......................... 4 2.2 Other Theory Compendia ............................ 5 2.3 Errors? ....................................... 5 3 Pronunciation Guide 6 4 Complexity Classes 10 5 Special Zoo Exhibit: Classes of Quantum States and Probability Distribu- tions 110 6 Acknowledgements 116 7 Bibliography 117 2 1 About This Document What is this? Well its a PDF version of the website www.ComplexityZoo.com typeset in LATEX using the complexity package. Well, what’s that? The original Complexity Zoo is a website created by Scott Aaronson which contains a (more or less) comprehensive list of Complexity Classes studied in the area of theoretical computer science known as Computa- tional Complexity. I took on the (mostly painless, thank god for regular expressions) task of translating the Zoo’s HTML code to LATEX for two reasons. First, as a regular Zoo patron, I thought, “what better way to honor such an endeavor than to spruce up the cages a bit and typeset them all in beautiful LATEX.” Second, I thought it would be a perfect project to develop complexity, a LATEX pack- age I’ve created that defines commands to typeset (almost) all of the complexity classes you’ll find here (along with some handy options that allow you to conveniently change the fonts with a single option parameters). To get the package, visit my own home page at http://www.cse.unl.edu/~cbourke/.
    [Show full text]
  • Polynomial Hierarchy
    CSE200 Lecture Notes – Polynomial Hierarchy Lecture by Russell Impagliazzo Notes by Jiawei Gao February 18, 2016 1 Polynomial Hierarchy Recall from last class that for language L, we defined PL is the class of problems poly-time Turing reducible to L. • NPL is the class of problems with witnesses verifiable in P L. • In other words, these problems can be considered as computed by deterministic or nonde- terministic TMs that can get access to an oracle machine for L. The polynomial hierarchy (or polynomial-time hierarchy) can be defined by a hierarchy of problems that have oracle access to the lower level problems. Definition 1 (Oracle definition of PH). Define classes P Σ1 = NP. P • P Σi For i 1, Σi 1 = NP . • ≥ + Symmetrically, define classes P Π1 = co-NP. • P ΠP For i 1, Π co-NP i . i+1 = • ≥ S P S P The Polynomial Hierarchy (PH) is defined as PH = i Σi = i Πi . 1.1 If P = NP, then PH collapses to P P Theorem 2. If P = NP, then P = Σi i. 8 Proof. By induction on i. P Base case: For i = 1, Σi = NP = P by definition. P P ΣP P Inductive step: Assume P NP and Σ P. Then Σ NP i NP P. = i = i+1 = = = 1 CSE 200 Winter 2016 P ΣP Figure 1: An overview of classes in PH. The arrows denote inclusion. Here ∆ P i . (Image i+1 = source: Wikipedia.) Similarly, if any two different levels in PH turn out to be the equal, then PH collapses to the lower of the two levels.
    [Show full text]
  • The Polynomial Hierarchy and Alternations
    Chapter 5 The Polynomial Hierarchy and Alternations “..synthesizing circuits is exceedingly difficulty. 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 This chapter discusses the polynomial hierarchy, a generalization of P, NP and coNP that tends to crop up in many complexity theoretic inves- tigations (including several chapters of this book). We will provide three equivalent definitions for the polynomial hierarchy, using quantified pred- icates, alternating Turing machines, and oracle TMs (a fourth definition, using uniform families of circuits, will be given in Chapter 6). We also use the hierarchy to show that solving the SAT problem requires either linear space or super-linear time. p p 5.1 The classes Σ2 and Π2 To understand the need for going beyond nondeterminism, let’s recall an NP problem, INDSET, for which we do have a short certificate of membership: INDSET = {hG, ki : graph G has an independent set of size ≥ k} . Consider a slight modification to the above problem, namely, determin- ing the largest independent set in a graph (phrased as a decision problem): EXACT INDSET = {hG, ki : the largest independent set in G has size exactly k} . Web draft 2006-09-28 18:09 95 Complexity Theory: A Modern Approach. c 2006 Sanjeev Arora and Boaz Barak. DRAFTReferences and attributions are still incomplete. P P 96 5.1. THE CLASSES Σ2 AND Π2 Now there seems to be no short certificate for membership: hG, ki ∈ EXACT INDSET iff there exists an independent set of size k in G and every other independent set has size at most k.
    [Show full text]
  • NP-Complete Problems and Physical Reality
    NP-complete Problems and Physical Reality Scott Aaronson∗ Abstract Can NP-complete problems be solved efficiently in the physical universe? I survey proposals including soap bubbles, protein folding, quantum computing, quantum advice, quantum adia- batic algorithms, quantum-mechanical nonlinearities, hidden variables, relativistic time dilation, analog computing, Malament-Hogarth spacetimes, quantum gravity, closed timelike curves, and “anthropic computing.” The section on soap bubbles even includes some “experimental” re- sults. While I do not believe that any of the proposals will let us solve NP-complete problems efficiently, I argue that by studying them, we can learn something not only about computation but also about physics. 1 Introduction “Let a computer smear—with the right kind of quantum randomness—and you create, in effect, a ‘parallel’ machine with an astronomical number of processors . All you have to do is be sure that when you collapse the system, you choose the version that happened to find the needle in the mathematical haystack.” —From Quarantine [31], a 1992 science-fiction novel by Greg Egan If I had to debate the science writer John Horgan’s claim that basic science is coming to an end [48], my argument would lean heavily on one fact: it has been only a decade since we learned that quantum computers could factor integers in polynomial time. In my (unbiased) opinion, the showdown that quantum computing has forced—between our deepest intuitions about computers on the one hand, and our best-confirmed theory of the physical world on the other—constitutes one of the most exciting scientific dramas of our time.
    [Show full text]
  • Complexes of Technetium with Pyrophosphate, Etidronate, and Medronate
    Complexes of Technetium with Pyrophosphate, Etidronate, and Medronate Charles D. Russell and Anna G. Cash Veterans Administration Medical Center and University of Alabama Medical Center, Birmingham, Alabama The reduction of [9Tc ]pertechnetate was studied as a function ofpH in complexing media of pyrophosphate, methylene dipkosphonate (MDP), and ethane-1, hydroxy-1, and l-diphosphonate (HEDP). Tast (sampled d-c) and normal-pulse polarography were used to study the reduction of pertechnetate, and normal-pulse polarography (sweeping in the anodic direction) to study the reoxidation of the products. Below pH 6 TcOi *as reduced to Tc(IH), which could be reoxidized to Tc(IV). Above pH 10, TcO," was reduced in two steps to Tc(V) and Tc(IV), each of which could be reoxidized to Tc(),~. Between pH 6 and 10 the results differed according to the ligand present. In pyrophosphate and MDP, TcOA ~ was reduced in two steps to Tc(IV) and Tc(IIl); Tc(IIl) could be reoxidized in two steps to Tc(IV) and TcO 4~. In HEDP, on the other hand, TcO, ~ was reduced in two steps to Tc(V) and Tc(III), and could be reoxidized to Tc(IV) and TcO.,". Additional waves were observed; they apparently led to unstable products. J Nucl Med 20: 532-537, 1979 The practical importance of the diphosphonate complexes of technetium with all three ligands in and pyrophosphate complexes of technetium lies in clinical use. Stable oxidation states were positively their medical use for radionuclide bone scanning. identified for a wide range of pH, and unstable Their structures unknown, they are prepared by states were characterized by their polarographic reducing tracer (nanomolar) amounts of [99nTc] per­ half-wave potentials.
    [Show full text]
  • Computational Complexity: a Modern Approach
    i Computational Complexity: A Modern Approach Draft of a book: Dated January 2007 Comments welcome! Sanjeev Arora and Boaz Barak Princeton University [email protected] Not to be reproduced or distributed without the authors’ permission This is an Internet draft. Some chapters are more finished than others. References and attributions are very preliminary and we apologize in advance for any omissions (but hope you will nevertheless point them out to us). Please send us bugs, typos, missing references or general comments to [email protected] — Thank You!! DRAFT ii DRAFT Chapter 5 The Polynomial Hierarchy and Alternations “..synthesizing circuits is exceedingly difficulty. 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 This chapter discusses the polynomial hierarchy, a generalization of P, NP and coNP that tends to crop up in many complexity theoretic investigations (including several chapters of this book). We will provide three equivalent definitions for the polynomial hierarchy, using quantified predicates, alternating Turing machines, and oracle TMs (a fourth definition, using uniform families of circuits, will be given in Chapter 6). We also use the hierarchy to show that solving the SAT problem requires either linear space or super-linear time. p p 5.1 The classes Σ2 and Π2 To understand the need for going beyond nondeterminism, let’s recall an NP problem, INDSET, for which we do have a short certificate of membership: INDSET = {hG, ki : graph G has an independent set of size ≥ k} .
    [Show full text]
  • Quantum Computational Complexity Theory Is to Un- Derstand the Implications of Quantum Physics to Computational Complexity Theory
    Quantum Computational Complexity John Watrous Institute for Quantum Computing and School of Computer Science University of Waterloo, Waterloo, Ontario, Canada. Article outline I. Definition of the subject and its importance II. Introduction III. The quantum circuit model IV. Polynomial-time quantum computations V. Quantum proofs VI. Quantum interactive proof systems VII. Other selected notions in quantum complexity VIII. Future directions IX. References Glossary Quantum circuit. A quantum circuit is an acyclic network of quantum gates connected by wires: the gates represent quantum operations and the wires represent the qubits on which these operations are performed. The quantum circuit model is the most commonly studied model of quantum computation. Quantum complexity class. A quantum complexity class is a collection of computational problems that are solvable by a cho- sen quantum computational model that obeys certain resource constraints. For example, BQP is the quantum complexity class of all decision problems that can be solved in polynomial time by a arXiv:0804.3401v1 [quant-ph] 21 Apr 2008 quantum computer. Quantum proof. A quantum proof is a quantum state that plays the role of a witness or certificate to a quan- tum computer that runs a verification procedure. The quantum complexity class QMA is defined by this notion: it includes all decision problems whose yes-instances are efficiently verifiable by means of quantum proofs. Quantum interactive proof system. A quantum interactive proof system is an interaction between a verifier and one or more provers, involving the processing and exchange of quantum information, whereby the provers attempt to convince the verifier of the answer to some computational problem.
    [Show full text]
  • 5. Polynomial Hierarchy.Pdf
    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 .
    [Show full text]
  • Entanglement in Interactive Proof Systems with Binary Answers
    Entanglement in Interactive Proof Systems with Binary Answers Stephanie Wehner∗ CWI, Kruislaan 413, 1098 SJ Amsterdam, the Netherlands. [email protected] September 25, 2018 Abstract If two classical provers share an entangled state, the resulting interactive proof system is significantly weakened [6]. We show that for the case where the verifier computes the XOR of two binary answers, the resulting proof system is in fact no more powerful than a system based ∗ ∗ on a single quantum prover: MIP [2] QIP(2). This also implies that MIP [2] EXP which was previously shown using⊕ a different⊆ method [7]. This contrasts with⊕ an interactive⊆ proof system where the two provers do not share entanglement. In that case, MIP[2] = NEXP for certain soundness and completeness parameters [6]. ⊕ 1 Introduction Interactive proof systems have received considerable attention [2, 3, 4, 8, 14, 10] since their in- troduction by Babai [1] and Goldwasser, Micali and Rackoff [11] in 1985. An interactive proof system takes the form of a protocol of one or more rounds between two parties, a verifier and a prover. Whereas the prover is computationally unbounded, the verifier is limited to probabilistic polynomial time. Both the prover and the verifier have access to a common input string x. The goal of the prover is to convince the verifier that x belongs to a pre-specified language L. The verifier’s aim, on the other hand, is to determine whether the prover’s claim is indeed valid. In each round, the verifier sends a polynomial (in x) size query to the prover, who returns a polynomial arXiv:quant-ph/0508201v2 14 Jan 2006 size answer.
    [Show full text]
  • Complexity Theory - Tutorial
    Complexity Theory - Tutorial Ivan Gavran January 31st, 2017 Part 1 1. Decide whether the following statements are true or false and justify your decision. (a) For every class C and A 2 C; if A is C-complete under Karp reduc- tions, then C ⊂ P A Solution True. Any B 2 C can be transformed into instance of A. But this - by the definition - means that B can be decided by polynomial computation (do the transformation into an instance of A) and then asking oracle A. (b) If L is NP-complete and L0 is coNP complete, then L \ L0 is NP \ coNP complete. Solution False. SAT is NP-complete. NOSAT is coNP-complete. Their intersection is empty (so that language would trivially always return false, but we know that there are non-trivial languages in NP \ coNP , primality, for example.). (c) If PH=PSPACE, then PH collapses to some level Σk Solution True. There is a complete problem for PSPACE (TQBF, for example). Since PH = PSPACE, this problem is in PH and therefore it is in Σk, for some k. But now all the problems in PH can be in polynomial time reduced to that one. Therefore, PH collapses to Σk. (d) There is an undecidable language in P=poly Solution True All unary languages are in P/poly, unary variant of halting problem is in P/poly. (e) If P=NP, then NP=coNP. Solution True Since NP = P and P ⊂ coNP it is clear that NP ⊂ coNP . Take L 2 coNP . This means that L¯ 2 NP = P .
    [Show full text]
  • 18.405J S16 Lecture 3: Circuits and Karp-Lipton
    18.405J/6.841J: Advanced Complexity Theory Spring 2016 Lecture 3: Circuits and Karp-Lipton Scribe: Anonymous Student Prof. Dana Moshkovitz Scribe Date: Fall 2012 1 Overview In the last lecture we examined relativization. We found that a common method (diagonalization) for proving non-inclusions between classes of problems was, alone, insufficient to settle the P versus NP problem. This was due to the existence of two orcales: one for which P = NP and another for which P =6 NP . Therefore, in our search for a solution, we must look into the inner workings of computation. In this lecture we will examine the role of Boolean Circuits in complexity theory. We will define the class P=poly based on the circuit model of computation. We will go on to give a weak circuit lower bound and prove the Karp-Lipton Theorem. 2 Boolean Circuits Turing Machines are, strange as it may sound, a relatively high level programming language. Because we found that diagonalization alone is not sufficient to settle the P versus NP problem, we want to look at a lower level model of computation. It may, for example, be easier to work at the bit level. To this end, we examine boolean circuits. Note that any function f : f0; 1gn ! f0; 1g is expressible as a boolean circuit. 2.1 Definitions Definition 1. Let T : N ! N.A T -size circuit family is a sequence fCng such that for all n, Cn is a boolean circuit of size (in, say, gates) at most T (n). SIZE(T ) is the class of languages with T -size circuits.
    [Show full text]