DS Lecture 8
DS Lecture 8
DS Lecture 8
Lecture 8
Previous Lectures Summary
• Predicates
• Set Notation
• Universal and Existential Statement
• Translating between formal and informal language
• Universal conditional Statements
• Equivalence Form
• Implicit Qualification
• Negations
Predicates and Quantified statements II
Today's Lecture
• Statements containing “∀ ” and “∃”
• Nested Quantifiers
• Relations
• Universal Instantiation statement
• Universal Modus Ponens
• Universal Modus Tollens
• Quantified form of Converse and Inverse error
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
mn
1. x R , m , n Z , x m
x n
x
2. x R , x 1
x.
So we proceed as fallows
1 1
r k
r r k
r 1
(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.