Rules of Inference I Flashcards
1
Q
Modus Ponens / Law of Direct Reasoning
A
((p -> q) ^ p) => q
2
Q
Modus Tollens / Law of Indirect Reasoning
A
((p -> q) ^ ~q) => ~p
3
Q
Hypothetical Syllogism / Law of Transitive Reasoning
A
(p -> q) ^ (q -> r) => (p -> r)
4
Q
Disjunctive Syllogism
A
(p v q) ^ ~p => q
(p v q) ^ ~q => p
5
Q
Law of Addition
A
p => (p v q)