Non-deliverable forward: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>RScheiber
 
en>Satellizer
m Reverted edits by 119.226.167.134 (talk) to last version by Humantrashcan
Line 1: Line 1:
The name of the author is Numbers. One of the extremely best issues in the world for me is to do aerobics and now I'm trying to make cash with it. Managing individuals has been his working day job for a while. Years ago we moved to Puerto Rico and my family enjoys it.<br><br>Visit my blog std testing at home [[http://tube.ledawy.com/blog/76408 click through the following document]]
'''Quantifier elimination''' is a concept of [[simplification]] used in [[mathematical logic]], [[model theory]], and [[theoretical computer science]]. One way of classifying [[Well-formed formula|formulas]] is by the amount of [[quantifiers|quantification]]. Formulae with less [[Quantifiers#Nesting|depth of quantifier alternation]] are thought of as being simpler, with the quantifier-free formulae as the simplest.
A [[logical theory|theory]] has quantifier elimination if for every formula <math>\alpha</math>, there exists another formula <math>\alpha_{QF}</math> without quantifiers which is [[Logical equivalence|equivalent]] to it ([[modulo (jargon)|modulo]] the theory).
 
== Examples ==
 
Examples of theories that have been shown decidable using quantifier elimination are [[Presburger arithmetic]], [[algebraically closed field]]s, [[real closed field]]s, atomless [[Boolean algebras]], [[term algebra]]s, [[dense linear order]]s, [[random graph]]s,
[[Feature trees]], as well as many of their combinations such as Boolean Algebra with Presburger arithmetic, and Term Algebras with [[Queue (mathematics)|Queues]]. Quantifier elimination can also be used to show that "combining" [[Decidability (logic)|decidable]] theories leads to new decidable theories. Such constructions include the [[Feferman-Vaught theorem]] and [[Term Powers]].
 
== Algorithms and decidability ==
 
If a theory has quantifier elimination, then a specific question can be addressed: Is there a method of determining <math>\alpha_{QF}</math> for each <math>\alpha</math>? If there is such a method we call it a quantifier elimination [[algorithm]]. If there is such an algorithm, then [[Decidability (logic)#Decidability of a theory|decidability]] for the theory reduces to deciding the truth of the quantifier-free [[Sentence (mathematical logic)|sentences]]. Quantifier-free sentences have no variables, so their validity in a given theory can often be computed, which enables the use of quantifier elimination algorithms to decide validity of sentences.
 
== Related concepts ==
 
Various model theoretic ideas are related to quantifier elimination, and there are various equivalent conditions.
 
Every theory with quantifier elimination is [[model complete]].
 
A first-order theory ''T'' has quantifier elimination if and only if for any two models ''B'' and ''C'' of ''T'' and for any common substructure ''A'' of ''B'' and ''C'', ''B'' and ''C'' are elementarily equivalent in the language of ''T'' augmented with constants from ''A''. In fact, it is sufficient here to show that any sentence with only existential quantifiers have the same [[truth value]] in ''B'' and ''C''.
 
== Basic ideas ==
 
To show constructively that a theory has quantifier elimination, it suffices to show that we can eliminate an existential quantifier applied to a conjunction of [[literal (mathematical logic)|literals]], that is, show that each formula of the form:
 
:<math>\exists x. \bigwedge_{i=1}^n L_i</math>
 
where each <math>L_i</math> is a literal, is equivalent to a quantifier-free formula. Indeed, suppose we know how to eliminate quantifiers from conjunctions of formulae, then if <math>F</math> is a quantifier-free formula, we can write it in [[disjunctive normal form]]
 
:<math>\bigvee_{j=1}^m \bigwedge_{i=1}^n L_{ij},</math>
 
and use the fact that
 
:<math>\exists x. \bigvee_{j=1}^m \bigwedge_{i=1}^n L_{ij}</math>
 
is equivalent to
 
:<math>\bigvee_{j=1}^m \exists x. \bigwedge_{i=1}^n L_{ij}.</math>
 
Finally, to eliminate a universal quantifier
 
:<math>\forall x. F</math>
 
where <math>F</math> is quantifier-free, we transform
<math>\lnot F</math> into disjunctive normal form, and use the fact that <math>\forall x. F</math>
is equivalent to <math>\lnot \exists x. \lnot F.</math>
 
== History ==
In early model theory, quantifier elimination was used to demonstrate that various theories possess certain model-theoretic properties like decidability and completeness. A common technique was to show first that a theory admits elimination of quantifiers and thereafter prove decidability or completeness by considering only the quantifier-free formulas. This technique is used to show that Presburger arithmetic, i.e. the theory of the additive natural numbers, is decidable.
 
Theories could be decidable yet not admit quantifier elimination. Strictly speaking, the theory of the additive natural numbers did not admit quantifier elimination, but it was an expansion of the additive natural numbers that was shown to be decidable. Whenever a theory in a [[countable language]] is decidable, it is possible to extend its language with countably many [[Relation (mathematics)|relations]] to ensure that it admits quantifier elimination (for example, one can introduce a relation symbol for each formula).
 
Example: Nullstellensatz in [[Algebraically closed field|ACF]] and [[Differentially closed field|DCF]].
 
== See also ==
* [[elimination theory]]
* [[conjunction elimination]]
* [[mathematical elimination]]
 
== References ==
* Wilfrid Hodges. "Model Theory". Cambridge University Press. 1993.
* Viktor Kuncak and Martin Rinard. "Structural Subtyping of Non-Recursive Types is Decidable". In ''Eighteenth Annual IEEE Symposium on Logic in Computer Science,'' 2003.
 
[[Category:Model theory]]

Revision as of 11:38, 24 October 2013

Quantifier elimination is a concept of simplification used in mathematical logic, model theory, and theoretical computer science. One way of classifying formulas is by the amount of quantification. Formulae with less depth of quantifier alternation are thought of as being simpler, with the quantifier-free formulae as the simplest. A theory has quantifier elimination if for every formula , there exists another formula without quantifiers which is equivalent to it (modulo the theory).

Examples

Examples of theories that have been shown decidable using quantifier elimination are Presburger arithmetic, algebraically closed fields, real closed fields, atomless Boolean algebras, term algebras, dense linear orders, random graphs, Feature trees, as well as many of their combinations such as Boolean Algebra with Presburger arithmetic, and Term Algebras with Queues. Quantifier elimination can also be used to show that "combining" decidable theories leads to new decidable theories. Such constructions include the Feferman-Vaught theorem and Term Powers.

Algorithms and decidability

If a theory has quantifier elimination, then a specific question can be addressed: Is there a method of determining for each ? If there is such a method we call it a quantifier elimination algorithm. If there is such an algorithm, then decidability for the theory reduces to deciding the truth of the quantifier-free sentences. Quantifier-free sentences have no variables, so their validity in a given theory can often be computed, which enables the use of quantifier elimination algorithms to decide validity of sentences.

Related concepts

Various model theoretic ideas are related to quantifier elimination, and there are various equivalent conditions.

Every theory with quantifier elimination is model complete.

A first-order theory T has quantifier elimination if and only if for any two models B and C of T and for any common substructure A of B and C, B and C are elementarily equivalent in the language of T augmented with constants from A. In fact, it is sufficient here to show that any sentence with only existential quantifiers have the same truth value in B and C.

Basic ideas

To show constructively that a theory has quantifier elimination, it suffices to show that we can eliminate an existential quantifier applied to a conjunction of literals, that is, show that each formula of the form:

where each is a literal, is equivalent to a quantifier-free formula. Indeed, suppose we know how to eliminate quantifiers from conjunctions of formulae, then if is a quantifier-free formula, we can write it in disjunctive normal form

and use the fact that

is equivalent to

Finally, to eliminate a universal quantifier

where is quantifier-free, we transform into disjunctive normal form, and use the fact that is equivalent to

History

In early model theory, quantifier elimination was used to demonstrate that various theories possess certain model-theoretic properties like decidability and completeness. A common technique was to show first that a theory admits elimination of quantifiers and thereafter prove decidability or completeness by considering only the quantifier-free formulas. This technique is used to show that Presburger arithmetic, i.e. the theory of the additive natural numbers, is decidable.

Theories could be decidable yet not admit quantifier elimination. Strictly speaking, the theory of the additive natural numbers did not admit quantifier elimination, but it was an expansion of the additive natural numbers that was shown to be decidable. Whenever a theory in a countable language is decidable, it is possible to extend its language with countably many relations to ensure that it admits quantifier elimination (for example, one can introduce a relation symbol for each formula).

Example: Nullstellensatz in ACF and DCF.

See also

References

  • Wilfrid Hodges. "Model Theory". Cambridge University Press. 1993.
  • Viktor Kuncak and Martin Rinard. "Structural Subtyping of Non-Recursive Types is Decidable". In Eighteenth Annual IEEE Symposium on Logic in Computer Science, 2003.