Efficient Probabilistically Checkable Debates

Size: px
Start display at page:

Download "Efficient Probabilistically Checkable Debates"

Transcription

1 Efficient Probabilistically Checkable Debates Andrew Drucker MIT Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 1/53

2 Polynomial-time Debates Given: language L, string x; Player 1 argues that x L; Player 0 argues x / L. k-round debate: y = (y 1, y 2,..., y k ) y i = i th move; P1 plays odd-numbered moves; y i poly( x ). Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 2/53

3 Polynomial-time Debates Polynomial-time verifier: Boolean function V (x, y) V is a debate system for L if x L P1 wins under optimal play (can force V (x, y) = 1) Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 3/53

4 Polynomial-time Debates Theorem (Chandra, Stockmeyer 76) L has a poly(n)-round, polynomial-time debate system L PSPACE. Debate characterization of PSPACE lets us prove many natural problems are PSPACE-complete! Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 4/53

5 Applications E.g., n-by-n Checkers, Hex, many other 2-player games are PSPACE-complete: Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 5/53

6 Probabilistic Verifiers What happens if we restrict the form of the debate verifier? Say that a debate system is probabilistically checkable if V (x, y) inspects only O(1) bits of the debate string y (and decides debate with perfect completeness and 1/3 soundness, say). Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 6/53

7 Probabilistic Verifiers Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 7/53

8 Probabilistic Verifiers Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 8/53

9 Probabilistic Verifiers Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 9/53

10 Probabilistic Verifiers Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 10/53

11 Probabilistic Verifiers Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 11/53

12 Probabilistic Verifiers Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 12/53

13 Probabilistic Verifiers Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 13/53

14 Probabilistic Verifiers Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 14/53

15 Probabilistic Verifiers Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 15/53

16 Probabilistic Verifiers Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 16/53

17 Probabilistic Verifiers Theorem (Condon, Feigenbaum, Lund, Shor 95) L PSPACE L has a poly(n)-round, probabilistically checkable debate system ( PCDS), with a verifier using O(log n) bits of randomness. ( PCP Characterization of PSPACE ) Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 17/53

18 PCP Characterizations of Complexity Classes Analogous PCP characterizations were shown for: 1 Polynomial Hierarchy [Ko, Lin 94]; 2 IP = PSPACE [CFLS 97]; 3 AM [D. 11]. Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 18/53

19 Our result We strengthen [CFLS]: Theorem Suppose L PSPACE has a poly-time debate system defined by uniform circuits of size s = s(n). Then, L has a PCDS with a debate of total bitlength Õ(s), whose verifier uses log s + log(polylog(s)) bits of randomness. Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 19/53

20 Applications Like the PCP Theorem, the PCDS Theorem of [CFLS] has implications for hardness of approximation. (For PSPACE-hardness, naturally!) Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 20/53

21 A natural PSPACE-complete problem Input: a 3-CNF formula ψ(z 1,..., z t ) Game: Players take turns assigning values to z 1, z 2,... P1 wants to maximize fraction of satisfied clauses; P0 wants to minimize. Let Val(ψ) = (fraction of satisfied clauses of ψ under optimal play). Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 21/53

22 A natural PSPACE-complete problem PSPACE-complete to compute Val(ψ) exactly. [CFLS] implies: PSPACE-complete to compute Val(ψ) to within a suff. small additive error ε > 0. Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 22/53

23 Application Improved parameters better conditional hardness results! Suppose computing Val(ψ) exactly requires T (n) = n ω(1) time on length-n inputs (infinitely often). Then, [CFLS] computing Val(ψ) ± ε requires time T (n α ), for some α < 1. Our improvement implies: computing Val(ψ) ± ε requires T (n/ polylog n) time. Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 23/53

24 Our debate system A brief sketch of our construction... Main Step: Efficiently transform an ordinary debate system for L PSPACE into one that is stable. Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 24/53

25 Stable debate systems Given: an ordinary debate system V (x; y 1,..., y k ) for L. Say that V is stable if: for all x / L, Player 0 can force y = (y 1,..., y k ) to be Ω(1)-far in relative distance from any y for which V (x; y ) = 1. Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 25/53

26 Stable debate systems How to turn ordinary debates into stable ones? Our tool: new application of error-resilient communication protocols. Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 26/53

27 Error-resilient communication Analogue of error-correcting encoding for 2-way communication [Schulman 93] Alice and Bob want to hold a chatroom conversation, of a total length T bits. Unreliable channel: adversary can corrupt a δ fraction of the transmitted bits (adaptively). Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 27/53

28 Error-resilient communication Theorem (Schulman, 93 Informal) There is a protocol to simulate T -bit conversations, that uses T = O(T ) bits of communication and succeeds against up to T /240 corrupted bits. [Braverman, Rao 11]: new protocol P BR with better parameters: tolerates nearly 1/8 fraction of errors and, simpler! Both protocols make inspired use of special codes called tree codes. Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 28/53

29 Terminology perfect execution of P BR : no transmission errors occur else, noisy execution Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 29/53

30 Our application Let V be an ordinary debate system for L, definable by size-s(n) circuits. In V, suppose we can force players to encode their moves in V using a perfect execution of P BR. Then: Claim: V is stable! Proof: enough to show: perfect executions with distinct outcomes are well-separated in Hamming distance. Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 30/53

31 Proof idea Suppose this perfect execution is T /10-close in Hamming distance to this one: Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 31/53

32 Proof idea Then, this noisy execution has T /10 transmission errors, and causes P BR to fail. Can t happen! Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 32/53

33 Forcing compliance So, V is stable. Technicality: stable for perfect executions... How to make the debaters follow P BR? (Need to do so efficiently.) Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 33/53

