Parallel Complexity and P-Complete Problems

Total Page:16

File Type:pdf, Size:1020Kb

Parallel Complexity and P-Complete Problems 九州大学学術情報リポジトリ Kyushu University Institutional Repository Parallel Complexity and P-Complete Problems Miyano, Satoru Research Institute of Fundamental Information Science Kyushu University http://hdl.handle.net/2324/3112 出版情報:RIFIS Technical Report. 6, 1988-10-24. Research Institute of Fundamental Information Science, Kyushu University バージョン: 権利関係: cal Report Parallel Complexity and P-Complete Problems Satoru Miyano October 24, 1988 Research Institute of Fundamental Information Science Kyushu University 33 hkuoka812, Japan E-rnaii: [email protected] Phone: 092(641)1101 Ext.4471 PARALLEL GOnllFLEXfTY AND P-COMPLETE, FROBLEhllS Reseascll Irlstitute of F~~ndamenltalInformation Science Kyushu University 33, Fuli~asla812, Japan ABSTRACT The ciass NC is a subclass of P but, unfortunately, r~o!iody I:as succecdwl irl proving P#NC althougll it The class IVC consists of probiem solvable by par- is strongly believed that PfNG Like NPfP question. allel algorithms running in time O((log n)v using poly- If P#N@ is approved, a proof that a problem is P- nomial number of processors for some k 2 (3. It is complete iviil be a social proof of nonparallelizability. strongly believed that PfNC. If P#N@ is assumed, This paper gives very general P-complete theorems the P-completeness of a problem implies that no efi- concerning graph algorithms. These theorem yield a cient parallel algorithm exists for the problem. This neiai series of P-cornpiete problems arising from graph paper presents very general P-comp!eteness tileorems optixr~ization probienss including the lexicographically which yield a new series of P-complete psoblenls includ- first ~naxirrlalindependent set problem (Cook 1983). Po- ing the lexicographically first maxima! independent set te~~tially,inftnitely rnanj- nontrivial P-complete prob- problem (Cook 1983). We also give a rneliiod of firding 1c111scalr he derived, parallelisrn in sorrle kind of sequential aigoritfiil~s. This paper is also concerned with a method of find- ing parallelism in problems. Parallelism can be con- sidered in two ways. One is paralleiisrn in existing se- quential algorithms (Kuck 1973). Tlie other is inherent An important role of the parailel complexity theory parallelism in problerns themselves that requires more is to gain insights into inherent parallelism in various mathematical analysis. A method we present in this pa- types of computing problem. It is intended to provide per iocate between these two parallelisms. This method knowledges for answering the following basic questions: is very helpful io show that some problems are in PJC. We exemplify the method through some applications. 1. What kind of problems allow fast eflicient parallel algorithms? 2 EFFICENT PARALLEL ALGORITHhTS 2. What kind of problerns are inherently sequential? AND NC Namely, it aims at understanding of the range of prob- NC is a mnemonics for Nick's Class (Nick Pippenger lems which allow fast emcient parallel algorithms. Si- 1979) named by S.A. Cook in recognition of his contribu- multaneously, it tries ts capture theoretical limits of tion. Tlre purpose of this section is to convince that NC parallel comput- t'ions. is a reasonable class which provides a yardstick mmsur- ing parallel complexity of problems. It has been observed that there are some probienls which can be solved by easy polynomial ti~riesecjnenlial 2.1 Efliciel~tParallel Algoritllms algorikhnls but do not seem to allow any fast parallel al- gorithms. Recent researches show that these probtems hiany formal parallel cornputation models have been are P-complete. On the otller hand, the class NC, idern- considered (Cook 1981). A broadly accepted model is tified by Pippenger (19791, is understood as the class of the paraliel RAhl (PItAhi) model in which a number problem which allow fast efficient parallel algorithm, of processors work together synchronously and cornmu- nicate with a common random access memory. The 2.2 Uniform Circuits and Parallel RAM PRAM model is further classified according to read and The class NC is defined by the uniform circuit model write access abilities as CREW PRAM (Concurrent Read that is suited for classifying problems precisely. Exclusive Write), EREW PRAM and CRCW PRAM. a. n n Problems for which we consider parailel complexity Defirlition A circuit wit11 inputs and outputs is a finite labelled directed acyclic graph satisfying the fol- are formulated as follows: lowings: There are exactly n nodes of indegree 0 called Definition A problem (or search problem) S with a size inputs which are labelled with XI,..., zn, respectively. parameter h(n) is a family (Sn),ll of relations S, C The nodes of indegree 2 (resp. indegree 1) are labelled (0,l)" x (0,13"") for n 2 1. For n 2 1, s E (0, 11, is with either V (or) or i\ (and) (resp. 7 (not)). Exactly called an instance and an object y E (0, I)~(")satisfying m nodes labelled with yl,..., y, are specified as outputs. S,(x, y), if any, is called a solution for z. We denote by size(a) (resp. depi'h(a)) the number of node in rr (resp. the length of the longest path from Example 2.1 A nasirna! independent set (XIIS) of an some input to some output). undirected graph is a maximal set U of vertices such that no two vertices in CT are adjacent. The problem of find- Definition We say that a circuit family {a,),>l- with ing a MIS is formulated in the following way: .A graph output size h(n) compute a function J = (Jn)nll, if with n vertices is represented by an n x n-adjacency ma- each a, computes fn, where a, is a circuit, with n inputs trix and a subset of vertices is represented by an n-bit and h(n) outputs and j, : (O,1jn -+ {O, l)'In). For a vector, Then MIS=(MTS,) is defined only for Integers search problem S = (S,),>1, wesay that solves of the form n2 as S if the function {fn],zl- computed by {an),LI satisfies MIS,? (0,1)"' x (0, l)", S,(s,f,fx)) for all n 2 1. where for (s,yj EMIS,=, 3; is a symmetric matrix repre- Several kinds of uniformities of circuits have been senting an undirected graph with n vertices and y a bit proposed (Ruzzo 1981, Cook 1951, 1983, 1985). One of vector representing a MIS in the graph. Definition A parallel algorithm on a PRAM solving a problem is efficient if, given an input of size n, it runs (1) in time O((log njk) for some constant k 2 0, (2) with a polynomial number of processors. This definition is based on the observation that the time Ofjlog n)k)is very fast and a polynomial number of pro- cessors is feasible. The PRAM model may not seem very realistic in the practical sense. A more realistic model is, for example, a network model. But there are some works showing that PRAM is a good model. For example, Alt et al. Fig. 2.1 Overview of Complexity Classes (1987) showed that the shared memory of any EREW PRAM with n processors and m cells of shared mem- them defines that a circuit family (a,),2l is "uniform" ory can be emulated by an n-processor module parallel (called log uniform) if, given 12 in unary, the description computer with a slow down of O(log nz). Ranade (1987) of the nth circuit a, is log space computable" But NC proved that one step of an n-processor CRCW PRAM defined below does not change by the choice of unifor- can be emulated on an n-processor FFT network in time mity (Ruzzo 1981)- The location of NC is shown in O(Log n) with high probability, using an FIFO queue of Fig. 2.1 together with its neighbors. size 0(1) at each node. Hence the gap is only O(lognj 'A function f is log space computable if it is computed by while keeping the number of processors. a deterministic off-line Turing machine using O(logn3 worktape space. Definition the hardness of parallelization. (1) NCk=(S 1 S is solvable by a uniform circuit The knowledge that a problem is P-complete pro- family such that sizejru,) vides algorithm designers valuable information about is boilnded by some polynomiai the approaches they should choose. It would relieve and simultaneously depih(ccn) = wasting efforts for devising drastically fast paraliel ai- ?zIk)). Q(Qog gorithms and, instead, direct toward ways which lead to useful algorithnw. Proofs of P-completeness may also tell us which parts of problems are hard to parallelize. From the above arguments and the following result, we see that NC is a reasonable class. The P-completeness due to Cook (1985) adopted the NC1-reducibility that uses NC1-computable O(1og n) Theorem 2.1 (Stockmeyer and Vishkin 1984) depth uniform circuits with oracle gates. However, we use an extended version of the many-one log space re- ducibility (Hopcroft and Ull~nan1979) instead of the where CRCW-PRAM(~~(",O((log n)O("))) is the class NC1-reducibility because of the following reasons. It of problems solvable on a CRCW PRAM with polyno- is easier to find required log space computable functions mial number of processors in time O(jlogn)k) for some which are also computable in NC2. Above all, all known constant k 2 O . P-completeness of natural problems can also be showr, via log space reductions. In the arguments above, we have ignored constants appearing in 0-notation and the degree of poiynomi- Definition Let S and T be problems of size param- als. In parallel computations, constants affect very seri- eters t~(123 and h(nj, respectively.
Recommended publications
  • Database Theory
    DATABASE THEORY Lecture 4: Complexity of FO Query Answering Markus Krotzsch¨ TU Dresden, 21 April 2016 Overview 1. Introduction | Relational data model 2. First-order queries 3. Complexity of query answering 4. Complexity of FO query answering 5. Conjunctive queries 6. Tree-like conjunctive queries 7. Query optimisation 8. Conjunctive Query Optimisation / First-Order Expressiveness 9. First-Order Expressiveness / Introduction to Datalog 10. Expressive Power and Complexity of Datalog 11. Optimisation and Evaluation of Datalog 12. Evaluation of Datalog (2) 13. Graph Databases and Path Queries 14. Outlook: database theory in practice See course homepage [) link] for more information and materials Markus Krötzsch, 21 April 2016 Database Theory slide 2 of 41 How to Measure Query Answering Complexity Query answering as decision problem { consider Boolean queries Various notions of complexity: • Combined complexity (complexity w.r.t. size of query and database instance) • Data complexity (worst case complexity for any fixed query) • Query complexity (worst case complexity for any fixed database instance) Various common complexity classes: L ⊆ NL ⊆ P ⊆ NP ⊆ PSpace ⊆ ExpTime Markus Krötzsch, 21 April 2016 Database Theory slide 3 of 41 An Algorithm for Evaluating FO Queries function Eval(', I) 01 switch (') f I 02 case p(c1, ::: , cn): return hc1, ::: , cni 2 p 03 case : : return :Eval( , I) 04 case 1 ^ 2 : return Eval( 1, I) ^ Eval( 2, I) 05 case 9x. : 06 for c 2 ∆I f 07 if Eval( [x 7! c], I) then return true 08 g 09 return false 10 g Markus Krötzsch, 21 April 2016 Database Theory slide 4 of 41 FO Algorithm Worst-Case Runtime Let m be the size of ', and let n = jIj (total table sizes) • How many recursive calls of Eval are there? { one per subexpression: at most m • Maximum depth of recursion? { bounded by total number of calls: at most m • Maximum number of iterations of for loop? { j∆Ij ≤ n per recursion level { at most nm iterations I • Checking hc1, ::: , cni 2 p can be done in linear time w.r.t.
    [Show full text]
  • Interactive Proof Systems and Alternating Time-Space Complexity
    Theoretical Computer Science 113 (1993) 55-73 55 Elsevier Interactive proof systems and alternating time-space complexity Lance Fortnow” and Carsten Lund** Department of Computer Science, Unicersity of Chicago. 1100 E. 58th Street, Chicago, IL 40637, USA Abstract Fortnow, L. and C. Lund, Interactive proof systems and alternating time-space complexity, Theoretical Computer Science 113 (1993) 55-73. We show a rough equivalence between alternating time-space complexity and a public-coin interactive proof system with the verifier having a polynomial-related time-space complexity. Special cases include the following: . All of NC has interactive proofs, with a log-space polynomial-time public-coin verifier vastly improving the best previous lower bound of LOGCFL for this model (Fortnow and Sipser, 1988). All languages in P have interactive proofs with a polynomial-time public-coin verifier using o(log’ n) space. l All exponential-time languages have interactive proof systems with public-coin polynomial-space exponential-time verifiers. To achieve better bounds, we show how to reduce a k-tape alternating Turing machine to a l-tape alternating Turing machine with only a constant factor increase in time and space. 1. Introduction In 1981, Chandra et al. [4] introduced alternating Turing machines, an extension of nondeterministic computation where the Turing machine can make both existential and universal moves. In 1985, Goldwasser et al. [lo] and Babai [l] introduced interactive proof systems, an extension of nondeterministic computation consisting of two players, an infinitely powerful prover and a probabilistic polynomial-time verifier. The prover will try to convince the verifier of the validity of some statement.
    [Show full text]
  • Complexity Theory Lecture 9 Co-NP Co-NP-Complete
    Complexity Theory 1 Complexity Theory 2 co-NP Complexity Theory Lecture 9 As co-NP is the collection of complements of languages in NP, and P is closed under complementation, co-NP can also be characterised as the collection of languages of the form: ′ L = x y y <p( x ) R (x, y) { |∀ | | | | → } Anuj Dawar University of Cambridge Computer Laboratory NP – the collection of languages with succinct certificates of Easter Term 2010 membership. co-NP – the collection of languages with succinct certificates of http://www.cl.cam.ac.uk/teaching/0910/Complexity/ disqualification. Anuj Dawar May 14, 2010 Anuj Dawar May 14, 2010 Complexity Theory 3 Complexity Theory 4 NP co-NP co-NP-complete P VAL – the collection of Boolean expressions that are valid is co-NP-complete. Any language L that is the complement of an NP-complete language is co-NP-complete. Any of the situations is consistent with our present state of ¯ knowledge: Any reduction of a language L1 to L2 is also a reduction of L1–the complement of L1–to L¯2–the complement of L2. P = NP = co-NP • There is an easy reduction from the complement of SAT to VAL, P = NP co-NP = NP = co-NP • ∩ namely the map that takes an expression to its negation. P = NP co-NP = NP = co-NP • ∩ VAL P P = NP = co-NP ∈ ⇒ P = NP co-NP = NP = co-NP • ∩ VAL NP NP = co-NP ∈ ⇒ Anuj Dawar May 14, 2010 Anuj Dawar May 14, 2010 Complexity Theory 5 Complexity Theory 6 Prime Numbers Primality Consider the decision problem PRIME: Another way of putting this is that Composite is in NP.
    [Show full text]
  • The Shrinking Property for NP and Conp✩
    Theoretical Computer Science 412 (2011) 853–864 Contents lists available at ScienceDirect Theoretical Computer Science journal homepage: www.elsevier.com/locate/tcs The shrinking property for NP and coNPI Christian Glaßer a, Christian Reitwießner a,∗, Victor Selivanov b a Julius-Maximilians-Universität Würzburg, Germany b A.P. Ershov Institute of Informatics Systems, Siberian Division of the Russian Academy of Sciences, Russia article info a b s t r a c t Article history: We study the shrinking and separation properties (two notions well-known in descriptive Received 18 August 2009 set theory) for NP and coNP and show that under reasonable complexity-theoretic Received in revised form 11 November assumptions, both properties do not hold for NP and the shrinking property does not hold 2010 for coNP. In particular we obtain the following results. Accepted 15 November 2010 Communicated by A. Razborov P 1. NP and coNP do not have the shrinking property unless PH is finite. In general, Σn and P Πn do not have the shrinking property unless PH is finite. This solves an open question Keywords: posed by Selivanov (1994) [33]. Computational complexity 2. The separation property does not hold for NP unless UP ⊆ coNP. Polynomial hierarchy 3. The shrinking property does not hold for NP unless there exist NP-hard disjoint NP-pairs NP-pairs (existence of such pairs would contradict a conjecture of Even et al. (1984) [6]). P-separability Multivalued functions 4. The shrinking property does not hold for NP unless there exist complete disjoint NP- pairs. Moreover, we prove that the assumption NP 6D coNP is too weak to refute the shrinking property for NP in a relativizable way.
    [Show full text]
  • On the Randomness Complexity of Interactive Proofs and Statistical Zero-Knowledge Proofs*
    On the Randomness Complexity of Interactive Proofs and Statistical Zero-Knowledge Proofs* Benny Applebaum† Eyal Golombek* Abstract We study the randomness complexity of interactive proofs and zero-knowledge proofs. In particular, we ask whether it is possible to reduce the randomness complexity, R, of the verifier to be comparable with the number of bits, CV , that the verifier sends during the interaction. We show that such randomness sparsification is possible in several settings. Specifically, unconditional sparsification can be obtained in the non-uniform setting (where the verifier is modelled as a circuit), and in the uniform setting where the parties have access to a (reusable) common-random-string (CRS). We further show that constant-round uniform protocols can be sparsified without a CRS under a plausible worst-case complexity-theoretic assumption that was used previously in the context of derandomization. All the above sparsification results preserve statistical-zero knowledge provided that this property holds against a cheating verifier. We further show that randomness sparsification can be applied to honest-verifier statistical zero-knowledge (HVSZK) proofs at the expense of increasing the communica- tion from the prover by R−F bits, or, in the case of honest-verifier perfect zero-knowledge (HVPZK) by slowing down the simulation by a factor of 2R−F . Here F is a new measure of accessible bit complexity of an HVZK proof system that ranges from 0 to R, where a maximal grade of R is achieved when zero- knowledge holds against a “semi-malicious” verifier that maliciously selects its random tape and then plays honestly.
    [Show full text]
  • Week 1: an Overview of Circuit Complexity 1 Welcome 2
    Topics in Circuit Complexity (CS354, Fall’11) Week 1: An Overview of Circuit Complexity Lecture Notes for 9/27 and 9/29 Ryan Williams 1 Welcome The area of circuit complexity has a long history, starting in the 1940’s. It is full of open problems and frontiers that seem insurmountable, yet the literature on circuit complexity is fairly large. There is much that we do know, although it is scattered across several textbooks and academic papers. I think now is a good time to look again at circuit complexity with fresh eyes, and try to see what can be done. 2 Preliminaries An n-bit Boolean function has domain f0; 1gn and co-domain f0; 1g. At a high level, the basic question asked in circuit complexity is: given a collection of “simple functions” and a target Boolean function f, how efficiently can f be computed (on all inputs) using the simple functions? Of course, efficiency can be measured in many ways. The most natural measure is that of the “size” of computation: how many copies of these simple functions are necessary to compute f? Let B be a set of Boolean functions, which we call a basis set. The fan-in of a function g 2 B is the number of inputs that g takes. (Typical choices are fan-in 2, or unbounded fan-in, meaning that g can take any number of inputs.) We define a circuit C with n inputs and size s over a basis B, as follows. C consists of a directed acyclic graph (DAG) of s + n + 2 nodes, with n sources and one sink (the sth node in some fixed topological order on the nodes).
    [Show full text]
  • Dspace 6.X Documentation
    DSpace 6.x Documentation DSpace 6.x Documentation Author: The DSpace Developer Team Date: 27 June 2018 URL: https://wiki.duraspace.org/display/DSDOC6x Page 1 of 924 DSpace 6.x Documentation Table of Contents 1 Introduction ___________________________________________________________________________ 7 1.1 Release Notes ____________________________________________________________________ 8 1.1.1 6.3 Release Notes ___________________________________________________________ 8 1.1.2 6.2 Release Notes __________________________________________________________ 11 1.1.3 6.1 Release Notes _________________________________________________________ 12 1.1.4 6.0 Release Notes __________________________________________________________ 14 1.2 Functional Overview _______________________________________________________________ 22 1.2.1 Online access to your digital assets ____________________________________________ 23 1.2.2 Metadata Management ______________________________________________________ 25 1.2.3 Licensing _________________________________________________________________ 27 1.2.4 Persistent URLs and Identifiers _______________________________________________ 28 1.2.5 Getting content into DSpace __________________________________________________ 30 1.2.6 Getting content out of DSpace ________________________________________________ 33 1.2.7 User Management __________________________________________________________ 35 1.2.8 Access Control ____________________________________________________________ 36 1.2.9 Usage Metrics _____________________________________________________________
    [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]
  • Interactive Proofs for Quantum Computations
    Innovations in Computer Science 2010 Interactive Proofs For Quantum Computations Dorit Aharonov Michael Ben-Or Elad Eban School of Computer Science, The Hebrew University of Jerusalem, Israel [email protected] [email protected] [email protected] Abstract: The widely held belief that BQP strictly contains BPP raises fundamental questions: Upcoming generations of quantum computers might already be too large to be simulated classically. Is it possible to experimentally test that these systems perform as they should, if we cannot efficiently compute predictions for their behavior? Vazirani has asked [21]: If computing predictions for Quantum Mechanics requires exponential resources, is Quantum Mechanics a falsifiable theory? In cryptographic settings, an untrusted future company wants to sell a quantum computer or perform a delegated quantum computation. Can the customer be convinced of correctness without the ability to compare results to predictions? To provide answers to these questions, we define Quantum Prover Interactive Proofs (QPIP). Whereas in standard Interactive Proofs [13] the prover is computationally unbounded, here our prover is in BQP, representing a quantum computer. The verifier models our current computational capabilities: it is a BPP machine, with access to few qubits. Our main theorem can be roughly stated as: ”Any language in BQP has a QPIP, and moreover, a fault tolerant one” (providing a partial answer to a challenge posted in [1]). We provide two proofs. The simpler one uses a new (possibly of independent interest) quantum authentication scheme (QAS) based on random Clifford elements. This QPIP however, is not fault tolerant. Our second protocol uses polynomial codes QAS due to Ben-Or, Cr´epeau, Gottesman, Hassidim, and Smith [8], combined with quantum fault tolerance and secure multiparty quantum computation techniques.
    [Show full text]
  • Lecture 11 1 Non-Uniform Complexity
    Notes on Complexity Theory Last updated: October, 2011 Lecture 11 Jonathan Katz 1 Non-Uniform Complexity 1.1 Circuit Lower Bounds for a Language in §2 \ ¦2 We have seen that there exist \very hard" languages (i.e., languages that require circuits of size (1 ¡ ")2n=n). If we can show that there exists a language in NP that is even \moderately hard" (i.e., requires circuits of super-polynomial size) then we will have proved P 6= NP. (In some sense, it would be even nicer to show some concrete language in NP that requires circuits of super-polynomial size. But mere existence of such a language is enough.) c Here we show that for every c there is a language in §2 \ ¦2 that is not in size(n ). Note that this does not prove §2 \ ¦2 6⊆ P=poly since, for every c, the language we obtain is di®erent. (Indeed, using the time hierarchy theorem, we have that for every c there is a language in P that is not in time(nc).) What is particularly interesting here is that (1) we prove a non-uniform lower bound and (2) the proof is, in some sense, rather simple. c Theorem 1 For every c, there is a language in §4 \ ¦4 that is not in size(n ). Proof Fix some c. For each n, let Cn be the lexicographically ¯rst circuit on n inputs such c that (the function computed by) Cn cannot be computed by any circuit of size at most n . By the c+1 non-uniform hierarchy theorem (see [1]), there exists such a Cn of size at most n (for n large c enough).
    [Show full text]
  • Simple Doubly-Efficient Interactive Proof Systems for Locally
    Electronic Colloquium on Computational Complexity, Revision 3 of Report No. 18 (2017) Simple doubly-efficient interactive proof systems for locally-characterizable sets Oded Goldreich∗ Guy N. Rothblumy September 8, 2017 Abstract A proof system is called doubly-efficient if the prescribed prover strategy can be implemented in polynomial-time and the verifier’s strategy can be implemented in almost-linear-time. We present direct constructions of doubly-efficient interactive proof systems for problems in P that are believed to have relatively high complexity. Specifically, such constructions are presented for t-CLIQUE and t-SUM. In addition, we present a generic construction of such proof systems for a natural class that contains both problems and is in NC (and also in SC). The proof systems presented by us are significantly simpler than the proof systems presented by Goldwasser, Kalai and Rothblum (JACM, 2015), let alone those presented by Reingold, Roth- blum, and Rothblum (STOC, 2016), and can be implemented using a smaller number of rounds. Contents 1 Introduction 1 1.1 The current work . 1 1.2 Relation to prior work . 3 1.3 Organization and conventions . 4 2 Preliminaries: The sum-check protocol 5 3 The case of t-CLIQUE 5 4 The general result 7 4.1 A natural class: locally-characterizable sets . 7 4.2 Proof of Theorem 1 . 8 4.3 Generalization: round versus computation trade-off . 9 4.4 Extension to a wider class . 10 5 The case of t-SUM 13 References 15 Appendix: An MA proof system for locally-chracterizable sets 18 ∗Department of Computer Science, Weizmann Institute of Science, Rehovot, Israel.
    [Show full text]
  • Lecture 10: Space Complexity III
    Space Complexity Classes: NL and L Reductions NL-completeness The Relation between NL and coNL A Relation Among the Complexity Classes Lecture 10: Space Complexity III Arijit Bishnu 27.03.2010 Space Complexity Classes: NL and L Reductions NL-completeness The Relation between NL and coNL A Relation Among the Complexity Classes Outline 1 Space Complexity Classes: NL and L 2 Reductions 3 NL-completeness 4 The Relation between NL and coNL 5 A Relation Among the Complexity Classes Space Complexity Classes: NL and L Reductions NL-completeness The Relation between NL and coNL A Relation Among the Complexity Classes Outline 1 Space Complexity Classes: NL and L 2 Reductions 3 NL-completeness 4 The Relation between NL and coNL 5 A Relation Among the Complexity Classes Definition for Recapitulation S c NPSPACE = c>0 NSPACE(n ). The class NPSPACE is an analog of the class NP. Definition L = SPACE(log n). Definition NL = NSPACE(log n). Space Complexity Classes: NL and L Reductions NL-completeness The Relation between NL and coNL A Relation Among the Complexity Classes Space Complexity Classes Definition for Recapitulation S c PSPACE = c>0 SPACE(n ). The class PSPACE is an analog of the class P. Definition L = SPACE(log n). Definition NL = NSPACE(log n). Space Complexity Classes: NL and L Reductions NL-completeness The Relation between NL and coNL A Relation Among the Complexity Classes Space Complexity Classes Definition for Recapitulation S c PSPACE = c>0 SPACE(n ). The class PSPACE is an analog of the class P. Definition for Recapitulation S c NPSPACE = c>0 NSPACE(n ).
    [Show full text]