Problem #23

Superpolynomial bounds on Frege proofs

Open!!High impact — resolution would likely be publishable in a top journal (Advances-level or above)

Are Frege proof systems polynomially bounded?

Definitions

A proof system for propositional logic is a function f ⁣:{0,1}TAUTf\colon \{0, 1\}^* \to \mathsf{TAUT} (where TAUT\mathsf{TAUT} is the set of propositional tautologies) which is surjective and computable in polynomial time. A proof system ff is polynomially bounded if there is a polynomial pp such that for all xTAUTx \in \mathsf{TAUT}, there is some y{0,1}y \in \{0, 1\}^* such that f(y)=xf(y) = x and yp(x)|y| \leq p(|x|).

A Frege proof system is any complete proof system for propositional logic which is defined by a finite list of axiom schemas and rules of inference.

Notes

The question was first asked by Cook and Reckhow in the 1970s [CR79]. They conjectured that no propositional proof system is polynomially bounded and noted that this conjecture implies that NPcoNP\mathsf{NP} \neq \mathsf{coNP} (and hence also that PNP\mathsf{P} \neq \mathsf{NP}). In light of this, they suggested the program of proving that various natural proof systems are not polynomially bounded. Frege proof systems are among the simplest and most natural proof systems for which this question is still open.

In the same paper, Cook and Reckhow showed that all Frege proof systems are equivalent, in the sense that for any two Frege systems F1F_1 and F2F_2 there is a constant CC such that if a propositional tautology has a proof of length nn in F1F_1 then it has a proof of length at most CnCn in F2F_2, and vice-versa. Hence the question of whether a Frege system is polynomially bounded does not depend on the particular Frege system chosen. They also showed that all natural deduction systems are equivalent to all Frege systems (and to each other) in the same sense.

Reference for the problem statement

[CR79]Stephen A. Cook and Robert A. Reckhow, The relative efficiency of propositional proof systems, Journal of Symbolic Logic, 1979 [doi]

Comments

Loading comments…