inference rule
|
schema
|
example
|
Modus Ponens
|
- If p then q.
- p.
- Therefore, q.
|
- If today is Sunday, then we are in Texas.
- Today is Sunday.
- Therefore, we are in Texas.
|
Modus Tollens
(Contraposition)
|
- If p then q.
- Not-q.
- Therefore, not-p.
|
- If today is Sunday, then we are in Texas.
- We're not it Texas.
- Therefore, today isn't Sunday.
|
Hypothetical Syllogism
(Transitivity)
|
- If p then q.
- If q then r.
- Therefore, if p then r.
|
- If today is Sunday, then we are in Texas.
- If we are in Texas, then we are below the Mason-Dixon line.
- Therefore, if today is Sunday, we are below the Mason-Dixon line.
|
Disjunctive Syllogism
(Cancellation)
|
- Either p or q.
- Not-p.
- Therefore, q.
|
- Either today is Sunday, or we are in Texas.
- Today isn't Sunday.
- Therefore, We are in Texas.
|
Dilemma
|
- Either p or q.
- If p then r.
- If q then s.
- Therefore, r or s.
|
- Either today is Sunday, or we are in Texas.
- If today is Sunday, then we are in Arizona.
- If we are in Texas, then today is Monday.
- Therefore, either we are in Arizona or today is Monday.
|
Reductio ad absurdum
(indirect proof)
|
(prove p by assuming not-p and deriving a contradiction)
|
- Nothing can do what is physically impossible.
- It is physically impossible for bumblebees to fly.
- Therefore, bumblebees cannot fly.
However,
- Bumblebees do in fact fly.
- Therefore, either premise one or two must be false (in this case, premise 2).
|