Rules of Inference Flashcards
1
Q
Modus Ponens
A
p
p -> q
∴ q
2
Q
Modus Tollens
A
¬q
p -> q
∴ ¬q
3
Q
Hypothetical Syllogism
A
p -> q
q -> r
∴ p -> r
4
Q
Disjunctive Syllogism
A
p v q
¬p
∴ q
5
Q
Addition
A
p
∴ p v q
6
Q
Simplification
A
p ^ q
∴ p
7
Q
Conjunction
A
p
q
∴ p ^ q
8
Q
Resolution
A
p v q
¬p v r
∴ q v r
9
Q
Universal Instantiation
A
∀x P(x)
∴ P(c)
10
Q
Universal Generalization
A
P(c) for an arbitrary c
∴ ∀x P(x)
11
Q
Existential Instantiation
A
∃x P(x)
∴ P(c) for some element c
12
Q
Existential Generalization
A
P(c) for some element c
∴ ∃x P(x)
13
Q
Universal Modus Ponens
A
∀x (P(x) -> Q(x))
P(a), where a ∈ the domain
∴ Q(a)
14
Q
Universal Modus Tollens
A
∀x (P(x) -> Q(x))
¬Q(a), where a ∈ the domain
∴ ¬P(a)