Rules of Inference, Propositional Logic Flashcards

1
Q

Modus ponens

A

p -> q
p

therefore q

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Modus tollens

A

p -> q
~q

therefore ~p

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Hypothetical syllogism

A

p -> q
q -> r

therefore p -> r

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Disjunctive Syllogism

A

p v q
~p

therefore q

Note: this order matters. ~q wouldn’t imply p unless we employ commutativity first.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Constructive Dilemma

A

(p -> q) * (r -> s)
p v r

therefore q v s

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Simplification

A

p * q

therefore p

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Conjunction

A

p
q

therefore p * q

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Addition

A

p

therefore p v q

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

DeMorgan’s Laws

A

~(p * q) = ~p v ~q

~(p v q) = ~p * ~q

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Commutation

A

p v q = q v p

p * q = q * p

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Association

A
p v (q v r) = (p v q) v r
p * (q * r) = (p * q) * r
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Distribution

A
p * (q v r) = (p * q) v (p * r)
p v (q * r) = (p v q) * (p v r)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Double negation

A

p = ~~p

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Transposition

A

p -> q = ~q -> ~p

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Material Implication

A

p -> q = ~p v q

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Material Equivalence

A

( p = q ) = ( (p -> q) * (q -> p) )

p = q ) = ( (p * q) v (~p * ~q)

17
Q

Exportation

A

(p * q) -> r = p -> (q -> r)

18
Q

Tautology

A
p = p v p
p = p * p