Polynomial Identity Testing and the Ideal Proof System: PIT is in NP if and only if IPS can be p-simulated by a Cook-Reckhow proof system

Joshua A. Grochow
2023-06-04
Abstract:The Ideal Proof System (IPS) of Grochow & Pitassi (FOCS 2014, J. ACM, 2018) is an algebraic proof system that uses algebraic circuits to refute the solvability of unsatisfiable systems of polynomial equations. One potential drawback of IPS is that verifying an IPS proof is only known to be doable using Polynomial Identity Testing (PIT), which is solvable by a randomized algorithm, but whose derandomization, even into NSUBEXP, is equivalent to strong lower bounds. However, the circuits that are used in IPS proofs are not arbitrary, and it is conceivable that one could get around general PIT by leveraging some structure in these circuits. This proposal may be even more tempting when IPS is used as a proof system for Boolean Unsatisfiability, where the equations themselves have additional structure. Our main result is that, on the contrary, one cannot get around PIT as above: we show that IPS, even as a proof system for Boolean Unsatisfiability, can be p-simulated by a deterministically verifiable (Cook-Reckhow) proof system if and only if PIT is in NP. We use our main result to propose a potentially new approach to derandomizing PIT into NP.
Computational Complexity,Logic in Computer Science
What problem does this paper attempt to address?
The main problem that this paper attempts to solve is about the relationship between the Ideal Proof System (IPS) and Polynomial Identity Testing (PIT). Specifically, the author explores the following two core questions: 1. **Is there a method to verify IPS certificates without using PIT?** - The paper negates this possibility by proving that the special nature of IPS certificates cannot simplify the PIT task. The author points out that even in specific cases (such as the Boolean unsatisfiability problem), it is not possible to bypass PIT to verify IPS certificates. 2. **Can IPS be p - simulated by a deterministic verifiable (i.e., Cook - Reckhow) proof system without derandomizing PIT?** - The author negates this possibility by proving that if IPS can be p - simulated by a Cook - Reckhow proof system, then PIT must be in NP. This means that to make IPS a deterministic verifiable proof system, the derandomization problem of PIT must be solved first. ### Main Results The main results of the paper include: - **Theorem A**: For any field \( F \), PIT is in NP if and only if there exists a Cook - Reckhow proof system that can p - simulate the Variety Emptiness problem of IPS on the field \( F \). - Specifically expressed as: \[ \text{PIT}_F\in\text{NP}\iff\exists\text{Cook--Reckhow system }P\text{ such that }P\text{ can p - simulate }\text{IPS}_F \] - **Theorem B**: If there exists a Cook - Reckhow proof system that can p - simulate the performance of IPS on the Boolean unsatisfiability problem, then PIT is in NP. - Specifically expressed as: \[ \text{If there exists a Cook--Reckhow system }P\text{ such that }P\text{ can p - simulate IPS for the Boolean unsatisfiability problem, then }\text{PIT}\in\text{NP} \] ### Proof Techniques - **Proof Sketch of Theorem 3.3**: - By constructing a system of polynomial equations, this system has no solution when \( C \) is a zero polynomial. - Prove that IPS can produce short refutations on this system. - If IPS can be p - simulated by a Cook - Reckhow system, then the PIT problem can be solved by guessing and verifying this short refutation. - **Proof Sketch of Theorem 6.1**: - Encode the system of polynomial equations into a Boolean CNF. - By constructing an extension field \( K \) and a finite field \( F_p \), convert the system of polynomial equations into a Boolean circuit. - Prove that IPS can efficiently reconstruct the original system of polynomial equations on these Boolean circuits. - Finally, solve the PIT problem by guessing and verifying the refutations of these Boolean CNFs. ### Conclusion The paper shows through the above results that to make IPS a deterministic verifiable proof system, the derandomization problem of PIT must be solved first. This provides a new perspective for the study of PIT, that is, exploring the derandomization methods of PIT by studying the properties of IPS.