








Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
During the study of discrete mathematics, I found this course very informative and applicable.The main points in these lecture slides are:Predicate Logic, Propositional Function, Universe of Discourse, Universal Quantifier, Existential Quantifier, Quantifier Negation, Negation Rule, Existential Quantification, English Translation, Numerical Value
Typology: Slides
1 / 14
This page cannot be seen from the preview
Don't miss anything!









4/20/
Q(x,y)
Q(3,4)
Q(x,9)
4/20/
Q(x,y)
Q(3,4)
Q(x,9)
Another way of changing a predicate into a proposition.
Suppose P(x) is a predicate on some universe of discourse. Ex. B(x) = “x is carrying a backpack,” x is set of cs173 students.
The universal quantifier of P(x) is the proposition : “P(x) is true for all x in the universe of discourse.”
We write it ∀x P(x), and say “for all x, P(x)”
∀x P(x) is TRUE if P(x) is true for every single x. ∀x P(x) is FALSE if there is an x for which P(x) is false.
4/20/
∀x B(x)?
Another way of changing a predicate into a proposition.
Suppose P(x) is a predicate on some universe of discourse. Ex. C(x) = “x has a candy bar,” x is set of cs173 students.
The existential quantifier of P(x) is the proposition : “P(x) is true for some x in the universe of discourse.”
We write it ∃x P(x), and say “for some x, P(x)”
∃x P(x) is TRUE if there is an x for which P(x) is true. ∃x P(x) is FALSE if P(x) is false for every single x.
4/20/
∃x C(x)?
B(x) = “x is wearing sneakers.” L(x) = “x is at least 21 years old.” Y(x)= “x is less than 24 years old.”
Are either of these propositions true?
a) ∃x B(x) b) ∃x (Y(x) ∧ L(x))
4/20/
A: only a is true
B: only b is true
C: both are true
D: neither is true
Universe of discourse is people in this room.
B(x) = “x is a hummingbird.” L(x) = “x is a large bird.” H(x) = “x lives on honey.” R(x) = “x is richly colored.”
All hummingbirds are richly colored.
No large birds live on honey.
Birds that do not live on honey are dully colored.
4/20/
Universe of discourse is all creatures.
∀x (B(x) → R(x))
¬∃x (L(x) ∧ H(x))
∀x (¬H(x) → ¬R(x))
Not all large birds live on honey.
∀x P(x) means “P(x) is true for every x.” What about ¬∀x P(x)? Not [“P(x) is true for every x.”] “There is an x for which P(x) is not true.” ∃x ¬P(x)
So, ¬∀x P(x) is the same as ∃x ¬P(x).
4/20/
¬∀x (L(x) → H(x))
∃x ¬(L(x) → H(x))
So, ¬∀x P(x) is the same as ∃x ¬P(x). So, ¬∃x P(x) is the same as ∀x ¬P(x).
General rule: to negate a quantifier, move negation to the right, changing quantifiers as you go.
4/20/2013 Docsity.com
4/20/
¬∃x (L(x) ∧ H(x)) ≡ ∀x ¬(L(x) ∧ H(x)) Negation rule ≡ ∀x (¬L(x) ∨ ¬H(x)) DeMorgan’s
≡ ∀x (L(x) → ¬H(x)) Subst for →
What’s wrong with this proof?