34 Forcing compliance Lemma There is an O(1)-round debate system D BR, definable by uniform circuits of size O(T ), to decide whether a communication transcript w is a valid perfect execution of P BR [T ]. Use D BR as a sub-debate to make our overall debate stable. Property that O(1) rounds are used is important: can easily make D BR itself stable (using error-correcting codes). Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 34/53

35 Forcing compliance Lemma There is an O(1)-round debate system D BR, definable by uniform circuits of size O(T ), to decide whether a communication transcript w is a valid perfect execution of P BR [T ]. Proving the lemma our main technical challenge: 1 No explicit examples of tree codes known! (Debaters have to guess and check a code to use.) 2 No efficient decoder known for any tree code. 3 Most significantly, the use of tree codes in the Braverman-Rao protocol is somewhat complex, and our efficiency requirements are severe. Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 35/53

36 Stable prob. checkable Final step: convert our stable debate system into a probabilistically checkable one. Key tool: PCPs of Proximity (PCPPs) [Ben-Sasson, Goldreich, Harsha, Sudan, Vadhan 04; Dinur, Reingold 04]. Powerful variant of PCPs; we use an efficient construction from [Dinur 07]. Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 36/53

37 Stable prob. checkable Basic idea: 1 Run our stable debate for L; 2 Ask Player 1 to certify his victory, using a PCPP. PCPP-like objects also used in [CFLS] (in a different way). Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 37/53

38 More on error-resilient communication A small peek... First, what are conversations exactly? Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 38/53

39 What are conversations? Setting: binary tree of depth T Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 39/53

40 What are conversations? Setting: binary tree of depth T Alice s input: X, a degree-1 subset of odd-depth edges. Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 40/53

41 What are conversations? Setting: binary tree of depth T Alice s input: X, a degree-1 subset of odd-depth edges. Bob s input: Y, a degree-1 subset of even-depth edges Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 41/53

42 What are conversations? Setting: binary tree of depth T Alice s input: X, a degree-1 subset of odd-depth edges. Bob s input: Y, a degree-1 subset of even-depth edges Output: the path P determined by X, Y Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 42/53

43 What are conversations? Our application: X, Y = P1, P0 strategies in V P = resulting debate string Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 43/53

44 What are conversations? Also known as the Pointer Jumping problem (PJ T ). [Schulman 93]: an error-resilient protocol to solve PJ T using O(T ) bits of communication. Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 44/53

45 Tree codes k-ary tree code of depth d: C : [k] d Σ Labeling of edges of the complete k-ary tree of depth d. Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 45/53

46 Example Here k = 2, d = 3, Σ = {a, b, c}. Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 46/53

47 Example For a path P, define C(P) as the concatenation of labels along P. E.g., C(0, 0) = (a, c) Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 47/53

48 Example Note: if P, P agree for t steps, so will C(P) and C(P ). Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 48/53

49 The distance property Say that C is a tree code of distance α [0, 1], if: For all pairs P, P of equal length, C(P) and C(P ) differ on at least an α fraction of places where they could differ! Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 49/53

50 The distance property Braverman-Rao protocol for PJ T requires 5-ary tree codes of depth d = Θ(T ), distance α = Ω(1), alphabet size Σ = O(1). (Schulman: similar.) These exist, but no explicit construction is known. (Explicit C( ) computable in time poly(t ).) Schulman gave a probabilistic construction using O(T ) bits of randomness good enough for our application! Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 50/53

51 Schulman s tree codes Fix k (arity of tree); let p = O k (1) k be a prime. The random seed: r = (r 1,..., r d ) F d p (d = depth). The tree code: t C (r) (x 1,..., x t ) := x j r t+1 j. j=1 Has distance Ω(1) w.h.p.! Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 51/53

52 An open question Debates where P0 plays randomly also characterize PSPACE [Shamir 90]. [CFLS 97]: these debates can also be made prob. checkable. Give a similar efficiency improvement for these debates? Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 52/53

53 Thanks! Andrew Drucker MIT, Efficient Probabilistically Checkable Debates 53/53

6.841/18.405J: Advanced Complexity Wednesday, April 2, Lecture Lecture 14

6.841/18.405J: Advanced Complexity Wednesday, April 2, Lecture Lecture 14 6.841/18.405J: Advanced Complexity Wednesday, April 2, 2003 Lecture Lecture 14 Instructor: Madhu Sudan In this lecture we cover IP = PSPACE Interactive proof for straightline programs. Straightline program

More information

CS151 Complexity Theory. Lecture 14 May 17, 2017

CS151 Complexity Theory. Lecture 14 May 17, 2017 CS151 Complexity Theory Lecture 14 May 17, 2017 IP = PSPACE Theorem: (Shamir) IP = PSPACE Note: IP PSPACE enumerate all possible interactions, explicitly calculate acceptance probability interaction extremely

More information

Majority is incompressible by AC 0 [p] circuits

Majority is incompressible by AC 0 [p] circuits Majority is incompressible by AC 0 [p] circuits Igor Carboni Oliveira Columbia University Joint work with Rahul Santhanam (Univ. Edinburgh) 1 Part 1 Background, Examples, and Motivation 2 Basic Definitions

More information

SHORT PCPS WITH POLYLOG QUERY COMPLEXITY

SHORT PCPS WITH POLYLOG QUERY COMPLEXITY SIAM J. COMPUT. Vol. 38, No. 2, pp. 551 607 c 2008 Society for Industrial and Applied Mathematics SHORT PCPS WITH POLYLOG QUERY COMPLEXITY ELI BEN-SASSON AND MADHU SUDAN Abstract. We give constructions

More information

Lecture 8 (Notes) 1. The book Computational Complexity: A Modern Approach by Sanjeev Arora and Boaz Barak;

