Chapter1p3 (1)
Chapter1p3 (1)
Copyright © McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.
Summary
Valid Arguments and Rules of Inference
Proof Methods
Proof Strategies
Section 1.6
Section Summary
Valid Arguments
Inference Rules for Propositional Logic
Using Rules of Inference to Build Arguments
Rules of Inference for Quantified Statements
Building Arguments for Quantified Statements
Revisiting the Socrates Example
We have the two premises:
“All men are mortal.”
“Socrates is a man.”
And the conclusion:
“Socrates is mortal.”
How do we get the conclusion from the premises?
The Argument
We can express the premises (above the line) and the
conclusion (below the line) in predicate logic as an
argument:
Example:
Let p be “It is snowing.”
Let q be “I will study discrete math.”
Example:
Let p be “it is snowing.”
Let q be “I will study discrete math.”
Example:
Let p be “it snows.”
Let q be “I will study discrete math.”
Let r be “I will get an A.”
Example:
Let p be “I will study discrete math.”
Let q be “I will study English literature.”
Example:
Let p be “I will study discrete math.”
Let q be “I will visit Las Vegas.”
Corresponding Tautology:
(p∧q) →p
Example:
Let p be “I will study discrete math.”
Let q be “I will study English literature.”
Example:
Let p be “I will study discrete math.”
Let q be “I will study English literature.”
Corresponding Tautology:
((¬p ∨ r ) ∧ (p ∨ q)) →(q ∨ r)
Example:
Let p be “I will study discrete math.”
Let r be “I will study English literature.”
Let q be “I will study databases.”
C
Valid Arguments
Example 1: From the single proposition
Example:
Example:
Example:
[ Even though these examples seem silly, both trivial and vacuous
proofs are often used in mathematical induction, as we will see
in Chapter 5) ]
Even and Odd Integers
Definition: The integer n is even if there exists an
integer k such that n = 2k, and n is odd if there exists
an integer k, such that n = 2k + 1. Note that every
integer is either even or odd and no integer is both
even and odd.
where v = pu + qt
w = qu ≠ 0
Thus the sum is rational.
Proving Conditional Statements: p → q
Proof by Contraposition: Assume ¬q and show ¬p is true also. This is
sometimes called an indirect proof method. If we give a direct proof of
¬q → ¬p then we have a proof of p → q.
Why does this work?
Example: Prove that if n is an integer and 3n + 2 is odd, then n is
odd.
Solution: Assume n is even. So, n = 2k for some integer k. Thus
3n + 2 = 3(2k) + 2 =6k +2 = 2(3k + 1) = 2j for j = 3k +1
Therefore 3n + 2 is even. Since we have shown ¬q → ¬p , p → q
must hold as well. If n is an integer and 3n + 2 is odd (not even) ,
then n is odd (not even).
Proving Conditional Statements: p → q
Example: Prove that for an integer n, if n2 is odd, then n is
odd.
Solution: Use proof by contraposition. Assume n is even
(i.e., not odd). Therefore, there exists an integer k such
that n = 2k. Hence,
n2 = 4k2 = 2 (2k2)
and n2 is even(i.e., not odd).
We have shown that if n is an even integer, then n2 is even.
Therefore by contraposition, for an integer n, if n2 is odd,
then n is odd.
Proving Conditional Statements: p → q
Proof by Contradiction: (AKA reductio ad absurdum).
To prove p, assume ¬p and derive a contradiction such as
p ∧ ¬p. (an indirect form of proof). Since we have shown
that ¬p →F is true , it follows that the contrapositive T→p
also holds.
Example: Prove that if you pick 22 days from the calendar,
at least 4 must fall on the same day of the week.
Solution: Assume that no more than 3 of the 22 days fall
on the same day of the week. Because there are 7 days of
the week, we could only have picked 21 days. This
contradicts the assumption that we have picked 22 days.
Proof by Contradiction
A preview of Chapter 4.
Example: Use a proof by contradiction to give a proof that √2 is
irrational.
Solution: Suppose √2 is rational. Then there exists integers a and b
with √2 = a/b, where b≠ 0 and a and b have no common factors (see
Chapter 4). Then
We only cover the case where x is odd because the case where y is odd is
similar. The use phrase without loss of generality (WLOG) indicates this.
Existence Proofs Srinivasa Ramanujan
(1887-1920)
Two Dominoes