Sequent 252355 210838534 2008-05-07T16:50:08Z 71.187.69.48 {{otheruses}} In [[proof theory]], a '''sequent''' is a formalized statement of provability that is frequently used when specifying [[proof calculus|calculi]] for [[deductive reasoning|deduction]]. In the [[sequent calculus]], the name ''sequent'' is used for the construct which can be regarded as a specific kind of [[Judgment (mathematical logic)|judgment]], characteristic to this deduction system. == Explanation == A sequent has the form :<math>\Gamma\vdash\Sigma</math> where both &Gamma; and &Sigma; are [[sequence]]s of [[symbolic logic|logical]] formulae (i.e., both the number and the order of the occurring formulae matter). The symbol <math>\vdash</math> is usually referred to as ''turnstile'' or ''tee'' and is often read, suggestively, as "yields" or "proves". It is not a symbol in the language, rather it is a symbol in the [[metalanguage]] used to discuss proofs. In a sequent, &Gamma; is called the antecedent and &Sigma; is said to be the succedent of the sequent. == Intuitive meaning == The intuitive meaning of a sequent such as the one given above is that under the assumption of &Gamma; the conclusion of &Sigma; is provable. In a classical setting, the formulae on the left of the turnstile are interpreted [[logical conjunction|conjunctively]] while the formulae on the right are considered as a [[logical_disjunction|disjunction]]. This means that, when all formulae in &Gamma; hold, then at least one formula in &Sigma; also has to be true. If the succedent is empty, this is interpreted as falsity, i.e. <math>\Gamma\vdash</math> means that &Gamma; proves falsity and is thus inconsistent. On the other hand an empty antecedent is assumed to be true, i.e., <math>\vdash\Sigma</math> means that &Sigma; follows without any assumptions, i.e., it is always true (as a disjunction). A sequent of this form, with &Gamma; empty, is known as a '''logical assertion'''. The above interpretation, however, is only pedagogical. Since formal proofs in proof theory are purely [[syntax|syntactic]], the [[semantics|meaning]] of (the derivation of) a sequent is only given by the properties of the calculus that provides the actual [[rule of inference|rules of inference]]. Barring any contradictions in the technically precise definition above we can describe sequents in their introductory logical form. <math>\Gamma</math> represents a set of assumptions that we begin our logical process with, for example "Socrates is a man" and "All men are mortal". The <math>\Sigma</math> represents a logical conclusion that follows under these premises. For example "Socrates is mortal" follows from a reasonable formalization of the above points and we could expect to see it on the <math>\Sigma</math> side of the ''turnstile''. In this sense, <math>\vdash</math> means the process of reasoning, or "therefore" in English. == Example == A typical sequent might be: :<math> \phi,\psi\vdash\alpha,\beta</math> This claims that either <math>\alpha</math> or <math>\beta</math> can be derived from <math>\phi</math> and <math>\psi</math>. == Property == Since every formula in the antecedent (the left side) must be true to conclude the truth of at least one formula in the succedent (the right side), adding formulas to either side results in a weaker sequent, while removing them from either side gives a stronger one. == Rules == Most proof systems provide ways to deduce one sequent from another. These [[inference rule]]s are written with a list of sequents above and below a [[coplanar|line]]. This rule indicates that if everything above the line is true, so is everything under the line. A typical rule is: :<math> \frac{\Gamma\vdash\Sigma}{\begin{matrix} \Gamma,\alpha\vdash\Sigma & \alpha,\Gamma\vdash\Sigma \end{matrix}}</math> This indicates that if we can deduce <math>\Sigma</math> from <math>\Gamma</math>, we can also deduce it from <math>\Gamma</math> together with <math>\alpha.</math> Note that the capital Greek letters are usually used to denote a (possibly empty) list of formulae. <math>[\Gamma,\Sigma]</math> is used to denote the ''contraction'' of <math>\Gamma</math> and <math>\Sigma</math>, that is, the list of those formulas appearing in either <math>\Gamma</math> or <math>\Sigma</math> but with no repeats. == Variations == The general notion of sequent introduced here can be specialized in various ways. A sequent is said to be an '''intuitionistic sequent''' if there is at most one formula in the succedent. This form is needed to obtain calculi for [[intuitionistic logic]]. Similarly, one can obtain calculi for [[dual-intuitionistic logic]] (a type of [[paraconsistent logic]]) by requiring that sequents be singular in the antecedent. In many cases, sequents are also assumed to consist of [[multiset|multisets]] or [[set|sets]] instead of sequences. Thus one disregards the order or even the number of occurrences of the formulae. For classical [[propositional logic]] this does not yield a problem, since the conclusions that one can draw from a collection of premisses does not depend on these data. In [[substructural logic]], however, this may become quite important. == History == Historically, sequents have been introduced by [[Gerhard Gentzen]] in order to specify his famous [[sequent calculus]]. In his German publication he used the word "Sequenz". However, in English, the word "[[sequence]]" is already used as a translation to the German "Folge" and appears quite frequently in mathematics. The term "sequent" then has been created in search for an alternative translation of the German expression. {{planetmath|id=3502|title=Sequent}} [[Category:Proof theory]] [[it:Sequente]] [[ja:シークエント]] [[zh:相继式]]