Lecture 8 (Notes) 1. The book Computational Complexity: A Modern Approach by Sanjeev Arora and Boaz Barak; Topics in Theoretical Computer Science April 18, 2016 Lecturer: Ola Svensson Lecture 8 (Notes) Scribes: Ola Svensson Disclaimer: These notes were written for the lecturer only and may contain inconsistent

More information

Lecture 11: Proofs, Games, and Alternation

Lecture 11: Proofs, Games, and Alternation IAS/PCMI Summer Session 2000 Clay Mathematics Undergraduate Program Basic Course on Computational Complexity Lecture 11: Proofs, Games, and Alternation David Mix Barrington and Alexis Maciel July 31, 2000

More information

PCPs for Arthur-Merlin Games and Communication Protocols. Andrew Donald Drucker

PCPs for Arthur-Merlin Games and Communication Protocols. Andrew Donald Drucker PCPs for Arthur-Merlin Games and Communication Protocols by Andrew Donald Drucker B.A., Swarthmore College (2006) Submitted to the Department of Electrical Engineering and Computer Science in partial fulfillment

More information

Interactive Proofs 1

Interactive Proofs 1 CS294: Probabilistically Checkable and Interactive Proofs January 24, 2017 Interactive Proofs 1 Instructor: Alessandro Chiesa & Igor Shinkar Scribe: Mariel Supina 1 Pspace IP The first proof that Pspace

More information

Short PCPs with Polylog Query Complexity

Short PCPs with Polylog Query Complexity Short PCPs with Polylog Query Complexity Eli Ben-Sasson Computer Science Department Technion Israel Institute of Technology Haifa, 32000, Israel eli@cs.technion.ac.il Madhu Sudan Computer Science and Artificial

More information

Two Query PCP with Sub-Constant Error

Two Query PCP with Sub-Constant Error Electronic Colloquium on Computational Complexity, Report No 71 (2008) Two Query PCP with Sub-Constant Error Dana Moshkovitz Ran Raz July 28, 2008 Abstract We show that the N P-Complete language 3SAT has

More information

CS286.2 Lecture 8: A variant of QPCP for multiplayer entangled games

CS286.2 Lecture 8: A variant of QPCP for multiplayer entangled games CS286.2 Lecture 8: A variant of QPCP for multiplayer entangled games Scribe: Zeyu Guo In the first lecture, we saw three equivalent variants of the classical PCP theorems in terms of CSP, proof checking,

More information

Probabilistically Checkable Arguments

Probabilistically Checkable Arguments Probabilistically Checkable Arguments Yael Tauman Kalai Microsoft Research yael@microsoft.com Ran Raz Weizmann Institute of Science ran.raz@weizmann.ac.il Abstract We give a general reduction that converts

More information

Optimal Error Rates for Interactive Coding II: Efficiency and List Decoding

Optimal Error Rates for Interactive Coding II: Efficiency and List Decoding Optimal Error Rates for Interactive Coding II: Efficiency and List Decoding Mohsen Ghaffari MIT ghaffari@mit.edu Bernhard Haeupler Microsoft Research haeupler@cs.cmu.edu Abstract We study coding schemes

More information

Lecture 10 + additional notes

Lecture 10 + additional notes CSE533: Information Theorn Computer Science November 1, 2010 Lecturer: Anup Rao Lecture 10 + additional notes Scribe: Mohammad Moharrami 1 Constraint satisfaction problems We start by defining bivariate

More information

Maximal Noise in Interactive Communication over Erasure Channels and Channels with Feedback

Maximal Noise in Interactive Communication over Erasure Channels and Channels with Feedback Maximal Noise in Interactive Communication over Erasure Channels and Channels with Feedback Klim Efremenko UC Berkeley klimefrem@gmail.com Ran Gelles Princeton University rgelles@cs.princeton.edu Bernhard

More information

1 The Low-Degree Testing Assumption

1 The Low-Degree Testing Assumption Advanced Complexity Theory Spring 2016 Lecture 17: PCP with Polylogarithmic Queries and Sum Check Prof. Dana Moshkovitz Scribes: Dana Moshkovitz & Michael Forbes Scribe Date: Fall 2010 In this lecture

More information

HARDNESS AMPLIFICATION VIA SPACE-EFFICIENT DIRECT PRODUCTS

HARDNESS AMPLIFICATION VIA SPACE-EFFICIENT DIRECT PRODUCTS HARDNESS AMPLIFICATION VIA SPACE-EFFICIENT DIRECT PRODUCTS Venkatesan Guruswami and Valentine Kabanets Abstract. We prove a version of the derandomized Direct Product lemma for deterministic space-bounded

More information

DD2446 Complexity Theory: Problem Set 4

DD2446 Complexity Theory: Problem Set 4 DD2446 Complexity Theory: Problem Set 4 Due: Friday November 8, 2013, at 23:59. Submit your solutions as a PDF le by e-mail to jakobn at kth dot se with the subject line Problem set 4: your full name.

More information

Complexity Classes IV

Complexity Classes IV Complexity Classes IV NP Optimization Problems and Probabilistically Checkable Proofs Eric Rachlin 1 Decision vs. Optimization Most complexity classes are defined in terms of Yes/No questions. In the case

More information

Lecture 15: A Brief Look at PCP

Lecture 15: A Brief Look at PCP IAS/PCMI Summer Session 2000 Clay Mathematics Undergraduate Program Basic Course on Computational Complexity Lecture 15: A Brief Look at PCP David Mix Barrington and Alexis Maciel August 4, 2000 1. Overview

More information

CS151 Complexity Theory. Lecture 13 May 15, 2017

CS151 Complexity Theory. Lecture 13 May 15, 2017 CS151 Complexity Theory Lecture 13 May 15, 2017 Relationship to other classes To compare to classes of decision problems, usually consider P #P which is a decision class easy: NP, conp P #P easy: P #P

More information

