The Polynomial Hierarchy

Total Page:16

File Type:pdf, Size:1020Kb

The Polynomial Hierarchy The Polynomial Hierarchy Xin Li [email protected] Generalization of P, NP, coNP • INDSET={<G, k>: G has an independent set of size k.} ∈ NP. • EXACT INDSET={<G, k>: the largest independent set of G has size k.} • Question: EXACT INDSET ∈ NP? • No easy short certificate: <G, k> ∈ EXACT INDSET iff ∃ an I.S. of size k and ∀ other I.S. has size ≤ k. Generalization of P, NP, coNP • Given a CNF formula Φ, try to find the smallest CNF ψ equivalent to Φ. • MIN-EQ-CNF ={<Φ, k>: ∃ CNF formula ψ of size ≤ k s.t. ψ=Φ.} • Question: MIN-EQ-CNF ∈ NP? • No easy short certificate: <Φ, k> ∈ MIN-EQ-CNF iff ∃ CNF formula ψ of size ≤ k s.t. ∀ x, ψ(x)=Φ(x). Generalization of P, NP, coNP • Seems to need not just one “∃/∀” quantifier, but both. p • Definition: The class Σ2 is the set of all languages L s.t. ∃ a polynomial time TM M and a polynomial function q s.t. ∀ x ∈ {0, 1}* x ∈ L iff ∃ u ∈ {0, 1}q(\x\) ∀ v ∈ {0, 1}q(\x\) M(x, u, v)=1 p • Example: EXACT INDSET, MIN-EQ-CNF ∈ Σ2 . Generalization of P, NP, coNP p • Definition: The class Σ2 is the set of all languages L s.t. ∃ a polynomial time TM M and a polynomial function q s.t. ∀ x ∈ {0, 1}* x ∈ L iff ∃ u ∈ {0, 1}q(\x\) ∀ v ∈ {0, 1}q(\x\) M(x, u, v)=1 p p • NP ⊆ Σ2 (M just ignores v) and coNP ⊆ Σ2 (M just ignores u). p • Similarly, can generalize to Σi (for some constant i) where we have i alternating quantifiers starting with ∃. Generalization of P, NP, coNP p • Similarly, can generalize to Σi (for some constant i) where we have i alternating quantifiers starting with ∃. p p p p • Define Πi = coΣi i.e., all languages whose complement is in Σi . Πi has i alternating quantifiers starting with ∀. p • Example: The class Π2 is the set of all languages L s.t. ∃ a polynomial time TM M and a polynomial function q s.t. ∀ x ∈ {0, 1}* x ∈ L iff ∀ u ∈ {0, 1}q(\x\) ∃ v ∈ {0, 1}q(\x\) M(x, u, v)=1 Generalization of P, NP, coNP p p p p p p p p • Simple relations: Σi ⊆ Σi+1 and Πi ⊆ Σi+1 . Similarly, Σi ⊆ Πi+1 and Πi ⊆ Πi+1 • p p NP= Σ1 and coNP=Π1 . p Πi p • Σi+1 : ∃ u1 ∈ {0, 1}q(\x\) ∀ u2 ∈ {0, 1}q(\x\) … Qi+1 ui+1 M(x, u1, …, ui+1)=1 p p p p • So Σi+1 =NP^Πi (NP using an oracle that decides Πi languages). Similarly, Πi+1 p =coNP^ Σi . The Polynomial Hierarchy p p p p p p p p • Since Σi ⊆ Σi+1 and Πi ⊆ Σi+1 . Σi ⊆ Πi+1 and Πi ⊆ Πi+1 ∞ p ∞ p • Can define PH= Ui=1 Σi = Ui=1 Πi .This is known as the polynomial hierarchy. • We believe P ≠NP and NP ≠ coNP. p p p p p • Generalize to conjecture: ∀ i, Σi ≠ Σi+1 , Σi ≠ Πi or Σi ⊂PH (PH does not collapse). The Polynomial Hierarchy • The smaller i is, the weaker the conjecture is, hence more believable. p p p • If for some i we have Σi = Σi+1 , then this implies that PH= Σi and we say PH collapses to the i’th level. p p p • Theorem: (1) ∀ i, if Σi = Πi , then PH= Σi , the reverse is also true. (2) If P=NP, then PH=P. The Polynomial Hierarchy p p p • Theorem: (1) ∀ i, if Σi = Πi , then PH= Σi , the reverse is also true. (2) If P=NP, then PH=P. p p • Proof of (2): Assume P=NP. Prove by induction that ∀ i, Σi , Πi ⊆P. • Base case: i=1 holds since P=NP=coNP. p p p p • Assume holds for i-1, show Σi ⊆P. Πi follows since Πi = coΣi . The Polynomial Hierarchy p • Let L ∈ Σi , by definition, ∃ a polynomial time TM M and a polynomial function q s.t. ∀ x ∈ {0, 1}* x ∈ L iff ∃ u1 ∈ {0, 1}q(\x\) ∀ u2 ∈ {0, 1}q(\x\) … Qi ui M(x, u1, …, ui)=1 • Define the language L’ as <x, u1 > ∈ L’ iff ∀ u2 ∈ {0, 1}q(\x\) … Qi ui M(x, u1, u2 ,…, ui)=1 p • Thus L’ ∈Πi-1 ⊆P and ∃ a polynomial time TM M’ deciding L’. The Polynomial Hierarchy p • Let L ∈ Σi , by definition, ∃ a polynomial time TM M and a polynomial function q s.t. ∀ x ∈ {0, 1}* x ∈ L iff ∃ u1 ∈ {0, 1}q(\x\) ∀ u2 ∈ {0, 1}q(\x\) … Qi ui M(x, u1, …, ui)=1 • Hence x ∈ L iff ∃ u1 ∈ {0, 1}q(\x\) M’(x, u1)=1 • Thus L ∈NP⊆P. The Polynomial Hierarchy p p • Like NP and coNP, we can define complete problems for Σi and Πi . p p p • Say a language L is Σi complete if L ∈ Σi and ∀ L’ ∈ Σi , L’ ≤p L. • For any i, let Σi SAT={all QBFs of the form ∃ u1 ∀ u2 … Qi ui Φ(u1, …, ui) that are true} where Φ is a Boolean formula. p • Σi SAT is Σi complete. The Polynomial Hierarchy • However, unlikely to have PH-complete languages. p • Theorem: if ∃ a language L that is PH-complete, then ∃ i s.t. PH=Σi . p • Proof: there must ∃ i s.t. L ∈ Σi . If L is PH-complete, then ∀ L’ ∈ PH, L’ ≤p L and thus p p L’ ∈ Σi . Therefore PH=Σi . The Polynomial Hierarchy • Not hard to show that PH⊆PSPACE. • Can use the same algorithm for TQBF to decide any language in PH, since the # of quantifiers is a constant (although can be arbitrarily large). • Corollary: If PH does not collapse, then PH⊂PSPACE. Otherwise TQBF is a PH- complete language. • Question: Does P=NP imply P=PSPACE? why?.
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]