8 research outputs found

    Imperfect Gaps in Gap-ETH and PCPs

    Get PDF
    We study the role of perfect completeness in probabilistically checkable proof systems (PCPs) and give a way to transform a PCP with imperfect completeness to one with perfect completeness, when the initial gap is a constant. We show that PCP_{c,s}[r,q] subseteq PCP_{1,s\u27}[r+O(1),q+O(r)] for c-s=Omega(1) which in turn implies that one can convert imperfect completeness to perfect in linear-sized PCPs for NP with a O(log n) additive loss in the query complexity q. We show our result by constructing a "robust circuit" using threshold gates. These results are a gap amplification procedure for PCPs, (when completeness is not 1) analogous to questions studied in parallel repetition [Anup Rao, 2011] and pseudorandomness [David Gillman, 1998] and might be of independent interest. We also investigate the time-complexity of approximating perfectly satisfiable instances of 3SAT versus those with imperfect completeness. We show that the Gap-ETH conjecture without perfect completeness is equivalent to Gap-ETH with perfect completeness, i.e. MAX 3SAT(1-epsilon,1-delta), delta > epsilon has 2^{o(n)} algorithms if and only if MAX 3SAT(1,1-delta) has 2^{o(n)} algorithms. We also relate the time complexities of these two problems in a more fine-grained way to show that T_2(n) <= T_1(n(log log n)^{O(1)}), where T_1(n),T_2(n) denote the randomized time-complexity of approximating MAX 3SAT with perfect and imperfect completeness respectively

    On the Sensitivity Conjecture for Read-k Formulas

    Get PDF
    Various combinatorial/algebraic parameters are used to quantify the complexity of a Boolean function. Among them, sensitivity is one of the simplest and block sensitivity is one of the most useful. Nisan (1989) and Nisan and Szegedy (1991) showed that block sensitivity and several other parameters, such as certificate complexity, decision tree depth, and degree over R, are all polynomially related to one another. The sensitivity conjecture states that there is also a polynomial relationship between sensitivity and block sensitivity, thus supplying the "missing link". Since its introduction in 1991, the sensitivity conjecture has remained a challenging open question in the study of Boolean functions. One natural approach is to prove it for special classes of functions. For instance, the conjecture is known to be true for monotone functions, symmetric functions, and functions describing graph properties. In this paper, we consider the conjecture for Boolean functions computable by read-k formulas. A read-k formula is a tree in which each variable appears at most k times among the leaves and has Boolean gates at its internal nodes. We show that the sensitivity conjecture holds for read-once formulas with gates computing symmetric functions. We next consider regular formulas with OR and AND gates. A formula is regular if it is a leveled tree with all gates at a given level having the same fan-in and computing the same function. We prove the sensitivity conjecture for constant depth regular read-k formulas for constant k

    Communication-Rounds Tradeoffs for Common Randomness and Secret Key Generation

    Full text link
    We study the role of interaction in the Common Randomness Generation (CRG) and Secret Key Generation (SKG) problems. In the CRG problem, two players, Alice and Bob, respectively get samples X1,X2,X_1,X_2,\dots and Y1,Y2,Y_1,Y_2,\dots with the pairs (X1,Y1)(X_1,Y_1), (X2,Y2)(X_2, Y_2), \dots being drawn independently from some known probability distribution μ\mu. They wish to communicate so as to agree on LL bits of randomness. The SKG problem is the restriction of the CRG problem to the case where the key is required to be close to random even to an eavesdropper who can listen to their communication (but does not have access to the inputs of Alice and Bob). In this work, we study the relationship between the amount of communication and the number of rounds of interaction in both the CRG and the SKG problems. Specifically, we construct a family of distributions μ=μr,n,L\mu = \mu_{r, n,L}, parametrized by integers rr, nn and LL, such that for every rr there exists a constant b=b(r)b = b(r) for which CRG (respectively SKG) is feasible when (Xi,Yi)μr,n,L(X_i,Y_i) \sim \mu_{r,n,L} with r+1r+1 rounds of communication, each consisting of O(logn)O(\log n) bits, but when restricted to r/23r/2 - 3 rounds of interaction, the total communication must exceed Ω(n/logb(n))\Omega(n/\log^{b}(n)) bits. Prior to our work no separations were known for r2r \geq 2.Comment: 41 pages, 3 figure

    Optimal Fine-Grained Hardness of Approximation of Linear Equations

    Get PDF
    The problem of solving linear systems is one of the most fundamental problems in computer science, where given a satisfiable linear system (A,b)(A,b), for ARn×nA \in \mathbb{R}^{n \times n} and bRnb \in \mathbb{R}^n, we wish to find a vector xRnx \in \mathbb{R}^n such that Ax=bAx = b. The current best algorithms for solving dense linear systems reduce the problem to matrix multiplication, and run in time O(nω)O(n^{\omega}). We consider the problem of finding ε\varepsilon-approximate solutions to linear systems with respect to the L2L_2-norm, that is, given a satisfiable linear system (ARn×n,bRn)(A \in \mathbb{R}^{n \times n}, b \in \mathbb{R}^n), find an xRnx \in \mathbb{R}^n such that Axb2εb2||Ax - b||_2 \leq \varepsilon||b||_2. Our main result is a fine-grained reduction from computing the rank of a matrix to finding ε\varepsilon-approximate solutions to linear systems. In particular, if the best known O(nω)O(n^\omega) time algorithm for computing the rank of n×O(n)n \times O(n) matrices is optimal (which we conjecture is true), then finding an ε\varepsilon-approximate solution to a dense linear system also requires Ω~(nω)\tilde{\Omega}(n^{\omega}) time, even for ε\varepsilon as large as (11/poly(n))(1 - 1/\text{poly}(n)). We also prove (under some modified conjectures for the rank-finding problem) optimal hardness of approximation for sparse linear systems, linear systems over positive semidefinite matrices, well-conditioned linear systems, and approximately solving linear systems with respect to the LpL_p-norm, for p1p \geq 1. At the heart of our results is a novel reduction from the rank problem to a decision version of the approximate linear systems problem. This reduction preserves properties such as matrix sparsity and bit complexity.Comment: To appear in ICALP 202
    corecore