natural deduction metalanguage, practical foundations
type theory (dependent, intensional, observational type theory, homotopy type theory)
computational trinitarianism =
propositions as types +programs as proofs +relation type theory/category theory
basic constructions:
strong axioms
further
The cut rule in sequent calculus (formal logic) is the rule that from sequents of the form
and
the new sequent
may be deduced. This is often written in the form
In the categorical semantics where each sequent here is interpreted as a morphism in a category, the cut rule asserts the existence of composition of morphisms.
“A logic without cut elimination is like a car without an engine” – Jean-Yves Girard (in Linear logic)
The cut-elimination theorem (“Gerhard Gentzen‘s Hauptsatz”) asserts that every judgement which has a proof using the cut-rule also has a proof not using it (a “cut-free proof”). While Gentzen's original theorem was for a few particular sequent calculi that he was considering, it is true of many other sequent calculi and is generally seen as desirable. (That said, there are some useful sequent calculi in which it fails.)
Intuitively, the problem in deciding whether a formula follows from a formula , i.e., deriving , is that there could be very complicated steps in the middle, i.e., in typical mathematical arguments one puts together steps and where is potentially a complicated or large formula. For an automated theorem prover, the search space for such is potentially infinite. By establishing a cut-elimination theorem for formal systems, one circumvents this problem, and it is quite typical that cut-free proofs build up complex sequents from less complex sequents (cf. subformula property), so that one can decide whether a sequent is provable or derivable by following an inductive procedure.
Cut-elimination is also a key step in deciding whether two proofs of a sequent are the “same” in some suitable sense. In type theory, for instance, the issue is not merely whether is provable or whether the function type is inhabited (has a proof or a term witnessing that fact), but also the nature of the space of such proofs. Since any proof has a trivial cut-free formulation in a system where all provable sequents in the original system are simply postulated as axioms, a cut-elimination result worthy of the name will not merely replace a proof with one which is cut-free, but with a cut-free proof which is equivalent to the original. This idea is used for instance in proving coherence theorems.
Cut-elimination may also be used to give independent proof-theoretic motivation of the definition of a category, and other basic category theoretic notions, eg. adjunction (see Došen 99).
In the analogy between the composition and the cut rule, the analogue of identity morphisms (or nullary compositions) is the identity rule
Typically, a cut-elimination algorithm goes hand-in-hand with an algorithm which eliminates the identity rule, or rather which pushes back identities as far as possible, down to identities for basic propositional variables (so for example, may be proved using and , in addition to the rules for , but itself must be adopted as an axiom).
In fact, there is a sense in which elimination of cuts is seen as dual to elimination of identities, analogous to the sense in which beta reduction is seen as dual to eta expansion. Very typically, a normalization scheme on terms first applies eta expansions are far as they will go, and then applies beta reductions as far as they will go, so as to at last reach a normal form. The same goes for rewrite systems on sequent deductions, which first eliminate identities, then eliminate cuts.
The conversion
replaces a single cut on the formula with a pair of cuts on the formulas and , in the process eliminating the use of the logical rules and .
Although this step replaces one cut by two, the cuts have been in effect pushed up the proof tree, to formulas of lower complexity. Cuts are finally eliminated when they have been pushed all the way up to identity axioms on propositional variables, by applying conversions of type
Likewise, the conversion
reconstructs the identity on from identities on and on , by first applying the rule followed by the two rules (reading the derivation on the right bottom-up).
(Compare these two conversions arising from cut- and identity-elimination to the lambda calculus conversions and , i.e., a reduction and an expansion respectively.)
In linear logic (for instance), one sometimes sees sequents written in one-sided form:
Here the negation operator is used to mediate between classical two-sided sequents and one-sided sequents, according to a scheme where a sequent is associated with a sequent (each being derivable from the other). Thus one can contemplate sequents where all formulae have been pushed to the right of the entailment symbol .
For such one-sided sequents, say in multiplicative linear logic, the cut rule may be expressed in the form
and this rule is ‘dual’ to one which introduces an identity:
Categorically, the cut rule in this form corresponds to the arrow that implements an evaluation, and the identity rule corresponds to an arrow that names an identity morphism. These two arrows are de Morgan dual to one another.
Wikipedia, Cut-elimination theorem
Kosta Došen, Cut Elimination in Categories Dordrecht: Springer Netherlands, 1999.
Last revised on December 17, 2021 at 14:30:00. See the history of this page for a list of all contributions to it.