Bounded quantifier

This article is about bounded quantification in mathematical logic. For bounded quantification in type theory, see Bounded quantification.

In the study of formal theories in mathematical logic, bounded quantifiers are often added to a language in addition to the standard quantifiers "∀" and "∃". Bounded quantifiers differ from "∀" and "∃" in that bounded quantifiers restrict the range of the quantified variable. The study of bounded quantifiers is motivated by the fact that determining whether a sentence with only bounded quantifiers is true is often not as difficult as determining whether an arbitrary sentence is true.

Examples of bounded quantifiers in the context of real analysis include "∀x>0", "∃y<0", and "∀x ∊ ℝ". Informally "∀x>0" says "for all x where x is larger than 0", "∃y<0" says "there exists a y where y is less than 0" and "∀x ∊ ℝ" says "for all x where x is a real number". For example, "∀x>0 ∃y<0 (x = y2)" says "every positive number is the square of a negative number".

Bounded quantifiers in arithmetic

Suppose that L is the language of Peano arithmetic (the language of second-order arithmetic or arithmetic in all finite types would work as well). There are two types of bounded quantifiers: and . These quantifiers bind the number variable n and contain a numeric term t which may not mention n but which may have other free variables. (By "numeric terms" here we mean terms such as "1 + 1", "2", "2 × 3", "m + 3", etc.)

These quantifiers are defined by the following rules ( denotes formulas):

There are several motivations for these quantifiers.

For example, there is a definition of primality using only bounded quantifiers. A number n is prime if and only if there are not two numbers strictly less than n whose product is n. There is no quantifier-free definition of primality in the language , however. The fact that there is a bounded quantifier formula defining primality shows that the primality of each number can be computably decided.

In general, a relation on natural numbers is definable by a bounded formula if and only if it is computable in the linear-time hierarchy, which is defined similarly to the polynomial hierarchy, but with linear time bounds instead of polynomial. Consequently, all predicates definable by a bounded formula are Kalmár elementary, context-sensitive, and primitive recursive.

In the arithmetical hierarchy, an arithmetical formula which contains only bounded quantifiers is called , , and . The superscript 0 is sometimes omitted.

Bounded quantifiers in set theory

Suppose that L is the language of the Zermelo–Fraenkel set theory, where the ellipsis may be replaced by term-forming operations such as a symbol for the powerset operation. There are two bounded quantifiers: and . These quantifiers bind the set variable x and contain a term t which may not mention x but which may have other free variables.

The semantics of these quantifiers is determined by the following rules:

A ZF formula which contains only bounded quantifiers is called , , and . This forms the basis of the Levy hierarchy, which is defined analogously with the arithmetical hierarchy.

Bounded quantifiers are important in Kripke-Platek set theory and constructive set theory, where only Δ0 separation is included. That is, it includes separation for formulas with only bounded quantifiers, but not separation for other formulas. In KP the motivation is the fact that whether a set x satisfies a bounded quantifier formula only depends on the collection of sets that are close in rank to x (as the powerset operation can only be applied finitely many times to form a term). In constructive set theory, it is motivated on predicative grounds.

See also

References

This article is issued from Wikipedia - version of the 5/5/2014. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.