On the Proof Complexity of Deep Inference
We obtain two results about the proof complexity of deep inference: 1) deep-inference proof systems are as powerful as Frege ones, even when both are extended with the Tseitin extension rule or with the substitution rule; 2) there are analytic deep-inference proof systems that exhibit an exponential speed-up over analytic Gentzen proof systems that they polynomially simulate.
đĄ Research Summary
The paper investigates the proofâcomplexity landscape of deep inference (DI) systems and establishes two major results that position DI as a powerful alternative to traditional proof systems. The first result shows that DI proof systems are polynomially equivalent to Frege systems even when both are extended with the Tseitin extension rule or with the substitution rule. To achieve this, the authors formalize DI with its characteristic deepârule application mechanismsâsuch as deep associativity, deep distributivity, and rule propagationâand construct explicit translation procedures between DI derivations and Frege derivations. The translation from Frege to DI decomposes each Frege inference into a bounded sequence of local DI steps that operate at arbitrary depths inside formulas, while the reverse translation simulates DIâs deep steps by a polynomialâsize Frege proof that carefully manages the introduction of new variables and definitions required by the extension rule. The handling of substitution is analogous: DIâs ability to apply substitutions locally at any depth is shown to be simulable by a series of bounded Frege substitution steps, preserving proof size up to a polynomial factor. Consequently, the paper proves that the addition of powerful extension mechanisms does not break the equivalence; DI remains as expressive as the strongest known propositional proof system.
The second result concerns analytic (cutâfree) fragments. Analytic DI systems are defined to forbid cuts and to restrict each inference to subâformulas, just as analytic Gentzen (sequent) systems do. The authors identify a family of propositional formulasânegative pyramidal formulasâthat are easy for DI but hard for analytic Gentzen. In a Gentzen setting, proving such a formula forces a cascade of new subâderivations at each level of the pyramid, leading to a proof size that grows exponentially in the height of the pyramid. By contrast, DI can rearrange the structure of a formula at any depth in a single inference step, and it can propagate transformations simultaneously across many levels. The paper constructs an O(n)âsize DI proof for a pyramid of height n, while establishing a lower bound of 2^{Ί(n)} for any analytic Gentzen proof of the same formula. This exponential separation demonstrates that analytic DI enjoys a genuine speedâup over analytic Gentzen, even though the latter polynomially simulates the former in the unrestricted (nonâanalytic) setting.
The paper is organized as follows. SectionâŻ1 reviews background on proof complexity, Frege systems, Gentzen sequent calculi, and the deepâinference framework. SectionâŻ2 introduces the extended Frege and DI systems, defines the Tseitin extension and substitution rules, and presents the polynomialâsimulation constructions. The key technical tools are a âproofâgraphâ representation that tracks variable dependencies and a systematic ruleâpropagation algorithm that keeps the size blowâup polynomial. SectionâŻ3 focuses on analytic fragments. After formalizing analytic DI and analytic Gentzen, the authors define the negative pyramidal formulas and prove the exponential lower bound for Gentzen using a combinatorial argument based on proofâwidth and the pigeonâhole principle. They then exhibit the compact DI derivation, highlighting the role of deep rule application and simultaneous transformation. SectionâŻ4 discusses the implications of these findings: DIâs equivalence to Frege suggests that deep inference can serve as a universal proofâtheoretic framework, while the analytic speedâup points to potential advantages in automated theorem proving and proof compression. The authors also outline open questions, such as whether similar separations exist for other analytic systems (e.g., resolution) and how DI might be integrated into practical proof assistants. In summary, the paper establishes that deep inference is both as strong as the most powerful propositional proof systems when extensions are allowed, and strictly more efficient than analytic Gentzen in certain cases, thereby enriching our understanding of the hierarchy of proof systems.
Comments & Academic Discussion
Loading comments...
Leave a Comment