DS Lecture 6
DS Lecture 6
Write each of following statements informally and find its truth value.
a. ∃ an item I such that ∀ students S, S chose I .
b. ∃ a student S such that ∀ items I, S chose I .
c. ∃ a student S such that ∀ stations Z, ∃ an item I in Z such that S chose I .
d. ∀ students S and ∀ stations Z, ∃ an item I in Z such that S chose I .
Interpreting Multiply-Quantified Statements
Solution
a. There is an item that was chosen by every student. This is true;
every student chose pie.
b. There is a student who chose every available item. This is false;
no student chose all nine items.
c. There is a student who chose at least one item from every
station. This is true; both Uta and Tim chose at least one item
from every station.
d. Every student chose at least one item from every station. This is
false; Yuen did not choose a salad.
Multiple Quantified Statements Informally
a. ∀ positive numbers x, ∃ a positive number y such
that y < x
b. ∃ a positive number x such that ∀ positive numbers y
,y<x
The negation of
∃ x such that ∀ y, Q(x, y).
is logically equivalent to
∀ x, ∃ y such that ~Q(x ,y).
Examples
a) ∀ integers n, ∃ an integer k such that n = 2k.
x D, Q( x)
and
Q( x1 ) Q( x2 ) ... Q( xn )
Example
All human beings are mortal,
Socrates is human being,
Socrates is mortal.
Cont….
Suppose you are doing a problem that requires you to
k 1
simplify r .r , where r is a particular real number and
k is a particular integer. For basic algebra we know that
m n m n
1. x R , m , n Z , x x x
1
2. x R , x x.
So we proceed as fallows
r k 1 r r k 1 r1 (by 1).
r k 2 (by 2).
Both argument 1 and 2 are examples of universal
instantiation.
Universal Modus Ponens
The rule of universal instantiation can be combined with
modus ponens to obtain the rule of universal Modus
Ponens.