Rules of Inference Flashcards
P
________
∴ P ∨ Q
Addition (Adds a new proposition in the conclusion using the ‘OR’ (V) connective)
If P is true, therefore P or Q must also be true
P ∧ Q
________
∴ P
or
P ∧ Q
________
∴ Q
Simplification (One of the prepositions in the premise can be removed, given that it connected by a conjunction (AND ‘^’))
If P and Q is true, therefore both P and Q must also be true.
P
Q
________
∴ P ∧ Q
Conjunction (2 premises can be connected by a conjunction to form the conclusion)
If P is true, and Q is also true, therefore P and Q must also be true
P → Q
P
________
∴ Q
Modus Ponens
If P implies Q is true, and P happened, therefore Q will also happen.
P → Q
∼Q
________
∴ ∼P
Modus Tollens (Contrapositive Ver. of M.P.)
If P implies Q is true, and Q did not happen, therefore P didn’t happen as well.
P ∨ Q
∼P
________
∴ Q
Disjunctive Syllogism
If P or Q is true, and it is not P, therefore Q must be true.
P → Q
Q → R
________
∴ P → R
Hypothetical Syllogism
If P implies Q is true, and Q implies R is also true, therefore P implies R must also be true.
P → Q
R → S
P ∨ R
________
∴ Q ∨ S
Constructive Dilemma (Extended MP)
If P implies Q is true, and R implies S is also true, and P or R happened, therefore Q or S also happened.
P → Q
R → S
∼Q ∨ ∼S
________
∴ ∼P ∨ ∼R
Destructive Dilemma (Extended MT)
If P implies Q is true, and R implies S is also true, and neither Q nor S happened, therefore neither P nor R also happened
What rule of inference has the tautological form:
(P ∧ Q) → P or (P ∧ Q) → Q
Simplification
What rule of inference has the tautological form:
P → (P ∨ Q)
Addition
What rule of inference has the tautological form:
[(P → Q) ∧ P] → Q
Modus Ponens
What rule of inference has the tautological form:
[(P → Q) ∧ ∼Q] → ∼P
Modus Tollens
What rule of inference has the tautological form:
[(P ∨ Q) ∧ ∼P] → Q
Disjunctive Syllogism
What rule of inference has the tautological form:
[(P → Q) ∧ (Q → R)] → (P → R)
Hypothetical Syllogism