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 structural inference 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 sequent calculus 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.
Gerhard Gentzen‘s Hauptsatz is often formulated under the form: “The cut rule is an admissible rule”- ie. the logical system obtained by removing the cut rule proves exactly the same sequents that the original system with the cut rule, it is important that very often, a stronger statement is true.
The theorem of Gentzen was formulated for classical logic and is also true in the other logics with a cut rule such as intuitionistic logic or linear logic. In these two latter systems, one has more, the cut elimination can be formulated as “There exists a cut elimination algorithm specified like this:
A better way to present things would be: “Here is an algorithm which takes in entry a proof of and returns a proof of which doesn’t use the cut rule”, because an actual algorithm is actually given and it is important to know what is this algorithm, we’re not interested only by its existence.
The best way to tell it would be in fact as:
“Here is a rewriting system on the set of proofs of this logic such that if then are proofs of the same sequent, and for every proof of , there exists a finite sequence of proofs of such that and doesn’t use the cut rule.”
One can after this study the properties of this particular rewriting system: is it confluent? Is it normalizing?? strongly normalizing? Does it provide a deterministic algorithm? or a nondeterministic algorithm? What is the computational complexity of the algorithms it provides to eliminate cuts?
Unfortunately, the algorithmic aspect of cut elimination is rarely presented as explicitly, and most of the time the cut elimination is presented as the admissibility of the cut rule and the concrete algorithm to eliminate the instance of cuts in a proof must be extracted by the reader from this proof (of the cut elimination) which nevertheless use it in order to do the proof (of the cut elimination).
We’re not sure whether there isn’t such an algorithm of cut elimination for classical logic and this an ongoing subject of research. We can think that the usual sequent calculus of classical logic must be modified by using ideas such as polarization and focusing in order to understand the computational content of the cut elimination of classical logic.
The notion of the cut rule as a structural inference rule originates (under the German name Schnitt) with:
Gerhard Gentzen, §1.2.1 in: Untersuchungen über das logische Schließen I Mathematische Zeitschrift 39 1 (1935) [doi:10.1007/BF01201353]
Gerhard Gentzen, §1.21 in: Investigations into Logical Deduction, in M. E. Szabo (ed.), The Collected Papers of Gerhard Gentzen, Studies in Logic and the Foundations of Mathematics 55, Springer (1969) 68-131 [ISBN:978-0-444-53419-4, pdf]
Wikipedia, Cut-elimination theorem
Kosta Došen, Cut Elimination in Categories, Trends in Logic 6, Springer (1999) [doi:10.1007/978-94-017-1207-1]
Last revised on May 1, 2024 at 19:07:31. See the history of this page for a list of all contributions to it.