MATH2080 Lecture3 Sections 1p4 1p5 PredLogic and NestedQuants
MATH2080 Lecture3 Sections 1p4 1p5 PredLogic and NestedQuants
MATH2080 Lecture3 Sections 1p4 1p5 PredLogic and NestedQuants
• The set of all possible values of xi is called the universe (or domain) of
discourse of xi .
Example 2. For P(x) defined above, universe of discourse Ux
∀xP(x)
∃xP(x)
• The scope of a quantifier refers to the part of the expression to which the
quantifier applies.
• The ∀, ∃ quantifiers take precedence over all logical operators from propo-
sitional calculus.
• A variable is said to be bound if a quantifier is used on it, free if not bound
by a quantifier or set equal to a particular value.
Example 6. Consider ∀x P(x) ∧ Q(x)
CSCI2110/MATH2080 F19 Propositional Logic 1 Section 1.4 Page 4 of 7
• Logical Equivalences Involving Quantifiers
Statements involving predicates and quantifiers are logically equivalent
if and only if they have the same truth value no matter which predicates
are substituted into these statements and which domain of discourse is
used for the variables in these propositional functions.
∀x∃yP(x, y )
∃x∀yP(x, y )
∃x∃yP(x, y )
∃y ∃xP(x, y )
Example 9. Translate the following into quantified expressions using the predi-
cate L(x, y) : “x loves y” where the universe of discourse for x, y is the set of all
people.