From Secure MPC to Efficient Zero-Knowledge

From Secure MPC to Efficient Zero-Knowledge From Secure MPC to Efficient Zero-Knowledge David Wu March, 2017 The Complexity Class NP NP the class of problems that are efficiently verifiable a language L is in NP if there exists a polynomial-time

More information

Limits to Approximability: When Algorithms Won't Help You. Note: Contents of today s lecture won t be on the exam

Limits to Approximability: When Algorithms Won't Help You. Note: Contents of today s lecture won t be on the exam Limits to Approximability: When Algorithms Won't Help You Note: Contents of today s lecture won t be on the exam Outline Limits to Approximability: basic results Detour: Provers, verifiers, and NP Graph

More information

Lecture 8. MINDNF = {(φ, k) φ is a CNF expression and DNF expression ψ s.t. ψ k and ψ is equivalent to φ}

Lecture 8. MINDNF = {(φ, k) φ is a CNF expression and DNF expression ψ s.t. ψ k and ψ is equivalent to φ} 6.841 Advanced Complexity Theory February 28, 2005 Lecture 8 Lecturer: Madhu Sudan Scribe: Arnab Bhattacharyya 1 A New Theme In the past few lectures, we have concentrated on non-uniform types of computation

More information

Competing Provers Protocols for Circuit Evaluation

Competing Provers Protocols for Circuit Evaluation THEORY OF COMPUTING www.theoryofcomputing.org Competing Provers Protocols for Circuit Evaluation Gillat Kol Ran Raz April 21, 2014 Abstract: Let C be a fan-in 2) Boolean circuit of size s and depth d,

More information

arxiv: v1 [cs.cc] 30 Apr 2015

arxiv: v1 [cs.cc] 30 Apr 2015 Rational Proofs with Multiple Provers Jing Chen Stony Brook University jingchen@cs.stonybrook.edu Shikha Singh Stony Brook University shiksingh@cs.stonybrook.edu Samuel McCauley Stony Brook University

More information

Towards Optimal Deterministic Coding for Interactive Communication

Towards Optimal Deterministic Coding for Interactive Communication Towards Optimal Deterministic Coding for Interactive Communication Ran Gelles Bernhard Haeupler Gillat Kol Noga Ron-Zewi Avi Wigderson Abstract We show an efficient, deterministic interactive coding scheme

More information

1 Introduction Recently, there has been great progress in understanding the precision with which one can approximate solutions to NP-hard problems eci

