Nested Quantifiers: Section 1.4
Nested Quantifiers: Section 1.4
Section 1.4
• Universal quantification
– P(x) is true for ALL the values of x in the universe
of discourse.
x P(x).
– Remember All.
– “for all x, P(x)”
• If the elements in the universe of discourse can be
listed, U = {x1, x2, …, xn}
x P(x) P(x1) P(x2) … P(xn)
• Existential quantification
– P(x) is true FOR SOME x in the universe of
discourse, i.e. EXIST some x
x P(x)
– Remember, Exist
– “for some x, P(x)”
• If the elements in the universe of discourse
can be listed, U = {x1, x2, …, xn}
x P(x) P(x1) P(x2) … P(xn)
• Exercise 17
• U = {all people}
– If a person is female and is a parent, then
this person is someone’s mother.
• U = {all integers}
– The sum of two positive integers is
positive.
• U={R}
• Q(x,y): x+y=0
• What are the truth values for
y x Q(x,y) and x y Q(x,y)