Harman Patil (Editor)

Quantifier elimination

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

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. Formulas 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 α Q F without quantifiers that is equivalent to it (modulo this theory).

Contents

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, abelian groups, 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.

Quantifier elimination can also be used to show that "combining" decidable theories leads to new decidable theories.

Algorithms and decidability

If a theory has quantifier elimination, then a specific question can be addressed: Is there a method of determining α Q F 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.

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:

x . i = 1 n L i

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

j = 1 m i = 1 n L i j ,

and use the fact that

x . j = 1 m i = 1 n L i j

is equivalent to

j = 1 m x . i = 1 n L i j .

Finally, to eliminate a universal quantifier

x . F

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

History

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 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.

References

Quantifier elimination Wikipedia