Sentences involving the phrases For every ... and There exists
... also play a very important role in the structure of mathematical
sentences. The symbol
, called the universal
quantifier
,
denotes phrases such as For each, For every, For all. A
sentence such as
For every x, P(x)can be translated symbolically into

, x is an integer
,
,
,
,
,
.
The symbol
, called the existential quantifier
symbolizes phrases such as There exists, There is at least one, For at
least one, and Some. A sentence such as
There exists an x such that P(x)translates symbolically to

, x is a natural number.
Quantifiers often appear together. Consider the following examples.
| For every x and for every y, x+y=0. |
| For every x there exists a y so that x+y=0. |
| There exists an x such that for all y, x+y=0. |
| There exists an x and there exists a y such that x+y=0 |
The following sentence
For every x, if x is even, then there exists a y such that x=2y.translates as

These quantifiers refer to some universal set, which if not explicitly given, must be easily inferred from the context. We will be interested only in nonempty universal sets.
Definition: The sentence
is true if and only if the
solution set of P(x) equals the universal set. This sentence is false
if the solution set is a proper subset of the universal set; i.e., if
there is at least one element of the universal set for which P(x) is false.
Definition: The sentence
is true if the solution set
of P(x) is nonempty. This sentence is false if the solution set of
P(x) is empty; i.e., if for every replacement of x by a member a
of the universal set, P(a) is false.
For more complicated mathematical sentences containing more quantifiers let us
look at a few examples.
Example: Suppose P(x,y) is a sentence with variables x and y. The
sentence
is true if and only if for every
replacement of x and y by members a and b from the universal set, the
statement P(a,b) is true. The sentence is false if there is a replacement
for x or a replacement for y for which the statement is false.
Example: The sentence
is true if there
exists a replacement a for x such that
is true. This
same a makes the sentence P(a,b) true for every b in the universal set.
Note that the sentence
is false. There is no
replacement a for x which makes the sentence
true.