Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Quantifier elimination
Technique to simplify formulas

Quantifier elimination is a concept of simplification used in mathematical logic, model theory, and theoretical computer science. Informally, a quantified statement " ∃ x {\displaystyle \exists x} such that ..." can be viewed as a question "When is there an x {\displaystyle x} such that ...?", and the statement without quantifiers can be viewed as the answer to that question.

One way of classifying formulas is by the amount of quantification. Formulas with less depth of quantifier alternation are thought of as being simpler, with the quantifier-free formulas as the simplest. A theory has quantifier elimination if for every formula α {\displaystyle \alpha } , there exists another formula α Q F {\displaystyle \alpha _{QF}} without quantifiers that is equivalent to it (modulo this theory).

We don't have any images related to Quantifier elimination yet.
We don't have any YouTube videos related to Quantifier elimination yet.
We don't have any PDF documents related to Quantifier elimination yet.
We don't have any Books related to Quantifier elimination yet.
We don't have any archived web articles related to Quantifier elimination yet.

Examples

An example from mathematics says that a single-variable quadratic polynomial has a real root if and only if its discriminant is non-negative:2

∃ x ∈ R . ( a ≠ 0 ∧ a x 2 + b x + c = 0 )     ⟺     a ≠ 0 ∧ b 2 − 4 a c ≥ 0 {\displaystyle \exists x\in \mathbb {R} .(a\neq 0\wedge ax^{2}+bx+c=0)\ \ \Longleftrightarrow \ \ a\neq 0\wedge b^{2}-4ac\geq 0}

Here the sentence on the left-hand side involves a quantifier ∃ x ∈ R {\displaystyle \exists x\in \mathbb {R} } , whereas the equivalent sentence on the right does not.

Examples of theories that have been shown decidable using quantifier elimination are Presburger arithmetic,34567 algebraically closed fields, real closed fields,89 atomless Boolean algebras, term algebras, dense linear orders,10 abelian groups,11 random graphs, as well as many of their combinations such as Boolean algebra with Presburger arithmetic, and term algebras with queues.

Quantifier eliminator for the theory of the real numbers as an ordered additive group is Fourier–Motzkin elimination; for the theory of the field of real numbers it is the Tarski–Seidenberg theorem.12

Quantifier elimination can also be used to show that "combining" decidable theories leads to new decidable theories (see Feferman–Vaught theorem).

Algorithms and decidability

If a theory has quantifier elimination, then a specific question can be addressed: Is there a method of determining α Q F {\displaystyle \alpha _{QF}} for each α {\displaystyle \alpha } ? 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.

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

Every first-order theory with quantifier elimination is model complete. Conversely, a model-complete theory, whose theory of universal consequences has the amalgamation property, has quantifier elimination.13

The models of the theory of the universal consequences of a theory T {\displaystyle T} are precisely the substructures of the models of T {\displaystyle T} .14 The theory of linear orders does not have quantifier elimination. However the theory of its universal consequences has the amalgamation property.

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:

∃ x . ⋀ i = 1 n L i {\displaystyle \exists x.\bigwedge _{i=1}^{n}L_{i}}

where each L i {\displaystyle L_{i}} is a literal, is equivalent to a quantifier-free formula. Indeed, suppose we know how to eliminate quantifiers from conjunctions of literals, then if F {\displaystyle F} is a quantifier-free formula, we can write it in disjunctive normal form

⋁ j = 1 m ⋀ i = 1 n L i j , {\displaystyle \bigvee _{j=1}^{m}\bigwedge _{i=1}^{n}L_{ij},}

and use the fact that

∃ x . ⋁ j = 1 m ⋀ i = 1 n L i j {\displaystyle \exists x.\bigvee _{j=1}^{m}\bigwedge _{i=1}^{n}L_{ij}}

is equivalent to

⋁ j = 1 m ∃ x . ⋀ i = 1 n L i j . {\displaystyle \bigvee _{j=1}^{m}\exists x.\bigwedge _{i=1}^{n}L_{ij}.}

Finally, to eliminate a universal quantifier

∀ x . F {\displaystyle \forall x.F}

where F {\displaystyle F} is quantifier-free, we transform ¬ F {\displaystyle \lnot F} into disjunctive normal form, and use the fact that ∀ x . F {\displaystyle \forall x.F} is equivalent to ¬ ∃ x . ¬ F . {\displaystyle \lnot \exists x.\lnot F.}

Relationship with decidability

In early model theory, quantifier elimination was used to demonstrate that various theories possess 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 can be used to show that Presburger arithmetic 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 is decidable, and the language of its valid formulas is countable, it is possible to extend the theory with countably many relations to have quantifier elimination (for example, one can introduce, for each formula of the theory, a relation symbol that relates the free variables of the formula).

Example: Nullstellensatz for algebraically closed fields and for differentially closed fields.

See also

Notes

  • Fried, Michael D.; Jarden, Moshe (2008). Field arithmetic. Ergebnisse der Mathematik und ihrer Grenzgebiete. 3. Folge. Vol. 11 (3rd revised ed.). Springer-Verlag. ISBN 978-3-540-77269-9. Zbl 1145.12001.
  • Monk, J. Donald (2012). Mathematical Logic (Graduate Texts in Mathematics (37)) (Softcover reprint of the original 1st ed. 1976 ed.). Springer. ISBN 9781468494549.
  • Presburger, Mojżesz (1929). "Über die Vollständigkeit eines gewissen Systems der Arithmetik ganzer Zahlen, in welchem die Addition als einzige Operation hervortritt". Comptes Rendus du I congrès de Mathématiciens des Pays Slaves, Warszawa: 92–101., see Stansifer (1984) for an English translation
  • Jeannerod, Nicolas; Treinen, Ralf. Deciding the First-Order Theory of an Algebra of Feature Trees with Updates. International Joint Conference on Automated Reasoning (IJCAR). doi:10.1007/978-3-319-94205-6_29.

