Cut-elimination theorem: Difference between revisions
tautology (logic) using AWB |
No edit summary |
||
(41 intermediate revisions by 32 users not shown) | |||
Line 1: | Line 1: | ||
{{Short description|Theorem in formal logic}} |
|||
The '''cut-elimination theorem''' is the central result establishing the significance of the [[sequent calculus]]. It was originally proved by [[Gerhard Gentzen]] |
The '''cut-elimination theorem''' (or '''Gentzen's ''Hauptsatz''''') is the central result establishing the significance of the [[sequent calculus]]. It was originally proved by [[Gerhard Gentzen]] in his landmark 1934 paper "Investigations in Logical Deduction" for the systems [[system LJ|LJ]] and [[system LK|LK]] formalising [[intuitionistic logic|intuitionistic]] and [[classical logic]] respectively. The cut-elimination theorem states that any judgement that possesses a proof in the sequent calculus making use of the '''cut rule''' also possesses a '''cut-free proof''', that is, a proof that does not make use of the cut rule.<ref>{{harvnb|Curry|1977|pp=208–213}}, gives a 5-page proof of the elimination theorem. See also pages 188, 250.</ref><ref>{{harvnb|Kleene|2009|pp=453}}, gives a very brief proof of the cut-elimination theorem.</ref> |
||
==The cut rule== |
|||
⚫ | |||
A [[sequent]] is a logical expression relating multiple formulas, in the form {{nowrap|"<math>A_1, A_2, A_3, \ldots \vdash B_1, B_2, B_3, \ldots</math>"}}, which is to be read as {{nowrap|"<math>A_1, A_2, A_3, \ldots</math>}} proves {{nowrap|<math>B_1, B_2, B_3, \ldots</math>"}}, and (as glossed by Gentzen) should be understood as equivalent to the truth-function "If (<math>A_1</math> and <math>A_2</math> and <math>A_3</math> …) then (<math>B_1</math> or <math>B_2</math> or <math>B_3</math> …)."<ref>Wilfried Buchholz, [http://www.mathematik.uni-muenchen.de/~buchholz/articles/beweisth.ps Beweistheorie] (university lecture notes about cut-elimination, German, 2002-2003)</ref> Note that the left-hand side (LHS) is a conjunction (and) and the right-hand side (RHS) is a disjunction (or). |
|||
⚫ | The LHS may have arbitrarily many or few formulae; when the LHS is empty, the RHS is a [[tautology (logic)|tautology]]. In LK, the RHS may also have any number of formulae—if it has none, the LHS is a [[contradiction]], whereas in LJ the RHS may only have one formula or none: here we see that allowing more than one formula in the RHS is equivalent, in the presence of the right contraction rule, to the admissibility of the [[law of the excluded middle]]. However, the sequent calculus is a fairly expressive framework, and there have been sequent calculi for intuitionistic logic proposed that allow many formulae in the RHS. From [[Jean-Yves Girard]]'s logic LC it is easy to obtain a rather natural formalisation of classical logic where the RHS contains at most one formula; it is the interplay of the logical and [[structural rule]]s that is the key here. |
||
⚫ | |||
⚫ | |||
⚫ | |||
<ol><li><math> \Gamma \vdash A,\Delta</math></li></ol> |
|||
and |
and |
||
<ol start="2"><li><math> \Pi, A \vdash \Lambda</math></li></ol> |
|||
allows one to infer |
allows one to infer |
||
<ol start="3"><li><math>\Gamma, \Pi \vdash \Delta,\Lambda</math></li></ol> |
|||
That is, it "cuts" the occurrences of the formula |
That is, it "cuts" the occurrences of the formula <math>A</math> out of the inferential relation. |
||
==Cut elimination== |
|||
The cut-elimination theorem states that (for a given system) any sequent provable using the rule Cut can be proved without use of this rule. |
|||
For sequent calculi that have only one formula in the RHS, the "Cut" rule reads, given |
|||
⚫ | |||
⚫ | |||
⚫ | For systems formulated in the sequent calculus, [[ |
||
and |
|||
<ol start="2"><li><math> \Pi, A \vdash B</math></li></ol> |
|||
allows one to infer |
|||
<ol start="3"><li><math>\Gamma, \Pi \vdash B</math></li></ol> |
|||
⚫ | If we think of <math>B</math> as a theorem, then cut-elimination in this case simply says that a lemma <math>A</math> used to prove this theorem can be inlined. Whenever the theorem's proof mentions [[lemma (mathematics)|lemma]] <math>A</math>, we can substitute the occurrences for the proof of <math>A</math>. Consequently, the cut rule is [[admissible rule|admissible]]. |
||
==Consequences of the theorem== |
|||
⚫ | For systems formulated in the sequent calculus, [[Analytic proof#Structural proof theory|analytic proofs]] are those proofs that do not use Cut. Typically such a proof will be longer, of course, and not necessarily trivially so. In his essay "Don't Eliminate Cut!"<ref>{{harvnb|Boolos|1984|pp=373-378}}</ref> [[George Boolos]] demonstrated that there was a derivation that could be completed in a page using cut, but whose analytic proof could not be completed in the lifespan of the universe. |
||
The theorem has many, rich consequences: |
The theorem has many, rich consequences: |
||
* A system is [[consistency proof|inconsistent]] if it admits a proof of the absurd. If the system has a cut elimination theorem, then if it has a proof of the absurd, or of the empty sequent, it should also have a proof of the absurd (or the empty sequent), without cuts. It is typically very easy to check that there are no such proofs. Thus, once a system is shown to have a cut elimination theorem, it is normally immediate that the system is consistent. |
* A system is [[consistency proof|inconsistent]] if it admits a proof of the absurd. If the system has a cut elimination theorem, then if it has a proof of the absurd, or of the empty sequent, it should also have a proof of the absurd (or the empty sequent), without cuts. It is typically very easy to check that there are no such proofs. Thus, once a system is shown to have a cut elimination theorem, it is normally immediate that the system is consistent. |
||
* Normally also the system has, at least in first |
* Normally also the system has, at least in first-order logic, the [[subformula property]], an important property in several approaches to [[proof-theoretic semantics]]. |
||
Cut elimination is one of the most powerful tools for proving [[Craig interpolation|interpolation theorem]]s. The possibility of carrying out proof search based on [[First-order resolution|resolution]], the essential insight leading to the [[Prolog]] programming language, depends upon the admissibility of Cut in the appropriate system. |
Cut elimination is one of the most powerful tools for proving [[Craig interpolation|interpolation theorem]]s. The possibility of carrying out proof search based on [[First-order resolution|resolution]], the essential insight leading to the [[Prolog]] programming language, depends upon the admissibility of Cut in the appropriate system. |
||
For proof systems based on |
For proof systems based on higher-order [[typed lambda calculus]] through a [[Curry–Howard isomorphism]], cut elimination algorithms correspond to the [[normalization property (abstract rewriting)|strong normalization property]] (every proof term reduces in a finite number of steps into a [[normal form (term rewriting)|normal form]]). |
||
== See also == |
== See also == |
||
* [[Deduction theorem]] |
|||
* [[Gentzen's consistency proof]] for [[Peano's axioms]] |
* [[Gentzen's consistency proof]] for [[Peano's axioms]] |
||
==Notes== |
|||
{{Reflist}} |
|||
== References == |
== References == |
||
* {{cite journal | |
* {{cite journal |first=Gerhard |last=Gentzen |author-link=Gerhard Gentzen |title=Untersuchungen über das logische Schließen. I. |journal=[[Mathematische Zeitschrift]] |volume=39 |pages=176–210 |year=1935 |doi=10.1007/BF01201353}} |
||
* [http://gdz.sub.uni-goettingen.de/dms/load/img/?IDDOC=17178 |
** [https://web.archive.org/web/20151224194624/http://gdz.sub.uni-goettingen.de/dms/load/img/?IDDOC=17178 Untersuchungen über das logische Schließen I] (Archive.org) |
||
** {{cite journal | first=Gerhard | last=Gentzen | title=Investigations into logical deduction | journal=[[American Philosophical Quarterly]] | volume=1 | number=4 | pages=249–287 | year=1964}} |
|||
⚫ | |||
* {{cite journal |first=Gerhard |last=Gentzen |author-link=Gerhard Gentzen |title=Untersuchungen über das logische Schließen. II. |journal=Mathematische Zeitschrift |volume=39 |pages=405–431 |year=1935 |doi=10.1007/BF01201363}} |
|||
⚫ | |||
** {{cite journal | first=Gerhard | last=Gentzen | title=Investigations into logical deduction | journal=American Philosophical Quarterly | volume=2 | number=3 | pages=204–218 | year=1965}} |
|||
* {{cite book|last1=Curry|first1=Haskell Brooks|author1-link=Haskell Curry|title=Foundations of mathematical logic|orig-year=1963|year=1977|publisher=Dover Publications Inc.|location=New York|isbn=978-0-486-63462-3}} |
|||
* {{cite book|last1=Kleene|first1=Stephen Cole|author1-link=Stephen Cole Kleene|title=Introduction to metamathematics|orig-year=1952|year=2009|publisher=Ishi Press International|isbn=978-0-923891-57-2}} |
|||
* {{cite journal | first=George | last=Boolos | author-link=George Boolos | title=Don't eliminate cut | journal=[[Journal of Philosophical Logic]] | volume=13 | number=4 | pages=373-378 | year=1984}} |
|||
== External links == |
== External links == |
||
* {{MathWorld | urlname=CutEliminationTheorem | title=Cut Elimination Theorem | author=Alex Sakharov}} |
* {{MathWorld | urlname=CutEliminationTheorem | title=Cut Elimination Theorem | author=Alex Sakharov}} |
||
* {{SpringerEOM |
|||
|title=Sequent calculus |
|||
|id=Sequent_calculus&oldid=11707 |
|||
|author-last1=Dragalin |
|||
|author-first1=A.G. |
|||
}} |
|||
[[Category: |
[[Category:Theorems in the foundations of mathematics]] |
||
[[Category:Proof theory]] |
[[Category:Proof theory]] |
||
[[de:Gentzenscher Hauptsatz]] |
|||
[[ja:カット除去定理]] |
|||
[[zh:切消定理]] |
Latest revision as of 14:44, 2 October 2024
The cut-elimination theorem (or Gentzen's Hauptsatz) is the central result establishing the significance of the sequent calculus. It was originally proved by Gerhard Gentzen in his landmark 1934 paper "Investigations in Logical Deduction" for the systems LJ and LK formalising intuitionistic and classical logic respectively. The cut-elimination theorem states that any judgement that possesses a proof in the sequent calculus making use of the cut rule also possesses a cut-free proof, that is, a proof that does not make use of the cut rule.[1][2]
The cut rule
[edit]A sequent is a logical expression relating multiple formulas, in the form "", which is to be read as " proves ", and (as glossed by Gentzen) should be understood as equivalent to the truth-function "If ( and and …) then ( or or …)."[3] Note that the left-hand side (LHS) is a conjunction (and) and the right-hand side (RHS) is a disjunction (or).
The LHS may have arbitrarily many or few formulae; when the LHS is empty, the RHS is a tautology. In LK, the RHS may also have any number of formulae—if it has none, the LHS is a contradiction, whereas in LJ the RHS may only have one formula or none: here we see that allowing more than one formula in the RHS is equivalent, in the presence of the right contraction rule, to the admissibility of the law of the excluded middle. However, the sequent calculus is a fairly expressive framework, and there have been sequent calculi for intuitionistic logic proposed that allow many formulae in the RHS. From Jean-Yves Girard's logic LC it is easy to obtain a rather natural formalisation of classical logic where the RHS contains at most one formula; it is the interplay of the logical and structural rules that is the key here.
"Cut" is a rule of inference in the normal statement of the sequent calculus, and equivalent to a variety of rules in other proof theories, which, given
and
allows one to infer
That is, it "cuts" the occurrences of the formula out of the inferential relation.
Cut elimination
[edit]The cut-elimination theorem states that (for a given system) any sequent provable using the rule Cut can be proved without use of this rule.
For sequent calculi that have only one formula in the RHS, the "Cut" rule reads, given
and
allows one to infer
If we think of as a theorem, then cut-elimination in this case simply says that a lemma used to prove this theorem can be inlined. Whenever the theorem's proof mentions lemma , we can substitute the occurrences for the proof of . Consequently, the cut rule is admissible.
Consequences of the theorem
[edit]For systems formulated in the sequent calculus, analytic proofs are those proofs that do not use Cut. Typically such a proof will be longer, of course, and not necessarily trivially so. In his essay "Don't Eliminate Cut!"[4] George Boolos demonstrated that there was a derivation that could be completed in a page using cut, but whose analytic proof could not be completed in the lifespan of the universe.
The theorem has many, rich consequences:
- A system is inconsistent if it admits a proof of the absurd. If the system has a cut elimination theorem, then if it has a proof of the absurd, or of the empty sequent, it should also have a proof of the absurd (or the empty sequent), without cuts. It is typically very easy to check that there are no such proofs. Thus, once a system is shown to have a cut elimination theorem, it is normally immediate that the system is consistent.
- Normally also the system has, at least in first-order logic, the subformula property, an important property in several approaches to proof-theoretic semantics.
Cut elimination is one of the most powerful tools for proving interpolation theorems. The possibility of carrying out proof search based on resolution, the essential insight leading to the Prolog programming language, depends upon the admissibility of Cut in the appropriate system.
For proof systems based on higher-order typed lambda calculus through a Curry–Howard isomorphism, cut elimination algorithms correspond to the strong normalization property (every proof term reduces in a finite number of steps into a normal form).
See also
[edit]Notes
[edit]- ^ Curry 1977, pp. 208–213, gives a 5-page proof of the elimination theorem. See also pages 188, 250.
- ^ Kleene 2009, pp. 453, gives a very brief proof of the cut-elimination theorem.
- ^ Wilfried Buchholz, Beweistheorie (university lecture notes about cut-elimination, German, 2002-2003)
- ^ Boolos 1984, pp. 373–378
References
[edit]- Gentzen, Gerhard (1935). "Untersuchungen über das logische Schließen. I.". Mathematische Zeitschrift. 39: 176–210. doi:10.1007/BF01201353.
- Untersuchungen über das logische Schließen I (Archive.org)
- Gentzen, Gerhard (1964). "Investigations into logical deduction". American Philosophical Quarterly. 1 (4): 249–287.
- Gentzen, Gerhard (1935). "Untersuchungen über das logische Schließen. II". Mathematische Zeitschrift. 39: 405–431. doi:10.1007/BF01201363.
- Untersuchungen über das logische Schließen II (Archive.org)
- Gentzen, Gerhard (1965). "Investigations into logical deduction". American Philosophical Quarterly. 2 (3): 204–218.
- Curry, Haskell Brooks (1977) [1963]. Foundations of mathematical logic. New York: Dover Publications Inc. ISBN 978-0-486-63462-3.
- Kleene, Stephen Cole (2009) [1952]. Introduction to metamathematics. Ishi Press International. ISBN 978-0-923891-57-2.
- Boolos, George (1984). "Don't eliminate cut". Journal of Philosophical Logic. 13 (4): 373–378.
External links
[edit]- Alex Sakharov. "Cut Elimination Theorem". MathWorld.
- Dragalin, A.G. (2001) [1994], "Sequent calculus", Encyclopedia of Mathematics, EMS Press