# Distributed PCP Theorems for Hardness of Approximation in P

**Authors:** Amir Abboud, Aviad Rubinstein, Ryan Williams

arXiv: 1706.06407 · 2017-11-02

## TL;DR

This paper introduces a new distributed PCP model and uses it to establish nearly-tight inapproximability results for several problems in P based on SETH, advancing understanding of hardness in approximation.

## Contribution

It develops a novel distributed PCP framework and derives the first SETH-based inapproximability results for specific polynomial-time problems.

## Key findings

- No truly-subquadratic approximation algorithms under SETH
- Nearly-polynomial inapproximability factors achieved
- First SETH-based hardness results for these problems

## Abstract

We present a new distributed model of probabilistically checkable proofs (PCP). A satisfying assignment $x \in \{0,1\}^n$ to a CNF formula $\varphi$ is shared between two parties, where Alice knows $x_1, \dots, x_{n/2}$, Bob knows $x_{n/2+1},\dots,x_n$, and both parties know $\varphi$. The goal is to have Alice and Bob jointly write a PCP that $x$ satisfies $\varphi$, while exchanging little or no information. Unfortunately, this model as-is does not allow for nontrivial query complexity. Instead, we focus on a non-deterministic variant, where the players are helped by Merlin, a third party who knows all of $x$.   Using our framework, we obtain, for the first time, PCP-like reductions from the Strong Exponential Time Hypothesis (SETH) to approximation problems in P. In particular, under SETH we show that there are no truly-subquadratic approximation algorithms for Bichromatic Maximum Inner Product over {0,1}-vectors, Bichromatic LCS Closest Pair over permutations, Approximate Regular Expression Matching, and Diameter in Product Metric. All our inapproximability factors are nearly-tight. In particular, for the first two problems we obtain nearly-polynomial factors of $2^{(\log n)^{1-o(1)}}$; only $(1+o(1))$-factor lower bounds (under SETH) were known before.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1706.06407/full.md

## References

136 references — full list in the complete paper: https://tomesphere.com/paper/1706.06407/full.md

---
Source: https://tomesphere.com/paper/1706.06407