References

  1. Brown 2002. - Brown, Christopher W. (July 31, 2002). "What is Quantifier Elimination". Retrieved 30 August 2023. https://www.usna.edu/CS/qepcadweb/B/QE.html

  2. Brown 2002. - Brown, Christopher W. (July 31, 2002). "What is Quantifier Elimination". Retrieved 30 August 2023. https://www.usna.edu/CS/qepcadweb/B/QE.html

  3. Presburger 1929. - Presburger, Mojżesz (1929). "Über die Vollständigkeit eines gewissen Systems der Arithmetik ganzer Zahlen, in welchem die Addition als einzige Operation hervortritt". Comptes Rendus du I congrès de Mathématiciens des Pays Slaves, Warszawa: 92–101.

  4. Mind: basic Presburger arithmetic — ⟨ N , + , 0 , 1 ⟩ {\displaystyle \langle \mathbb {N} ,+,0,1\rangle } — does not admit quantifier elimination. Nipkow (2010): "Presburger arithmetic needs a divisibility (or congruence) predicate '|' to allow quantifier elimination". /wiki/Presburger_arithmetic

  5. Grädel et al. (2007, p. 20) define Presburger arithmetic as ⟨ N , + , < , 0 , 1 , ( ≡ k ) k > 0 ⟩  where  x ≡ k y  iff  x = y ( mod k ) {\displaystyle \langle \mathbb {N} ,+,<,0,1,(\equiv _{k})_{k>0}\rangle {\text{ where }}x\equiv _{k}y{\text{ iff }}x=y(\mod {k})} . This extension does admit quantifier elimination. - Grädel, Erich; Kolaitis, Phokion G.; Libkin, Leonid; Maarten, Marx; Spencer, Joel; Vardi, Moshe Y.; Venema, Yde; Weinstein, Scott (2007). Finite model theory and its applications. Texts in Theoretical Computer Science. An EATCS Series. Berlin: Springer-Verlag. ISBN 978-3-540-00428-8. Zbl 1133.03001. https://zbmath.org/?format=complete&q=an:1133.03001

  6. Monk 2012, p. 240. - Monk, J. Donald (2012). Mathematical Logic (Graduate Texts in Mathematics (37)) (Softcover reprint of the original 1st ed. 1976 ed.). Springer. ISBN 9781468494549.

  7. Enderton 2001, p. 188. - Enderton, Herbert (2001). A mathematical introduction to logic (2nd ed.). Boston, MA: Academic Press. ISBN 978-0-12-238452-3.

  8. Grädel et al. 2007. - Grädel, Erich; Kolaitis, Phokion G.; Libkin, Leonid; Maarten, Marx; Spencer, Joel; Vardi, Moshe Y.; Venema, Yde; Weinstein, Scott (2007). Finite model theory and its applications. Texts in Theoretical Computer Science. An EATCS Series. Berlin: Springer-Verlag. ISBN 978-3-540-00428-8. Zbl 1133.03001. https://zbmath.org/?format=complete&q=an:1133.03001

  9. Fried & Jarden 2008, p. 171. - Fried, Michael D.; Jarden, Moshe (2008). Field arithmetic. Ergebnisse der Mathematik und ihrer Grenzgebiete. 3. Folge. Vol. 11 (3rd revised ed.). Springer-Verlag. ISBN 978-3-540-77269-9. Zbl 1145.12001. https://zbmath.org/?format=complete&q=an:1145.12001

  10. Grädel et al. 2007. - Grädel, Erich; Kolaitis, Phokion G.; Libkin, Leonid; Maarten, Marx; Spencer, Joel; Vardi, Moshe Y.; Venema, Yde; Weinstein, Scott (2007). Finite model theory and its applications. Texts in Theoretical Computer Science. An EATCS Series. Berlin: Springer-Verlag. ISBN 978-3-540-00428-8. Zbl 1133.03001. https://zbmath.org/?format=complete&q=an:1133.03001

  11. Szmielew 1955, Page 229 describes "the method of eliminating quantification".. - Szmielew, Wanda (1955). "Elementary properties of Abelian groups". Fundamenta Mathematicae. 41 (2): 203–271. doi:10.4064/fm-41-2-203-271. MR 0072131. https://doi.org/10.4064%2Ffm-41-2-203-271

  12. Grädel et al. 2007. - Grädel, Erich; Kolaitis, Phokion G.; Libkin, Leonid; Maarten, Marx; Spencer, Joel; Vardi, Moshe Y.; Venema, Yde; Weinstein, Scott (2007). Finite model theory and its applications. Texts in Theoretical Computer Science. An EATCS Series. Berlin: Springer-Verlag. ISBN 978-3-540-00428-8. Zbl 1133.03001. https://zbmath.org/?format=complete&q=an:1133.03001

  13. Hodges 1993. - Hodges, Wilfrid (1993). Model Theory. Encyclopedia of Mathematics and its Applications. Vol. 42. Cambridge University Press. doi:10.1017/CBO9780511551574. ISBN 9780521304429. https://doi.org/10.1017%2FCBO9780511551574

  14. Hodges 1993. - Hodges, Wilfrid (1993). Model Theory. Encyclopedia of Mathematics and its Applications. Vol. 42. Cambridge University Press. doi:10.1017/CBO9780511551574. ISBN 9780521304429. https://doi.org/10.1017%2FCBO9780511551574