Definition
A proof-theoretic framework in which inference rules may be applied at any depth inside logical expressions rather than only at the root; deep inference supports symmetric, local, and often more compact proof systems such as the Calculus of Structures.

Principle

Principle
Permit rule application within arbitrary subformulas: inference contexts are not restricted to top-level sequents, enabling local rewrites that can compress or symmetrize proof structure, provided meta-properties (soundness, cut-elimination) are preserved by suitable rule design and structural controls.

Demonstration

Demonstration
In a deep-inference system for propositional logic, a rule that replaces an occurrence of A∨(B∧C) by (A∨B)∧(A∨C) can be applied inside larger contexts, e.g. inside X[...], so one rewrites a nested subformula directly without lifting it to the top level; such locality can yield shorter derivations than sequent-style systems.

Misapplication

Misapplication
Naively allowing arbitrary inner rewrites without restrictions can break termination or soundness (derivations that loop or derive invalid sequents); designing unrestricted deep rules for logics with complex structural behavior may produce nonconfluent or non-eliminable cuts.

Consequence

Consequence
Deep inference often yields shorter, more symmetric proofs, supports fine-grained locality that is amenable to parallel implementations, and enables uniform systems for classical and nonclassical logics that resist compact sequent presentations.

Reversal

Reversal
The reverse is shallow inference (traditional sequent or natural-deduction systems) where inference rules act only at the outermost level; shallow systems favor a clear operational reading of derivations and established normalization strategies but can generate longer, more sequential proofs.

Boundary

Boundary
Applies where logical connectives and structural rules permit local inner rewrites and where one can enforce meta-theoretic controls; it is not a panacea for all logics—some systems require added structural constraints or labelled apparatus to regain properties like cut-elimination and decidability.

Semantic Tension

Semantic Tension
Tension appears between deep inference and sequent-style (shallow) calculi: deep inference emphasizes locality and symmetry at the cost of more complex meta-theory, while sequent calculi emphasize modular rule composition and simpler normalization proofs; the two approaches trade off proof length, clarity, and proof-theoretic control.

Synthesis

Synthesis
Deep Inference generalizes where and how rules apply inside formulas: by allowing local, in-depth rewrites one obtains compact, symmetric proof systems that expose parallelism and modularity, but the approach demands careful rule design and structural constraints to safeguard soundness, confluence, and cut-elimination.