Lecture-1 4
Lecture-1 4
2
Quantifiers
Universal Quantification
Existential Quantification
There is one or more element under consideration for which the predicate is
true.
The area of logic that deals with predicates and quantifiers is called the
predicate calculus.
3
Universal Quantifier(∀)
4
Universal Quantifier(Examples)
6
Existential Quantifier(∃)
7
Nested Quantifier
-5 + 5 = 0
Every real number has an additive inverse
Number Additive inverse
8
Nested Quantifier
The statement ∀x ∀y ((x > 0) ∧(y < 0) → (xy< 0))says that for every real
number x and for every real number y, if x > 0 and y < 0, then xy< 0.
Translate into English: “The product of a positive real number and a negative
real number is always a negative real number.”
9
Summary
Nested Quantifiers
10
Let P(x) be the statement “x + 1 > x.” What is the truth value of the
quantification ∀𝑥P(x), where the domain consists of all real numbers?
Answer: TRUE
11
Sets and Set Operations
12