Test 1 Logic and Stuff Flashcards

1
Q

Convert P → Q to AND/OR form

A

~P ∨ Q

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

Convert ~(P → Q) to AND/OR form

A

P ∧ ~Q

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

What is the significance of ~P ∨ Q ?

A

P → Q

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

Generalization Argument

A

P
______
∴ P ∨ Q

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

Specialization

A

P ∨ Q
_____
∴ P
works for Q, too.

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

Modus tollens

A

P → Q
~Q
_____
∴ ~P

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

Elimination

A

P ∨ Q
~Q
______
∴ P

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

Conjunction

A

P
Q
______
∴ P ∧ Q

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

Proof by Division into cases

A
P ∨ Q
P → R
Q → R
\_\_\_\_\_
∴R
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Contradiction

A

~P → C
_____
∴P

write as
P ∨ ~C
_____
∴P

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

What is FIRST in the order of operations of logic?

A

~

“NOT” is first.

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

What is LAST in the order of operations of logic?

A

Biconditional

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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”

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

Necessary and sufficient (by another name?)

A

Biconditional

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

Necessary

A

Q → P

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

Sufficient

A

P → Q

17
Q

Idempotent

A

P ∧ P ≡ P