Problem #23
Superpolynomial bounds on Frege proofs
Are Frege proof systems polynomially bounded?
Definitions
A proof system for propositional logic is a function (where is the set of propositional tautologies) which is surjective and computable in polynomial time. A proof system is polynomially bounded if there is a polynomial such that for all , there is some such that and .
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 (and hence also that ). 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 and there is a constant such that if a propositional tautology has a proof of length in then it has a proof of length at most in , 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]
Loading comments…