Something To Ponder : All Roses Are Flowers. Some Flowers Fade Quickly. Therefore Some Roses Fade Quickly
Something To Ponder : All Roses Are Flowers. Some Flowers Fade Quickly. Therefore Some Roses Fade Quickly
{
The Universal Quantifier:
The symbol is the universal quantifier.
The statement
x D, P(x)
means “for all x in D, P(x)”.
x is a bound variable, bound by the quantifier .
The statement is true if P(x) is true for all x in D.
The statement is false if P(x) is false for at least
one x in D.
Examples
Statement
“7 is a prime number” is true.
Predicate
“x is a prime number” is neither true nor false.
Statements
“x {2, 3, 5, 7}, x is a prime number” is true.
,
x D, P(x)
𝒑 → 𝒒 ≡ p ∨𝑞 ( 𝒑 ˅ 𝒒)≡ 𝒑˄ 𝒒
( 𝒑 ˅ 𝒒)≡ 𝒑˄ 𝒒
Universal Conditional Statements
A universal conditional statement is of the form
x S, P(x) Q(x).
The converse is
x S, Q(x) P(x).
The inverse is
x S, P(x) Q(x).
The contrapositive is
x S, Q(x) P(x).
Multiply-Quantified
Statements
Multiply-Quantified Statements
Multiply-quantified universal statements
x D, y E, P(x, y)
The order does not matter.
Multiply-quantified existential statements
x D, y E, P(x, y)
The order does not matter.
Multiple Quantified Statements
Mixed universal and existential statements
x D, y E, P(x, y)
y E, x D, P(x, y)
The order does matter.
What is the difference?
Compare
x R, y Z, x + y = 0.
y Z, x R, x + y = 0.
Multiple Quantified Statements
The order does matter!
Compare
x R, y Z, x + y = 0.
y Z, x R, x + y = 0.
The Generalized de Morgan Laws
What happens if we negate an expression involving predicates and
quantifiers?
Is this true?
Is this true?
Is this true?
No. There is no such constant. (It would have to be the biggest integer
– the largest element of N - {0}. But this set has no largest element.)
xy P( x, y )
There exists x and there exists y such that x ≥ y.
Is this true?
This says that for every choice of y it’s possible to find an x which is ≥ y.
Is this true?
This says that there is a constant y which is less than or equal to all
values of x.
Is this true?
Yes: y = 1 has this property. It’s the smallest element of the set.
Universal Modus Ponens
The rule of universal instantiation can be combined with
modus ponens to obtain the valid form of argument called
universal modus ponens.
If p then q.
p
q
Let E(x) = “x is an even integer”
S(x) = “ is even”
If p then q.
~q
~p
Example:
All
human beings are mortal.
Zeus is not mortal.
Zeus is not human.
Let H(x) = “ is human”
M(x) = “ is mortal”
Z stands for Zeus