Hidden Mystery
Hidden Mystery
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.