Logical Equivalence Rules Flashcards

1
Q

P V t = t and P ^ c = c

A

Universal Bound

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

!(P V Q) = !P ^ !Q
or
!(P ^ Q) = !P V !Q

A

DeMorgan’s Law

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

P ^ (Q ^ R) = (P ^ Q) ^ R

A

Associative

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

(P -> Q) = !P V Q

A

Implication

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

P ^ P = P or P V P = P

A

Idempotence

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

P <-> Q = (P -> Q) ^ (Q-> P)

A

Biconditional Statement

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

P -> Q = !Q -> !P

A

Contra positive

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

!(P -> Q) = P ^ !Q

A

Negation of a conditional

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

!(!P) = P

A

Double Negation

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

P ^ t = P
or
P V c = P

A

Identity

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

!t = c and !c = t

A

Negation of t and c

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

P V !P = t and P ^ !P = c

A

Negation

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

P ^ Q = Q ^ P

A

Commutative

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

P ^ (Q V R) = (P ^ Q) V ( P ^ R)

P V (Q ^ R) = (P V Q) ^ (P V R)

A

Distributive

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

P -> Q = ?

A

!P V Q (Implication)

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

!(P -> Q) =

A

P ^ !Q (Negation of a conditional)

17
Q

What is the contra positive of !Q -> P?

A

!P -> Q

18
Q

!P ^ !Q = ?

A

!(P V Q) (DeMorgan’s Laws)

19
Q

P <-> Q = ?

A

(P -> Q) ^ (Q -> P) (Biconditional Statement)