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 R, then the following sentence is a statement.

For each real number x, x2>0.
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 βˆ€ is used to denote a universal quantifier, and the symbol βˆƒ is used to denote an existential quantifier.

Using this notation, the statement β€œFor each real number x, x2>0” could be written in symbolic form as: (βˆ€x∈R)(x2>0). The following is an example of a statement involving an existential quantifier.

There exists an integer x such that 3xβˆ’2=0.
This could be written in symbolic form as

(βˆƒx∈Z)(3xβˆ’2=0).

This statement is false because there are no integers that are solutions of the linear equation 3xβˆ’2=0. 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:
(βˆ€x,P(x))
β€œFor every x, P(x),”
where P(x) is a predicate.
Every value of x in
the universal set
makes P(x) true.
An existential
quantifier:
(βˆƒx,P(x))
β€œThere exists an x such that P(x),”
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.

(βˆ€a∈R)(a+0=a).

2.

3xβˆ’5=9.

3.

x∈R.

4.

sin⁑(2x)=2(sin⁑x)(cos⁑x).

5.

(βˆ€x∈R)(sin⁑(2x)=2(sin⁑x)(cos⁑x)).

6.

(βˆƒx∈R)(x2+1=0).

7.

(βˆ€x∈R)(x3β‰₯x2).

8.

If x2β‰₯1, then xβ‰₯1.

9.

(βˆ€x∈R)( If x2β‰₯1, then xβ‰₯1).