Predicates and Quantifiers
Predicates and Quantifiers
One way to show that Q(x) is not always true when x is in the
domain is to find a counterexample to the statement ∀xQ(x) . Note
that a single counterexample is all we need to establish that
∀xQ(x) is false.
Quiz:
Let P(x) be the statement “x 2 > 0”. What is the truth value of the
quantification ∀xP(x)where the domain consists of all integers?
Existential Quantification of P(x)
o Existential quantification of P(x) is the proposition “There
exists an element x in the domain such that P(x)”
o Its denoted by ∃xP(x) and is read as “There is an x such that
P(x)” or “There is at least one x such that P(x)” or “For some
x P(x)”
o With existential quantification, we form a proposition that is
true if and only if P(𝑥) is true for at least one value of 𝑥 in
the domain.
o A domain must always be specified when a statement ∃xP(x) is
used.
o Furthermore, the meaning of ∃xP(x) changes when the domain
changes.
Example
Let P(x) denote the statement “x > 𝟑”
What is the truth value of the quantification ∃xP(x) where the
domain consists of all real numbers?
Solution: ∃xP(x) is true.
The statement ∃xP(x) is false if and only if there is no
element x in the domain for which P(x) is true.
Summary of the quantifiers