Discrete Structures Lecture 6
Discrete Structures Lecture 6
(Discrete Mathematics)
Fall 2016
Lecture - 6
Rules of Inference with
Quantified Statements
Rules of Inference for the Universal Quantifier
∀xP(x)
Universal instantiation
∴ P(c)
∃xP(x)
Existential instantiation
∴ P(c) for some element c
• Step Reason
1. ∀x(D(x) → C(x)) Hypothesis
2. D(Ali)→C(Ali) Universal instantiation from 1
3. D(Ali) Hypothesis
4. C(Ali) Modus ponens from 2 and 3
Example
• Given the hypothesis
“A student in this class has not read the book,” and “Everyone in this
class passed the first exam” imply the conclusion “Someone who
passed the first exam has not read the book.”
x(P(x) Q(x))
P(a), where a is a particular element in the domain
Q(a)
Universal Modus Tollens
x(P(x) Q(x))
¬Q(a), where a is a particular element in the domain
¬P(a)
Example of Proof
1. x (R(x)→T(x)) Hypothesis
2. R(Maria) → T(Maria) Universal instantiation using 1
3. R(Maria) Hypothesis
4. T(Maria) Modes ponens using 2 and 3
5. C(Maria) Hypothesis
6. C(Maria) T(Maria) Conjunction using 5 and 4
7. x (C(x)T(x)) Existential generalization
using 6
How do you know which one to use?
• Experience!
Q – 1, 2, 3, 4, 5, 6,13-b,13-d, 23, 24