DM Lecture 6
DM Lecture 6
Lecture 6
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.
Example
All human beings are mortal,
Socrates is human being,
Socrates is mortal.
Cont….
Suppose you are doing a problem that requires you to
simplify where r is a particular real number and
k is a particular integer. For basic algebra we know that
1.
2.
So we proceed as fallows
(by 1).
(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.