PlanetMath (more info)
 Math for the people, by the people.
Encyclopedia | Requests | Forums | Docs | Wiki | Random | RSS  
Login
create new user
name:
pass:
forget your password?
Main Menu
Owner confidence rating: Very high Entry average rating: Very high
quantifier (Definition)

Introduction

A quantifier is a logical symbol which makes an assertion about the set of values which make one or more formulas true. This is an exceedingly general concept; the vast majority of mathematics is done with the two standard quantifiers, $ \forall$ (for all) and $ \exists$ (there exists).

The universal quantifier $ \forall$ takes a variable $ x$ and a formula, which may or may not contain $ x$, and asserts that the formula holds for any value of $ x$ (the value as being taken from some given universe $ A$). A typical example would be a sentence like:

$\displaystyle \forall x [0\leq x]$

which states that no matter what value $ x$ takes (from $ A$), $ 0\leq x$.

The existential quantifier $ \exists$ is the dual; that is the formula $ \exists x \phi(x)$ is equivalent to $ \neg\forall x \neg\phi(x)$. It states that there is some $ x$ satsifying the formula, as in

$\displaystyle \exists x [x>0]$

which states that there is some value of $ x$ greater than 0.

Remark. In practice, for simplicity, one usually writes $ \exists x_1,x_2,\ldots,x_n \phi(x_1,\ldots, x_n)$ or $ \exists \boldsymbol{x} \phi(\boldsymbol{x})$ (where $ \boldsymbol{x}=(x_1,\ldots,x_n)$), instead of $ \exists x_1 \exists x_2 \cdots \exists x_n \phi(x_1,\ldots,x_n)$.

Scopes

The scope of a quantifier is the portion of a formula where it binds its variables. Note that previous bindings of a variable are overridden within the scope of a quantifier. In the examples above, the scope of the quantifiers was the entire formula, but that need not be the case. The following is a more complicated use of quantifiers:

$\displaystyle \forall x \underbrace{[x=0 \vee \exists y \overbrace{[x=y+1 \wedg... ...rst existential quantifier.}}]}_{\text{The scope of the universal quantifier.}}$

$ \dagger$:The scope of the second existential quantifier. Within this area, all references to $ x$ refer to the variable bound by the existential quantifier. It is impossible to refer directly to the one bound by the universal quantifier.

As that example illustrates, it can be very confusing when one quantifier overrides another. Since it does not change the meaning of a sentence to change a bound variable and all bound occurrences of it, it is better form to replace sentences like that with an equivalent but more readable one like:

$\displaystyle \forall x [x=0 \vee \exists y [x=y+1 \wedge (y=0\vee\exists z [y=z+1])]]$

These sentences both assert that every number is either equal to zero, or that there is some number one less than it, and that the number one less than it is also either zero or has a number one less than it. [Note: This is not the most useful of sentences. It would be nice to replace this with a mathematically simple sentence which uses nested quantifiers meaningfully.]

Variations

The quantifiers may not range over all objects. That is, $ \forall x\phi(x)$ may not specify that $ x$ can be any object, but rather any object belonging to some class of objects. Similarly $ \exists x\phi(x)$ may specify that there is some $ x$ within that class which satisfies $ \phi$. For instance second order logic has two universal quantifiers, $ \forall^1$ and $ \forall^2$ (with corresponding existential quantifiers), and variables bound by them only range over the first and second order objects respectively. So $ \forall^1 x [0\leq x]$ only states that all numbers are greater than or equal to 0, not that sets of numbers are as well (which would be meaningless).

A particular use of a quantifier is called bounded or restricted if it limits the objects to a smaller range. This is not quite the same as the situation mentioned above; in the situation above, the definition of the quantifier does not include all objects. In this case, quantifiers can range over everything, but in a particular formula it doesn't. This is expressed in first order logic with formulas like these four:

$\displaystyle \forall x [x<c\rightarrow \phi(x)]$ $\displaystyle \forall x[x\in X\rightarrow \phi(x)]$ $\displaystyle \exists x[x<c \wedge \phi(x)]$ $\displaystyle \exists x[x\in X\wedge \phi(X)]$    

The restriction is often incorporated into the quantifier. For instance the first example might be written $ \forall x<c[\phi(c)]$.

A quantifier is called vacuous if the variable it binds does not appear anywhere in its scope, such as $ \forall x\exists y[0\leq x]$. While vacuous quantifiers do not change the meaning of a sentence, they are occasionally useful in finding an equivalent formula of a specific form.

While these are the most common quantifiers (in particular, they are the only quantifiers appearing in classical first-order logic), some logics use others. The quantifier

$\displaystyle \exists! x\phi(x),$
which means that there is a unique $ x$ satsifying $ \phi(x)$ is equivalent to
$\displaystyle \exists x[\phi(x)\wedge\forall y[\phi(y)\rightarrow x=y]].$

Other quantifiers go beyond the usual two. Examples include interpreting $ Q x\phi(x)$ to mean there are an infinite (or uncountably infinite) number of $ x$ satisfying $ \phi(x)$. More elaborate examples include the branching Henkin quantifier, written:

\begin{displaymath}\begin{array}{cc}\forall x&\exists y\\ \forall a&\exists b\end{array}\phi(x,y,a,b)\end{displaymath}

This quantifier is similar to $ \forall x\exists y\forall a\exists b\phi(x,y,a,b)$ except that the choice of $ a$ and $ b$ cannot depend on the values of $ x$ and $ y$. This concept can be further generalized to the game-semantic, or independence-friendly, quantifiers. All of these quantifiers are examples of generalized quantifiers.



"quantifier" is owned by CWoo. [ full author list (2) | owner history (1) ]
(view preamble)

View style:

See Also: Härtig's quantifier, game-theoretical quantifier, quantifier free

Also defines:  scope, universal quantifier, existential quantifier, bound, bounded, restricted, vacuous, vacuous quantification

Attachments:
example of quantifier (Example) by hkkass
Log in to rate this entry.
(view current ratings)

Cross-references: generalized quantifiers, similar, Henkin quantifier, branching, infinite, mean, logic, restriction, first order logic, limits, second order logic, satisfies, class, objects, range, simple, occurrences, bound variable, sentence, universe, contain, variable, formulas
There are 218 references to this entry.

This is version 14 of quantifier, born on 2002-08-25, modified 2008-01-29.
Object id is 3360, canonical name is Quantifier.
Accessed 30519 times total.

Classification:
AMS MSC03B10 (Mathematical logic and foundations :: General logic :: Classical first-order logic)
 03B15 (Mathematical logic and foundations :: General logic :: Higher-order logic and type theory)

Pending Errata and Addenda
None.
[ View all 6 ]
Discussion
Style: Expand: Order:
forum policy
quantifier by Raven58 on 2005-08-20 11:37:15
RE: Existential Quantifier definition

Using '(x)' for the universal quantifier and 'Ex' for existential quantifer, the definition of 'existential quantifier' as the dual of the universal should read:

Exg(x) = ~(x)~g(x)

That is, for the dual of the universal, replace the existential with the universal.

Thanks, Ken
[ reply | up ]

Interact
post | correct | update request | add derivation | add example | add (any)