Test 1 Logic and Stuff Flashcards
1
Q
Convert P → Q to AND/OR form
A
~P ∨ Q
2
Q
Convert ~(P → Q) to AND/OR form
A
P ∧ ~Q
3
Q
What is the significance of ~P ∨ Q ?
A
P → Q
4
Q
Generalization Argument
A
P
______
∴ P ∨ Q
5
Q
Specialization
A
P ∨ Q
_____
∴ P
works for Q, too.
6
Q
Modus tollens
A
P → Q
~Q
_____
∴ ~P
7
Q
Elimination
A
P ∨ Q
~Q
______
∴ P
8
Q
Conjunction
A
P
Q
______
∴ P ∧ Q
9
Q
Proof by Division into cases
A
P ∨ Q P → R Q → R \_\_\_\_\_ ∴R
10
Q
Contradiction
A
~P → C
_____
∴P
write as
P ∨ ~C
_____
∴P
11
Q
What is FIRST in the order of operations of logic?
A
~
“NOT” is first.
12
Q
What is LAST in the order of operations of logic?
A
Biconditional
13
Q
What’s another name for the biconditional?
A
XNOR T T | T T F | F F T | F F F | T
“iff”
“necessary and sufficient”
14
Q
Necessary and sufficient (by another name?)
A
Biconditional
15
Q
Necessary
A
Q → P