Bounded quantifier

From Infogalactic: the planetary knowledge core
(Redirected from Bounded quantifiers)
Jump to: navigation, search

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

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: \forall n < t and \exists n < t. 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 (\phi denotes formulas):

\exists n < t\, \phi \Leftrightarrow \exists n ( n < t \land \phi)
\forall n < t\, \phi \Leftrightarrow \forall n ( n < t \rightarrow \phi)

There are several motivations for these quantifiers.

  • In applications of the language to recursion theory, such as the arithmetical hierarchy, bounded quantifiers add no complexity. If \phi is a decidable predicate then \exists n < t \, \phi and \forall n < t\,  \phi are decidable as well.
  • In applications to the study of Peano Arithmetic, formulas are sometimes provable with bounded quantifiers but unprovable with unbounded 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 \langle 0,1,+,\times, <, =\rangle, 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 \Sigma^0_0, \Delta^0_0, and \Pi^0_0. The superscript 0 is sometimes omitted.

Bounded quantifiers in set theory

Suppose that L is the language \langle \in, \ldots, =\rangle 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: \forall x \in t and \exists x \in t. 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:

\exists x \in t\ (\phi) \Leftrightarrow \exists x ( x \in  t \land \phi)
\forall x \in t\ (\phi) \Leftrightarrow \forall x ( x \in t \rightarrow \phi)

A ZF formula which contains only bounded quantifiers is called \Sigma_0, \Delta_0, and \Pi_0. 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

  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.