1 Introduction Recently, there has been great progress in understanding the precision with which one can approximate solutions to NP-hard problems eci Random Debaters and the Hardness of Approximating Stochastic Functions Anne Condon y Joan Feigenbaum z Carsten Lund x Peter Shor { May 9, 1995 Abstract A probabilistically checkable debate system (PCDS)

More information

Lecture 19: Interactive Proofs and the PCP Theorem

Lecture 19: Interactive Proofs and the PCP Theorem Lecture 19: Interactive Proofs and the PCP Theorem Valentine Kabanets November 29, 2016 1 Interactive Proofs In this model, we have an all-powerful Prover (with unlimited computational prover) and a polytime

More information

Introduction to Interactive Proofs & The Sumcheck Protocol

Introduction to Interactive Proofs & The Sumcheck Protocol CS294: Probabilistically Checkable and Interactive Proofs January 19, 2017 Introduction to Interactive Proofs & The Sumcheck Protocol Instructor: Alessandro Chiesa & Igor Shinkar Scribe: Pratyush Mishra

More information

Great Theoretical Ideas in Computer Science

Great Theoretical Ideas in Computer Science 15-251 Great Theoretical Ideas in Computer Science Lecture 28: A Computational Lens on Proofs December 6th, 2016 Evolution of proof First there was GORM GORM = Good Old Regular Mathematics Pythagoras s

More information

CS Communication Complexity: Applications and New Directions

CS Communication Complexity: Applications and New Directions CS 2429 - Communication Complexity: Applications and New Directions Lecturer: Toniann Pitassi 1 Introduction In this course we will define the basic two-party model of communication, as introduced in the

More information

A Threshold of ln(n) for approximating set cover

A Threshold of ln(n) for approximating set cover A Threshold of ln(n) for approximating set cover October 20, 2009 1 The k-prover proof system There is a single verifier V and k provers P 1, P 2,..., P k. Binary code with k codewords, each of length

More information

NP-completeness. Chapter 34. Sergey Bereg

NP-completeness. Chapter 34. Sergey Bereg NP-completeness Chapter 34 Sergey Bereg Oct 2017 Examples Some problems admit polynomial time algorithms, i.e. O(n k ) running time where n is the input size. We will study a class of NP-complete problems

More information

Today. Few Comments. PCP Theorem, Simple proof due to Irit Dinur [ECCC, TR05-046]! Based on some ideas promoted in [Dinur- Reingold 04].

Today. Few Comments. PCP Theorem, Simple proof due to Irit Dinur [ECCC, TR05-046]! Based on some ideas promoted in [Dinur- Reingold 04]. Today Few Comments PCP Theorem, Simple proof due to Irit Dinur [ECCC, TR05-046]! Based on some ideas promoted in [Dinur- Reingold 04]. Remarkably simple novel proof. Leads to new quantitative results too!

More information

Lecture 20: Course summary and open problems. 1 Tools, theorems and related subjects

Lecture 20: Course summary and open problems. 1 Tools, theorems and related subjects CSE 533: The PCP Theorem and Hardness of Approximation (Autumn 2005) Lecture 20: Course summary and open problems Dec. 7, 2005 Lecturer: Ryan O Donnell Scribe: Ioannis Giotis Topics we discuss in this

More information

2 Evidence that Graph Isomorphism is not NP-complete

2 Evidence that Graph Isomorphism is not NP-complete Topics in Theoretical Computer Science April 11, 2016 Lecturer: Ola Svensson Lecture 7 (Notes) Scribes: Ola Svensson Disclaimer: These notes were written for the lecturer only and may contain inconsistent

More information

PSEUDORANDOMNESS AND AVERAGE-CASE COMPLEXITY VIA UNIFORM REDUCTIONS

PSEUDORANDOMNESS AND AVERAGE-CASE COMPLEXITY VIA UNIFORM REDUCTIONS PSEUDORANDOMNESS AND AVERAGE-CASE COMPLEXITY VIA UNIFORM REDUCTIONS Luca Trevisan and Salil Vadhan Abstract. Impagliazzo and Wigderson (36th FOCS, 1998) gave the first construction of pseudorandom generators

More information

Complexity Classes V. More PCPs. Eric Rachlin

Complexity Classes V. More PCPs. Eric Rachlin Complexity Classes V More PCPs Eric Rachlin 1 Recall from last time Nondeterminism is equivalent to having access to a certificate. If a valid certificate exists, the machine accepts. We see that problems

More information

On the Complexity of Approximating the VC dimension

On the Complexity of Approximating the VC dimension On the Complexity of Approximating the VC dimension Elchanan Mossel Microsoft Research One Microsoft Way Redmond, WA 98052 mossel@microsoft.com Christopher Umans Microsoft Research One Microsoft Way Redmond,

More information

POLYNOMIAL SPACE QSAT. Games. Polynomial space cont d

POLYNOMIAL SPACE QSAT. Games. Polynomial space cont d T-79.5103 / Autumn 2008 Polynomial Space 1 T-79.5103 / Autumn 2008 Polynomial Space 3 POLYNOMIAL SPACE Polynomial space cont d Polynomial space-bounded computation has a variety of alternative characterizations

More information

Almost transparent short proofs for NP R

Almost transparent short proofs for NP R Brandenburgische Technische Universität, Cottbus, Germany From Dynamics to Complexity: A conference celebrating the work of Mike Shub Toronto, May 10, 2012 Supported by DFG under GZ:ME 1424/7-1 Outline

More information

CS 151 Complexity Theory Spring Solution Set 5

CS 151 Complexity Theory Spring Solution Set 5 CS 151 Complexity Theory Spring 2017 Solution Set 5 Posted: May 17 Chris Umans 1. We are given a Boolean circuit C on n variables x 1, x 2,..., x n with m, and gates. Our 3-CNF formula will have m auxiliary

More information

Robust PCPs of Proximity, Shorter PCPs and Applications to Coding

Robust PCPs of Proximity, Shorter PCPs and Applications to Coding Robust PCPs of Proximity, Shorter PCPs and Applications to Coding Eli Ben-Sasson Oded Goldreich Prahladh Harsha Madhu Sudan Salil Vadhan January 14, 2005 Abstract We continue the study of the trade-off

More information

Formulas Resilient to Short-Circuit Errors

Formulas Resilient to Short-Circuit Errors Formulas Resilient to Short-Circuit Errors Yael Tauman Kalai Allison Lewko Anup Rao Abstract We show how to efficiently convert any boolean formula F into a boolean formula E that is resilient to short-circuit

More information

1 PSPACE-Completeness

1 PSPACE-Completeness CS 6743 Lecture 14 1 Fall 2007 1 PSPACE-Completeness Recall the NP-complete problem SAT: Is a given Boolean formula φ(x 1,..., x n ) satisfiable? The same question can be stated equivalently as: Is the

More information

Approximation Algorithms and Hardness of Approximation. IPM, Jan Mohammad R. Salavatipour Department of Computing Science University of Alberta

Approximation Algorithms and Hardness of Approximation. IPM, Jan Mohammad R. Salavatipour Department of Computing Science University of Alberta Approximation Algorithms and Hardness of Approximation IPM, Jan 2006 Mohammad R. Salavatipour Department of Computing Science University of Alberta 1 Introduction For NP-hard optimization problems, we

More information

Lecture 23: More PSPACE-Complete, Randomized Complexity

Lecture 23: More PSPACE-Complete, Randomized Complexity 6.045 Lecture 23: More PSPACE-Complete, Randomized Complexity 1 Final Exam Information Who: You On What: Everything through PSPACE (today) With What: One sheet (double-sided) of notes are allowed When:

More information

Lecture 18: Oct 15, 2014

Lecture 18: Oct 15, 2014 E0 224 Computational Complexity Theory Indian Institute of Science Fall 2014 Department of Computer Science and Automation Lecture 18: Oct 15, 2014 Lecturer: Chandan Saha Scribe:

More information

Advanced Algorithms (XIII) Yijia Chen Fudan University

Advanced Algorithms (XIII) Yijia Chen Fudan University Advanced Algorithms (XIII) Yijia Chen Fudan University The PCP Theorem Theorem NP = PCP(log n, 1). Motivation Approximate solutions Definition (Approximation of MAX-3SAT) For every 3CNF formula ϕ, the

More information

Information Complexity and Applications. Mark Braverman Princeton University and IAS FoCM 17 July 17, 2017

Information Complexity and Applications. Mark Braverman Princeton University and IAS FoCM 17 July 17, 2017 Information Complexity and Applications Mark Braverman Princeton University and IAS FoCM 17 July 17, 2017 Coding vs complexity: a tale of two theories Coding Goal: data transmission Different channels

More information

Approximation Resistance from Pairwise Independent Subgroups

Approximation Resistance from Pairwise Independent Subgroups 1/19 Approximation Resistance from Pairwise Independent Subgroups Siu On Chan UC Berkeley 2/19 Max-CSP Goal: Satisfy the maximum fraction of constraints Examples: 1 MAX-3XOR: x 1 + x 10 + x 27 = 1 x 4

More information

Theory of Computation Chapter 12: Cryptography

Theory of Computation Chapter 12: Cryptography Theory of Computation Chapter 12: Cryptography Guan-Shieng Huang Dec. 20, 2006 0-0 Introduction Alice wants to communicate with Bob secretely. x Alice Bob John Alice y=e(e,x) y Bob y??? John Assumption

More information

Tolerant Versus Intolerant Testing for Boolean Properties

Tolerant Versus Intolerant Testing for Boolean Properties Tolerant Versus Intolerant Testing for Boolean Properties Eldar Fischer Faculty of Computer Science Technion Israel Institute of Technology Technion City, Haifa 32000, Israel. eldar@cs.technion.ac.il Lance

More information

Computational Complexity IV: PSPACE

Computational Complexity IV: PSPACE Seminar on Theoretical Computer Science and Discrete Mathematics Aristotle University of Thessaloniki Context 1 Section 1: PSPACE 2 3 4 Time Complexity Time complexity of DTM M: - Increasing function t:

More information

Lecture 16 November 6th, 2012 (Prasad Raghavendra)

Lecture 16 November 6th, 2012 (Prasad Raghavendra) 6.841: Advanced Complexity Theory Fall 2012 Lecture 16 November 6th, 2012 (Prasad Raghavendra) Prof. Dana Moshkovitz Scribe: Geng Huang 1 Overview In this lecture, we will begin to talk about the PCP Theorem

More information

A list-decodable code with local encoding and decoding

A list-decodable code with local encoding and decoding A list-decodable code with local encoding and decoding Marius Zimand Towson University Department of Computer and Information Sciences Baltimore, MD http://triton.towson.edu/ mzimand Abstract For arbitrary

More information

Tutorial: Locally decodable codes. UT Austin

Tutorial: Locally decodable codes. UT Austin Tutorial: Locally decodable codes Anna Gál UT Austin Locally decodable codes Error correcting codes with extra property: Recover (any) one message bit, by reading only a small number of codeword bits.

More information

Secure Multi-Party Computation. Lecture 17 GMW & BGW Protocols

Secure Multi-Party Computation. Lecture 17 GMW & BGW Protocols Secure Multi-Party Computation Lecture 17 GMW & BGW Protocols MPC Protocols MPC Protocols Yao s Garbled Circuit : 2-Party SFE secure against passive adversaries MPC Protocols Yao s Garbled Circuit : 2-Party

More information

Tolerant Versus Intolerant Testing for Boolean Properties

Tolerant Versus Intolerant Testing for Boolean Properties Electronic Colloquium on Computational Complexity, Report No. 105 (2004) Tolerant Versus Intolerant Testing for Boolean Properties Eldar Fischer Lance Fortnow November 18, 2004 Abstract A property tester

More information

CS151 Complexity Theory. Lecture 15 May 22, 2017

CS151 Complexity Theory. Lecture 15 May 22, 2017 CS151 Complexity Theory Lecture 15 New topic(s) Optimization problems, Approximation Algorithms, and Probabilistically Checkable Proofs Optimization Problems many hard problems (especially NP-hard) are

More information

Proofs of Proximity for Context-Free Languages and Read-Once Branching Programs

Proofs of Proximity for Context-Free Languages and Read-Once Branching Programs Proofs of Proximity for Context-Free Languages and Read-Once Branching Programs Oded Goldreich Weizmann Institute of Science oded.goldreich@weizmann.ac.il Ron D. Rothblum Weizmann Institute of Science

More information

Doubly Efficient Interactive Proofs. Ron Rothblum

Doubly Efficient Interactive Proofs. Ron Rothblum Doubly Efficient Interactive Proofs Ron Rothblum Outsourcing Computation Weak client outsources computation to the cloud. x y = f(x) Outsourcing Computation We do not want to blindly trust the cloud. x

More information

Shamir s Theorem. Johannes Mittmann. Technische Universität München (TUM)

Shamir s Theorem. Johannes Mittmann. Technische Universität München (TUM) IP = PSPACE Shamir s Theorem Johannes Mittmann Technische Universität München (TUM) 4 th Joint Advanced Student School (JASS) St. Petersburg, April 2 12, 2006 Course 1: Proofs and Computers Johannes Mittmann

More information

1 Distributional problems

1 Distributional problems CSCI 5170: Computational Complexity Lecture 6 The Chinese University of Hong Kong, Spring 2016 23 February 2016 The theory of NP-completeness has been applied to explain why brute-force search is essentially

More information

6.841/18.405J: Advanced Complexity Wednesday, February 12, Lecture Lecture 3

6.841/18.405J: Advanced Complexity Wednesday, February 12, Lecture Lecture 3 6.841/18.405J: Advanced Complexity Wednesday, February 12, 2003 Lecture Lecture 3 Instructor: Madhu Sudan Scribe: Bobby Kleinberg 1 The language MinDNF At the end of the last lecture, we introduced the

More information

Tsuyoshi Ito (McGill U) Hirotada Kobayashi (NII & JST) Keiji Matsumoto (NII & JST)

Tsuyoshi Ito (McGill U) Hirotada Kobayashi (NII & JST) Keiji Matsumoto (NII & JST) Tsuyoshi Ito (McGill U) Hirotada Kobayashi (NII & JST) Keiji Matsumoto (NII & JST) arxiv:0810.0693 QIP 2009, January 12 16, 2009 Interactive proof [Babai 1985] [Goldwasser, Micali, Rackoff 1989] erifier:

More information

PRGs for space-bounded computation: INW, Nisan

PRGs for space-bounded computation: INW, Nisan 0368-4283: Space-Bounded Computation 15/5/2018 Lecture 9 PRGs for space-bounded computation: INW, Nisan Amnon Ta-Shma and Dean Doron 1 PRGs Definition 1. Let C be a collection of functions C : Σ n {0,

More information

Lecture 3: Randomness in Computation

Lecture 3: Randomness in Computation Great Ideas in Theoretical Computer Science Summer 2013 Lecture 3: Randomness in Computation Lecturer: Kurt Mehlhorn & He Sun Randomness is one of basic resources and appears everywhere. In computer science,

More information

Interactive Channel Capacity

Interactive Channel Capacity Electronic Colloquium on Computational Complexity, Report No. 1 (2013 Interactive Channel Capacity Gillat Kol Ran Raz Abstract We study the interactive channel capacity of an ɛ-noisy channel. The interactive

More information

Error Correcting Codes Questions Pool

Error Correcting Codes Questions Pool Error Correcting Codes Questions Pool Amnon Ta-Shma and Dean Doron January 3, 018 General guidelines The questions fall into several categories: (Know). (Mandatory). (Bonus). Make sure you know how to

More information

Lecture 15 - Zero Knowledge Proofs

Lecture 15 - Zero Knowledge Proofs Lecture 15 - Zero Knowledge Proofs Boaz Barak November 21, 2007 Zero knowledge for 3-coloring. We gave a ZK proof for the language QR of (x, n) such that x QR n. We ll now give a ZK proof (due to Goldreich,

More information

Lecture 5: Derandomization (Part II)

Lecture 5: Derandomization (Part II) CS369E: Expanders May 1, 005 Lecture 5: Derandomization (Part II) Lecturer: Prahladh Harsha Scribe: Adam Barth Today we will use expanders to derandomize the algorithm for linearity test. Before presenting

More information

Complexity Theory VU , SS The Polynomial Hierarchy. Reinhard Pichler

Complexity Theory VU , SS The Polynomial Hierarchy. Reinhard Pichler Complexity Theory Complexity Theory VU 181.142, SS 2018 6. The Polynomial Hierarchy Reinhard Pichler Institut für Informationssysteme Arbeitsbereich DBAI Technische Universität Wien 15 May, 2018 Reinhard

More information

2. Polynomials. 19 points. 3/3/3/3/3/4 Clearly indicate your correctly formatted answer: this is what is to be graded. No need to justify!

2. Polynomials. 19 points. 3/3/3/3/3/4 Clearly indicate your correctly formatted answer: this is what is to be graded. No need to justify! 1. Short Modular Arithmetic/RSA. 16 points: 3/3/3/3/4 For each question, please answer in the correct format. When an expression is asked for, it may simply be a number, or an expression involving variables

More information

Outline. Complexity Theory EXACT TSP. The Class DP. Definition. Problem EXACT TSP. Complexity of EXACT TSP. Proposition VU 181.

Outline. Complexity Theory EXACT TSP. The Class DP. Definition. Problem EXACT TSP. Complexity of EXACT TSP. Proposition VU 181. Complexity Theory Complexity Theory Outline Complexity Theory VU 181.142, SS 2018 6. The Polynomial Hierarchy Reinhard Pichler Institut für Informationssysteme Arbeitsbereich DBAI Technische Universität

More information

Lecture 26. Daniel Apon

Lecture 26. Daniel Apon Lecture 26 Daniel Apon 1 From IPPSPACE to NPPCP(log, 1): NEXP has multi-prover interactive protocols If you ve read the notes on the history of the PCP theorem referenced in Lecture 19 [3], you will already

More information

NP-Complete problems

NP-Complete problems NP-Complete problems NP-complete problems (NPC): A subset of NP. If any NP-complete problem can be solved in polynomial time, then every problem in NP has a polynomial time solution. NP-complete languages

More information

-bit integers are all in ThC. Th The following problems are complete for PSPACE NPSPACE ATIME QSAT, GEOGRAPHY, SUCCINCT REACH.

-bit integers are all in ThC. Th The following problems are complete for PSPACE NPSPACE ATIME QSAT, GEOGRAPHY, SUCCINCT REACH. CMPSCI 601: Recall From Last Time Lecture 26 Theorem: All CFL s are in sac. Facts: ITADD, MULT, ITMULT and DIVISION on -bit integers are all in ThC. Th The following problems are complete for PSPACE NPSPACE

More information

Dinur s Proof of the PCP Theorem

Dinur s Proof of the PCP Theorem Dinur s Proof of the PCP Theorem Zampetakis Manolis School of Electrical and Computer Engineering National Technical University of Athens December 22, 2014 Table of contents 1 Introduction 2 PCP Theorem

More information

Introduction to Advanced Results

Introduction to Advanced Results Introduction to Advanced Results Master Informatique Université Paris 5 René Descartes 2016 Master Info. Complexity Advanced Results 1/26 Outline Boolean Hierarchy Probabilistic Complexity Parameterized

More information

Identifying an Honest EXP NP Oracle Among Many

Identifying an Honest EXP NP Oracle Among Many Identifying an Honest EXP NP Oracle Among Many Shuichi Hirahara The University of Tokyo CCC 18/6/2015 Overview Dishonest oracle Honest oracle Queries Which is honest? Our Contributions Selector 1. We formulate

More information

Universal Semantic Communication

Universal Semantic Communication Universal Semantic Communication Madhu Sudan MIT CSAIL Joint work with Brendan Juba (MIT CSAIL). An fantasy setting (SETI) Alice 010010101010001111001000 No common language! Is meaningful communication

More information

Circuits. Lecture 11 Uniform Circuit Complexity

Circuits. Lecture 11 Uniform Circuit Complexity Circuits Lecture 11 Uniform Circuit Complexity 1 Recall 2 Recall Non-uniform complexity 2 Recall Non-uniform complexity P/1 Decidable 2 Recall Non-uniform complexity P/1 Decidable NP P/log NP = P 2 Recall

More information

Interactive Proofs of Proximity: Delegating Computation in Sublinear Time

Interactive Proofs of Proximity: Delegating Computation in Sublinear Time Interactive Proofs of Proximity: Delegating Computation in Sublinear Time Guy N. Rothblum Microsoft Research rothblum@alum.mit.edu Salil Vadhan Harvard University salil@eecs.harvard.edu Avi Wigderson Institute

More information

1 Randomized Computation

1 Randomized Computation CS 6743 Lecture 17 1 Fall 2007 1 Randomized Computation Why is randomness useful? Imagine you have a stack of bank notes, with very few counterfeit ones. You want to choose a genuine bank note to pay at

More information

Arthur-Merlin Streaming Complexity

Arthur-Merlin Streaming Complexity Weizmann Institute of Science Joint work with Ran Raz Data Streams The data stream model is an abstraction commonly used for algorithms that process network traffic using sublinear space. A data stream

More information

Towards the Sliding Scale Conjecture (Old & New PCP constructions)

Towards the Sliding Scale Conjecture (Old & New PCP constructions) Towards the Sliding Scale Conjecture (Old & New PCP constructions) Prahladh Harsha TIFR [Based on joint works with Irit Dinur & Guy Kindler] Outline Intro, Background & Context Goals and questions in this

More information

Chapter 2. Reductions and NP. 2.1 Reductions Continued The Satisfiability Problem (SAT) SAT 3SAT. CS 573: Algorithms, Fall 2013 August 29, 2013

Chapter 2. Reductions and NP. 2.1 Reductions Continued The Satisfiability Problem (SAT) SAT 3SAT. CS 573: Algorithms, Fall 2013 August 29, 2013 Chapter 2 Reductions and NP CS 573: Algorithms, Fall 2013 August 29, 2013 2.1 Reductions Continued 2.1.1 The Satisfiability Problem SAT 2.1.1.1 Propositional Formulas Definition 2.1.1. Consider a set of

More information

Near-Optimal Secret Sharing and Error Correcting Codes in AC 0

Near-Optimal Secret Sharing and Error Correcting Codes in AC 0 Near-Optimal Secret Sharing and Error Correcting Codes in AC 0 Kuan Cheng Yuval Ishai Xin Li December 18, 2017 Abstract We study the question of minimizing the computational complexity of (robust) secret

More information

A State of the Art MIP For Circuit Satisfiability. 1 A 2-Prover MIP for Low-Depth Arithmetic Circuit Satisfiability

A State of the Art MIP For Circuit Satisfiability. 1 A 2-Prover MIP for Low-Depth Arithmetic Circuit Satisfiability COSC 544 Probabilistic Proof Systems 10/17/17 Lecturer: Justin Thaler A State of the Art MIP For Circuit Satisfiability 1 A 2-Prover MIP for Low-Depth Arithmetic Circuit Satisfiability The succinct argument

More information

Lecture Hardness of Set Cover

Lecture Hardness of Set Cover PCPs and Inapproxiability CIS 6930 October 5, 2009 Lecture Hardness of Set Cover Lecturer: Dr. My T. Thai Scribe: Ying Xuan 1 Preliminaries 1.1 Two-Prover-One-Round Proof System A new PCP model 2P1R Think

More information

Universal Semantic Communication

Universal Semantic Communication Universal Semantic Communication Madhu Sudan MIT CSAIL Joint work with Brendan Juba (MIT). An fantasy setting (SETI) Alice 010010101010001111001000 No common language! Is meaningful communication possible?

More information

1 Probabilistically checkable proofs

1 Probabilistically checkable proofs CSC 5170: Theory of Computational Complexity Lecture 12 The Chinese University of Hong Kong 12 April 2010 Interactive proofs were introduced as a generalization of the classical notion of a proof in the

More information

[PCP Theorem is] the most important result in complexity theory since Cook s Theorem. Ingo Wegener, 2005

[PCP Theorem is] the most important result in complexity theory since Cook s Theorem. Ingo Wegener, 2005 PCP Theorem [PCP Theorem is] the most important result in complexity theory since Cook s Theorem. Ingo Wegener, 2005 Computational Complexity, by Fu Yuxi PCP Theorem 1 / 88 S. Arora, C. Lund, R. Motwani,

More information

Improved Direct Product Theorems for Randomized Query Complexity

Improved Direct Product Theorems for Randomized Query Complexity Improved Direct Product Theorems for Randomized Query Complexity Andrew Drucker Nov. 16, 2010 Andrew Drucker, Improved Direct Product Theorems for Randomized Query Complexity 1/28 Big picture Usually,

More information

A Super Efficient Rational Proofs

A Super Efficient Rational Proofs A Super Efficient Rational Proofs Pablo D. Azar, MIT Silvio Micali, MIT A rational proof is an interactive proof where the prover, Merlin, is neither honest nor malicious, but rational. That is, Merlin

More information

CSC 5170: Theory of Computational Complexity Lecture 13 The Chinese University of Hong Kong 19 April 2010

CSC 5170: Theory of Computational Complexity Lecture 13 The Chinese University of Hong Kong 19 April 2010 CSC 5170: Theory of Computational Complexity Lecture 13 The Chinese University of Hong Kong 19 April 2010 Recall the definition of probabilistically checkable proofs (PCP) from last time. We say L has

More information

On Uniform Amplification of Hardness in NP

On Uniform Amplification of Hardness in NP On Uniform Amplification of Hardness in NP Luca Trevisan November 4, 2004 Abstract We continue the study of amplification of average-case complexity within NP, and we focus on the uniform case. We prove

More information