Rules of Inference, Propositional Logic Flashcards
Modus ponens
p -> q
p
therefore q
Modus tollens
p -> q
~q
therefore ~p
Hypothetical syllogism
p -> q
q -> r
therefore p -> r
Disjunctive Syllogism
p v q
~p
therefore q
Note: this order matters. ~q wouldn’t imply p unless we employ commutativity first.
Constructive Dilemma
(p -> q) * (r -> s)
p v r
therefore q v s
Simplification
p * q
therefore p
Conjunction
p
q
therefore p * q
Addition
p
therefore p v q
DeMorgan’s Laws
~(p * q) = ~p v ~q
~(p v q) = ~p * ~q
Commutation
p v q = q v p
p * q = q * p
Association
p v (q v r) = (p v q) v r p * (q * r) = (p * q) * r
Distribution
p * (q v r) = (p * q) v (p * r) p v (q * r) = (p v q) * (p v r)
Double negation
p = ~~p
Transposition
p -> q = ~q -> ~p
Material Implication
p -> q = ~p v q
Material Equivalence
( p = q ) = ( (p -> q) * (q -> p) )
p = q ) = ( (p * q) v (~p * ~q)
Exportation
(p * q) -> r = p -> (q -> r)
Tautology
p = p v p p = p * p