Skip to main content

Beginning Activity Beginning Activity 1: An Introduction to Quantifiers

We have seen that one way to create a statement from an open sentence is to substitute a specific element from the universal set for each variable in the open sentence. Another way is to make some claim about the truth set of the open sentence. This is often done by using a quantifier. For example, if the universal set is \(\mathbb{R}\text{,}\) then the following sentence is a statement.

For each real number \(x\text{,}\) \(x^2 > 0\text{.}\)
The phrase “For each real number \(x\)” is said to quantify the variable that follows it in the sense that the sentence is claiming that something is true for all real numbers. So this sentence is a statement (which happens to be false).

Definition.

The phrase “for every” (or its equivalents) is called a universal quantifier. The phrase “there exists” (or its equivalents) is called an existential quantifier. The symbol \(\forall\) is used to denote a universal quantifier, and the symbol \(\exists\) is used to denote an existential quantifier.

Using this notation, the statement “For each real number \(x\text{,}\) \(x^2 > 0\)” could be written in symbolic form as: \(\left( {\forall x \in \mathbb{R}} \right)\left( {x^2 > 0} \right)\text{.}\) The following is an example of a statement involving an existential quantifier.

There exists an integer \(x\) such that \(3x - 2 = 0\text{.}\)
This could be written in symbolic form as

\begin{equation*} \left( {\exists x \in \Z} \right) \left( 3x - 2 = 0 \right)\text{.} \end{equation*}

This statement is false because there are no integers that are solutions of the linear equation \(3x - 2 = 0\text{.}\) Table 2.21 summarizes the facts about the two types of quantifiers.

Table 2.21. Properties of Quantifiers
A statement
involving
Often has the form The statement is true
provided that
A universal
quantifier:
\(\left( \forall x, P(x) \right)\)
“For every \(x\text{,}\) \(P(x)\text{,}\)”
where \(P(x)\) is a predicate.
Every value of \(x\) in
the universal set
makes \(P(x)\) true.
An existential
quantifier:
\(\left( \exists x, P(x) \right)\)
“There exists an \(x\) such that \(P(x)\text{,}\)”
where \(P(x)\)
is a predicate.
There is at least one value
of \(x\) in the universal set that
makes \(P(x)\) true.

In effect, the table indicates that the universally quantified statement is true provided that the truth set of the predicate equals the universal set, and the existentially quantified statement is true provided that the truth set of the predicate contains at least one element.

Each of the following sentences is a statement or an open sentence. Assume that the universal set for each variable in these sentences is the set of all real numbers. If a sentence is an open sentence (predicate), determine its truth set. If a sentence is a statement, determine whether it is true or false.

1.

\(\left( \forall a \in \mathbb{R}\right) \left(a + 0 = a\right)\text{.}\)

2.

\(3x - 5 = 9\text{.}\)

3.

\(\sqrt x \in \mathbb{R}\text{.}\)

4.

\(\sin( {2x} ) = 2( {\sin x} )( {\cos x})\text{.}\)

5.

\(\left( \forall x \in \R\right) \left(\sin( {2x} ) = 2( {\sin x})( {\cos x}) \right)\text{.}\)

6.

\(\left( \exists x \in \R \right)\left( x^2 + 1 = 0 \right)\text{.}\)

7.

\(\left( \forall x \in \R \right) \left( x^3 \geq x^2 \right)\text{.}\)

8.

If \(x^2 \geq 1\text{,}\) then \(x \geq 1\text{.}\)

9.

\(\left( \forall x \in \R \right)\left( \text{ If } x^2 \geq 1, \text{ then } x \geq 1 \right)\text{.}\)