Consistency proof
From Wikipedia, the free encyclopedia
In mathematical logic, a formal system is consistent if it does not contain a contradiction, or, more precisely, for no proposition φ are both φ and ¬φ provable.
A consistency proof is a formal proof that a formal system is consistent. The early development of mathematical proof theory was driven by the desire to provide finitary consistency proofs for all of mathematics as part of Hilbert's program. Hilbert's program fell to Gödel's insight, as expressed in his two incompleteness theorems, that sufficiently strong proof theories cannot prove their own consistency.
Although consistency can be proved by means of model theory, it is often done in a purely syntactical way, without any need to reference some model of the logic. The cut-elimination (or equivalently the normalization of the underlying calculus if there is one) implies the consistency of the calculus: since there is obviously no cut-free proof of falsity, there is no contradiction in general.
Contents |
[edit] Consistency and completeness
The fundamental results relating consistency and completeness were proven by Kurt Gödel:
- Gödel's completeness theorem shows that any consistent first-order theory is complete with respect to a maximal consistent set of formulae which are generated by means of a proof search algorithm.
- Gödel's incompleteness theorems show that theories capable of expressing their own provability relation and of carrying out a diagonal argument are capable of proving their own consistency only if they are inconsistent. Such theories, if consistent, are known as essentially incomplete theories.
By applying these ideas, we see that we can find first-order theories of the following four kinds:
- Inconsistent theories, which have no models;
- Theories which cannot talk about their own provability relation, such as Tarski's axiomatisation of point and line geometry, and Presburger arithmetic. Since these theories are satisfactorily described by the model we obtain from the completeness theorem, such systems are complete;
- Theories which can talk about their own consistency, and which include the negation of the sentence asserting their own consistency. Such theories are complete with respect to the model one obtains from the completeness theorem, but contain as a theorem the derivability of a contradiction, in contradiction to the fact that they are consistent;
- Essentially incomplete theories.
In addition, it has recently been discovered that there is a fifth class of theory, the self-verifying theories, which are strong enough to talk about their own provability relation, but are too weak to carry out Gödelian diagonalisation, and so which can consistently prove their own consistency. However as with any theory, a theory proving its own consistency provides us with no interesting information, since inconsistent theories also prove their own consistency.
[edit] Formulas
A set of formulas <math>\Phi</math> in first-order logic is consistent (written Con<math>\Phi</math>) if and only if there is no formula <math>\phi</math> such that <math>\Phi \vdash \phi</math> and <math>\Phi \vdash \lnot\phi</math>. Otherwise <math>\Phi</math> is inconsistent and is written Inc<math>\Phi</math>.
<math>\Phi</math> is said to be simply consistent iff for no formula <math>\phi</math> of <math>\Phi</math> are both <math>\phi</math> and the negation of <math>\phi</math> theorems of <math>\Phi</math>.
<math>\Phi</math> is said to be absolutely consistent or Post consistent iff at least one formula of <math>\Phi</math> is not a theorem of <math>\Phi</math>.
<math>\Phi</math> is said to be maximally consistent if and only if for every formula <math>\phi</math>, if Con <math>\Phi \cup \phi</math> then <math>\phi \in \Phi</math>.
<math>\Phi</math> is said to contain witnesses if and only if for every formula of the form <math>\exists x \phi</math> there exists a term <math>t</math> such that <math>(\exists x \phi \to \phi {t \over x}) \in \Phi</math>. See First-order logic.
[edit] Basic Results
1. The following are equivalent:
(a) Inc<math>\Phi</math>
(b) For all <math>\phi,\; \Phi \vdash \phi.</math>
2. Every satisfiable set of formulas is consistent, where a set of formulas <math>\Phi</math> is satisfiable if and only if there exists a model <math>\mathfrak{I}</math> such that <math>\mathfrak{I} \vDash \Phi </math>.
3. For all <math>\Phi</math> and <math>\phi</math>:
(a) if not <math> \Phi \vdash \phi</math>, then Con<math> \Phi \cup \{\lnot\phi\}</math>;
(b) if Con <math>\Phi</math> and <math>\Phi \vdash \phi</math>, then Con<math> \Phi \cup \{\phi\}</math>;
(c) if Con <math>\Phi</math>, then Con<math> \Phi \cup \{\phi\}</math> or Con<math> \Phi \cup \{\lnot \phi\}</math>.
4. Let <math>\Phi</math> be a maximally consistent set of formulas and contain witnesses. For all <math>\phi</math> and <math> \psi </math>:
(a) if <math> \Phi \vdash \phi</math>, then <math>\phi \in \Phi</math>,
(b) either <math>\phi \in \Phi</math> or <math>\lnot \phi \in \Phi</math>,
(c) <math>(\phi \or \psi) \in \Phi</math> if and only if <math>\phi \in \Phi</math> or <math>\psi \in \Phi</math>,
(d) if <math>(\phi\to\psi) \in \Phi</math> and <math>\phi \in \Phi </math>, then <math>\psi \in \Phi</math>,
(e) <math>\exists x \phi \in \Phi</math> if and only if there is a term <math>t</math> such that <math>\phi{t \over x}\in\Phi</math>.
[edit] Henkin's Theorem
Let <math>\Phi</math> be a maximally consistent set of formulas containing witnesses.
Define a binary relation on the set of S-terms <math> t_0 \sim t_1 \!</math> if and only if <math>\; t_0 = t_1 \in \Phi</math>; and let <math>\overline t \!</math> denote the equivalence class of terms containing <math>t \!</math>; and let <math>T_{\Phi} := \{ \; \overline t \; |\; t \in T^S \} </math> where <math>T^S \!</math> is the set of terms based on the symbol set <math>S \!</math>.
Define the S-structure <math>\mathfrak T_{\Phi} </math> over <math> T_{\Phi} \!</math> the term-structure corresponding to <math>\Phi</math> by:
(1) For <math>n</math>-ary <math>R \in S</math>, <math>R^{\mathfrak T_{\Phi}} \overline {t_0} \ldots \overline {t_{n-1}}</math> if and only if <math>\; R t_0 \ldots t_{n-1} \in \Phi</math>,
(2) For <math>n</math>-ary <math>f \in S</math>, <math>f^{\mathfrak T_{\Phi}} (\overline {t_0} \ldots \overline {t_{n-1}}) := \overline {f t_0 \ldots t_{n-1}}</math>,
(3) For <math>c \in S</math>, <math>c^{\mathfrak T_{\Phi}}:= \overline c</math>.
Let <math>\mathfrak I_{\Phi} := (\mathfrak T_{\Phi},\beta_{\Phi})</math> be the term interpretation associated with <math>\Phi</math>, where <math>\beta _{\Phi} (x) := \bar x</math>.
[edit] Sketch of Proof
There are several things to verify. First, that <math>\sim</math> is an equivalence relation. Then, it needs to be verified that (1), (2), and (3) are well defined. This falls out of the fact that <math>\sim</math> is an equivalence relation and also requires a proof that (1) and (2) are independent of the choice of <math> t_0, \ldots ,t_{n-1} </math> class representatives. Finally, <math> \mathfrak I_{\Phi} \vDash \Phi </math> can be verified by induction on formulas.
[edit] See also
- Equiconsistency
- Hilbert's second problem
- Hilbert's program
- Hilbert's problems
- Matiyasevich's theorem
- Emil Post (1920)
- Łukasiewicz
[edit] References
H.D. Ebbinghaus, J. Flum, W. Thomas, Mathematical Logic
| Logic Portal |
he:עקביות (לוגיקה) ru:Непротиворечивость zh:形式系統相容性

