P-COMPLETE PROBLEMS and APPROXIMATE SOLUTIONS Sartaj

Total Page:16

File Type:pdf, Size:1020Kb

P-COMPLETE PROBLEMS and APPROXIMATE SOLUTIONS Sartaj P-COMPLETE PROBLEMS AND APPROXIMATE SOLUTIONS Sartaj Sahni and Teofilo Gonzales Computer Science Department University of Minnesota Minneapolis, Minnesota ABSTRACT recognition problems and in order to speak of approximate solutions we shall have to convert We study the class of P-Complete problems and show them to optimisation problems. Thus, the clique the following: problem of [4 J will become the max clique prob­ lem) and i) for any constant e > 0 there is a P-complete b) are there P-Complete problems for which one can problem for which an e-approximate solution can obtain solutions arbitrarily close to the be found in linear time optimal in polynomial time (the algorithms of [7] ii) there exist P-Complete problems for which lin­ can get to within 11k of the optimal in O(nk) ear time approximate solutions that get closer time, here we present problems for which one can and closer to the optimal (with increasing get to within 11k in O(n) time, where n is the problem size) can be found space to describe the problem) , remain open. iii) there exist P-Complete problems for which the In this paper, we shall attempt to answer these approximation problems are also P-Complete. questions. The following problems known to be NP-Complete (see KEY WORDS Karp [4 J) shall be used in the reductions: P-Complete, approximation algorithm, polynomial i) Partition: Given s integers (c ,c , •••,c ) is l 2 s complexity, k-Partition, k-MaxCut, traveling salesman, there a subset I�{1,2, •••,s} such cycle covers. that E c = E c h h heI htI 1. INTRODUCTION ii) Cut: Given an undirected graph G(N,A) , Our notion of P-Complete corresponds to the one weighting function w : A + Z, positive used in [6] . This can easily be seen to be equivalent integer W, is there a set SeN such that to that of Cook [2]. A problem, L , will be said to E w{u,v} > W be P-Complete iff the following holds: L can be - {u,v}eA solved in polynomial deterministic time iff the class ues of nondeterministic polynomial time languages is the vts same as deterministic polynomial time languages (i.e. P = NP). Knuth [5] suggests the terminology iii) Sum of Subsets: Given n+l positive integers NP-Complete. However, his notion of "completeness" is (r ,r , •••r ,m) , is there a that of Karp [4]. Since the equivalence or non­ l 2 n equivalence of the two notions is not known, we will subset of the r. 's that sums � use the term NP-Complete for problems that can be to m. shown complete with Karp's definition and P-Complete The problems we shall use to answer the questions for those which require the definition of [6]. The posed earlier are: reader unfamiliar with P-Complete problems is referred a) k-Partition: Given n integers r ,r , •••r and to [4] and [6]. All problems that are NP-Complet e l 2 n (i.e. complete under Karp's definitions) are also an integer k � 2, are there P-Complete [2 and 6]. The reverse is unknown. Since disjoint subsets I ,I , •.•,I l 2 k it appears that P � NP, the P-Complete k such that 0 I {1,2, •••n} and problems probably have no polynomial solution. Many i i=l of these problems, especially the optimisation problems, are of practical significance. Often. as in the case of the Knapsack problem [7], approximate solutions (i.e. feasible solutions that are guaranteed to be 'reasonably' close to the optimal) would be (The Partition problem i) above acceptable so long as they can be obtained 'quickly' is then just the 2-Partition (e. g. by an O(nk) algorithm for small k) . Johnson problem.) [3] and Sahni [7] have studied some P-Complete prob­ lems with respect to obtaining 'good' (i.e. poly­ b) k-Cut: Given and undirected graph G = (N,A), nomial) approximate algorithms. (For·our purposes, integer k � 2, weighting function an algorithm for a maximization problem WillA e said w: A + Z, positive integer W, are to be f(n) -approximate (f.(n) < 1) iff F* - F < f(n) there disjoint sets S ,S "."S such - 2 k F* t k l I that S = Nand l: w(u,v) � W. 0 i for all n (F* is the maximum value of the objective i=l {u,v}gA function and F the approximation to the maximum, we ueS i assume F*>O» . For a more formal definition see [7].) ueS However, interesting questions like: j a) are there polynomial time approximation algor­ ;i.�j ithms for all P-Complete problems (note that the (The Cut problem ii) above is just the problems in [4J are stated as language 2-Cut problem. ) 28 b' ) Find disjoint sets, S 1 � i � k, i Partition a f/kl -Partition. We prove this only for k 2. From the partition problem (c .c •••• •c ). that s, = N l: > n 2 s such L!:J l and w{u,v} s 3. construct the following r /� lpartition proble� i=l {u,v}EA S c, -< - UES r, l 1 i < i l VES, r,l p s + 1 < i < n J ifj n = 2(s-2) P l:c./2 (if l:c, odd then there is no partition) is maximised. l l Clearly, the partition problem has "a solution iff the n c) [ /J -Partition: same as a) except that the r/� -Partition problem has one. number f disjoint subsets is ..p n n nowin/kl , k � 2. f /kl -Partition a r /f] - MaxCut. The proof for this n is similar to that for k-Partition k-Cut II follows d) f /J Cut: same as b) except the nu�e� of from I and the techniques of [5]. n � disjoint subsets is now I /kl , k 2. • We note that the proofs used in Lemma 1 are minor d') ;/kl -Maxcut: same as b') with k replaced by extensions of the ones used in Karp [4] . The (n-k)­ Partition and (n-k)-MaxCut problems are polynomial. We next prese� an approximation algorithm for the n 2. COMPLETENESS PROOFS AND APPROXIMATIONS k-MaxCut and al /kl-MaxCut problems. Consider the algorithm MAXCUT below: (Intuitively. this algorithm We begin by showing that problems a-d of the intro­ begins by placing one vertex of G into each of the ,Q, duction are P-Complete. sets S, 1 < i < ,Q,; The remaining n-,Q, vertices are examin�d o�e at a time. Examination of a vertex, j, involves determining the set S, 1 < i <,Q, for which Lemma 2.1 l (I) The following problems are NP-COMPLETE l: w{m,j} is minimal. Vertex j is then inserted/ mES, a) k-Partition l b) k-Cut assigned to this set.) c) Inlkl-Partition Algorithm MAXCUT (,Q"G) d) jU/kl -Cut ,Q,•• • number of disjoint sets. S, • into comment. l (II) k-MaxCut and fn/kl -MaxCut are P-Complete. which the vertices, N = (1,2, .••• n), of the graph Proof G(N,A) are to be partitioned.SOL ••• the value of the We have to show that i) if P=NP then a)-d) can be vertex partitioning obtained,w{i.j} ••• weight of the solved in polynomial time and ii) if a)-d) can be edge {i.j} . SET(i) ••• the set to which vertex i solved in polynomial time then the class of P-Complete has been assigned (SET(i) = 0 for all vertices not yet problems is polynomial solvable (this can be shown by assigned to a set). WT(i) ••• used to compute reducing any known P-Complete problem to a)-d». l: w{m.j} , 1 � i � ,Q, i) is trivial. so we shall only show ii). mES ii) Partition a k-Partition. For any Partition i probleIl (c ,c •••• c ) define a k-Partition problem This algorithm assumes that the graph G(N,A) is pre� l 2 s sented as n lists v .v , ••• ,v . Each list v, contains (r ,r ,r l 2 l l 2,,··· s+k_2) where all the edges, {i,j}EA , that �re adjacent to vertex i. 1 < i < S No assumption is made on the order in which these edges appear in the list. end comment s + 1 < i < s + k - 2 � > [InitialiseJ If,Q, n --then do (we may assume that l:c, is even as otherwise the - partition problem cleafly has no solution). Now, SOL + l: w{i,j} l:r = kp and the k-Partition problem has a solution i {i,j}EA iff the corresponding Partition problem has one. S + {i} 1< i< n k-Partition g k-Cut i •. .• + !3 If the given k-Partition problem is (r , r ) S,l n+l < i <,Q, l n define the corresponding k-MaxCut problem to be Stop •••• • G = (N,A) with N = (1,2 n) end; A = {{i.j} liEN. jEN, if;t w({i,j}) = r, r, otherwise Set S, + i I < i < ,Q, l J l (k-l) 2 + 0 and W = (l:r,) WT(i) 1 < i �,Q" 2k l SET (i) + i 1 < i < ,Q, < < (Note, we may again assume k divides l:r,l .) SET (i) + 0 .Q, + 1 i n + l: Clearly, there is a k-Cut > W iff (r ,r •• .•,r ) has SOL w{i,j} l 2 n a k-partition. {i.j}EA l�i<j�,Q, j + ,Q, + 1 lThe k-MaxCut problem is a generalisation of the � [process edge list of vertex jJ 'grouping of ordering data' problem studied in [1).
Recommended publications
  • 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]
  • 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]
  • Valuative Characterization of Central Extensions of Algebraic Tori on Krull
    Valuative characterization of central extensions of algebraic tori on Krull domains ∗ Haruhisa Nakajima † Department of Mathematics, J. F. Oberlin University Tokiwa-machi, Machida, Tokyo 194-0294, JAPAN Abstract Let G be an affine algebraic group with an algebraic torus G0 over an alge- braically closed field K of an arbitrary characteristic p. We show a criterion for G to be a finite central extension of G0 in terms of invariant theory of all regular 0 actions of any closed subgroup H containing ZG(G ) on affine Krull K-schemes such that invariant rational functions are locally fractions of invariant regular func- tions. Consider an affine Krull H-scheme X = Spec(R) and a prime ideal P of R with ht(P) = ht(P ∩ RH ) = 1. Let I(P) denote the inertia group of P un- der the action of H. The group G is central over G0 if and only if the fraction e(P, P ∩ RH )/e(P, P ∩ RI(P)) of ramification indices is equal to 1 (p = 0) or to the p-part of the order of the group of weights of G0 on RI(P)) vanishing on RI(P))/P ∩ RI(P) (p> 0) for an arbitrary X and P. MSC: primary 13A50, 14R20, 20G05; secondary 14L30, 14M25 Keywords: Krull domain; ramification index; algebraic group; algebraic torus; char- acter group; invariant theory 1 Introduction 1.A. We consider affine algebraic groups and affine schemes over a fixed algebraically closed field K of an arbitrary characteristic p. For an affine group G, denote by G0 its identity component.
    [Show full text]
  • The Complexity of Space Bounded Interactive Proof Systems
    The Complexity of Space Bounded Interactive Proof Systems ANNE CONDON Computer Science Department, University of Wisconsin-Madison 1 INTRODUCTION Some of the most exciting developments in complexity theory in recent years concern the complexity of interactive proof systems, defined by Goldwasser, Micali and Rackoff (1985) and independently by Babai (1985). In this paper, we survey results on the complexity of space bounded interactive proof systems and their applications. An early motivation for the study of interactive proof systems was to extend the notion of NP as the class of problems with efficient \proofs of membership". Informally, a prover can convince a verifier in polynomial time that a string is in an NP language, by presenting a witness of that fact to the verifier. Suppose that the power of the verifier is extended so that it can flip coins and can interact with the prover during the course of a proof. In this way, a verifier can gather statistical evidence that an input is in a language. As we will see, the interactive proof system model precisely captures this in- teraction between a prover P and a verifier V . In the model, the computation of V is probabilistic, but is typically restricted in time or space. A language is accepted by the interactive proof system if, for all inputs in the language, V accepts with high probability, based on the communication with the \honest" prover P . However, on inputs not in the language, V rejects with high prob- ability, even when communicating with a \dishonest" prover. In the general model, V can keep its coin flips secret from the prover.
    [Show full text]
  • Nitin Saurabh the Institute of Mathematical Sciences, Chennai
    ALGEBRAIC MODELS OF COMPUTATION By Nitin Saurabh The Institute of Mathematical Sciences, Chennai. A thesis submitted to the Board of Studies in Mathematical Sciences In partial fulllment of the requirements For the Degree of Master of Science of HOMI BHABHA NATIONAL INSTITUTE April 2012 CERTIFICATE Certied that the work contained in the thesis entitled Algebraic models of Computation, by Nitin Saurabh, has been carried out under my supervision and that this work has not been submitted elsewhere for a degree. Meena Mahajan Theoretical Computer Science Group The Institute of Mathematical Sciences, Chennai ACKNOWLEDGEMENTS I would like to thank my advisor Prof. Meena Mahajan for her invaluable guidance and continuous support since my undergraduate days. Her expertise and ideas helped me comprehend new techniques. Her guidance during the preparation of this thesis has been invaluable. I also thank her for always being there to discuss and clarify any matter. I am extremely grateful to all the faculty members of theory group at IMSc and CMI for their continuous encouragement and giving me an opportunity to learn from them. I would like to thank all my friends, at IMSc and CMI, for making my stay in Chennai a memorable one. Most of all, I take this opportunity to thank my parents, my uncle and my brother. Abstract Valiant [Val79, Val82] had proposed an analogue of the theory of NP-completeness in an entirely algebraic framework to study the complexity of polynomial families. Artihmetic circuits form the most standard model for studying the complexity of polynomial computations. In a note [Val92], Valiant argued that in order to prove lower bounds for boolean circuits, obtaining lower bounds for arithmetic circuits should be a rst step.
    [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 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]
  • 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]
  • UNIONS of LINES in Fn 1. Introduction the Main Problem We
    UNIONS OF LINES IN F n RICHARD OBERLIN Abstract. We show that if a collection of lines in a vector space over a finite field has \dimension" at least 2(d−1)+β; then its union has \dimension" at least d + β: This is the sharp estimate of its type when no structural assumptions are placed on the collection of lines. We also consider some refinements and extensions of the main result, including estimates for unions of k-planes. 1. Introduction The main problem we will consider here is to give a lower bound for the dimension of the union of a collection of lines in terms of the dimension of the collection of lines, without imposing a structural hy- pothesis on the collection (in contrast to the Kakeya problem where one assumes that the lines are direction-separated, or perhaps satisfy the weaker \Wolff axiom"). Specifically, we are motivated by the following conjecture of D. Ober- lin (hdim denotes Hausdorff dimension). Conjecture 1.1. Suppose d ≥ 1 is an integer, that 0 ≤ β ≤ 1; and that L is a collection of lines in Rn with hdim(L) ≥ 2(d − 1) + β: Then [ (1) hdim( L) ≥ d + β: L2L The bound (1), if true, would be sharp, as one can see by taking L to be the set of lines contained in the d-planes belonging to a β- dimensional family of d-planes. (Furthermore, there is nothing to be gained by taking 1 < β ≤ 2 since the dimension of the set of lines contained in a d + 1-plane is 2(d − 1) + 2.) Standard Fourier-analytic methods show that (1) holds for d = 1, but the conjecture is open for d > 1: As a model problem, one may consider an analogous question where Rn is replaced by a vector space over a finite-field.
    [Show full text]
  • Lecture 9 1 Interactive Proof Systems/Protocols
    CS 282A/MATH 209A: Foundations of Cryptography Prof. Rafail Ostrovsky Lecture 9 Lecture date: March 7-9, 2005 Scribe: S. Bhattacharyya, R. Deak, P. Mirzadeh 1 Interactive Proof Systems/Protocols 1.1 Introduction The traditional mathematical notion of a proof is a simple passive protocol in which a prover P outputs a complete proof to a verifier V who decides on its validity. The interaction in this traditional sense is minimal and one-way, prover → verifier. The observation has been made that allowing the verifier to interact with the prover can have advantages, for example proving the assertion faster or proving more expressive languages. This extension allows for the idea of interactive proof systems (protocols). The general framework of the interactive proof system (protocol) involves a prover P with an exponential amount of time (computationally unbounded) and a verifier V with a polyno- mial amount of time. Both P and V exchange multiple messages (challenges and responses), usually dependent upon outcomes of fair coin tosses which they may or may not share. It is easy to see that since V is a poly-time machine (PPT), only a polynomial number of messages may be exchanged between the two. P ’s objective is to convince (prove to) the verifier the truth of an assertion, e.g., claimed knowledge of a proof that x ∈ L. V either accepts or rejects the interaction with the P . 1.2 Definition of Interactive Proof Systems An interactive proof system for a language L is a protocol PV for communication between a computationally unbounded (exponential time) machine P and a probabilistic poly-time (PPT) machine V such that the protocol satisfies the properties of completeness and sound- ness.
    [Show full text]
  • Lecture 11 — October 16, 2012 1 Overview 2
    6.841: Advanced Complexity Theory Fall 2012 Lecture 11 | October 16, 2012 Prof. Dana Moshkovitz Scribe: Hyuk Jun Kweon 1 Overview In the previous lecture, there was a question about whether or not true randomness exists in the universe. This question is still seriously debated by many physicists and philosophers. However, even if true randomness does not exist, it is possible to use pseudorandomness for practical purposes. In any case, randomization is a powerful tool in algorithms design, sometimes leading to more elegant or faster ways of solving problems than known deterministic methods. This naturally leads one to wonder whether randomization can solve problems outside of P, de- terministic polynomial time. One way of viewing randomized algorithms is that for each possible setting of the random bits used, a different strategy is pursued by the algorithm. A property of randomized algorithms that succeed with bounded error is that the vast majority of strategies suc- ceed. With error reduction, all but exponentially many strategies will succeed. A major theme of theoretical computer science over the last 20 years has been to turn algorithms with this property into algorithms that deterministically find a winning strategy. From the outset, this seems like a daunting task { without randomness, how can one efficiently search for such strategies? As we'll see in later lectures, this is indeed possible, modulo some hardness assumptions. There are two main objectives in this lecture. The first objective is to introduce some probabilis- tic complexity classes, by bounding time or space. These classes are probabilistic analogues of deterministic complexity classes P and L.
    [Show full text]