Logical Equivalence Rules Flashcards
1
Q
P V t = t and P ^ c = c
A
Universal Bound
2
Q
!(P V Q) = !P ^ !Q
or
!(P ^ Q) = !P V !Q
A
DeMorgan’s Law
3
Q
P ^ (Q ^ R) = (P ^ Q) ^ R
A
Associative
4
Q
(P -> Q) = !P V Q
A
Implication
5
Q
P ^ P = P or P V P = P
A
Idempotence
6
Q
P <-> Q = (P -> Q) ^ (Q-> P)
A
Biconditional Statement
7
Q
P -> Q = !Q -> !P
A
Contra positive
8
Q
!(P -> Q) = P ^ !Q
A
Negation of a conditional
9
Q
!(!P) = P
A
Double Negation
10
Q
P ^ t = P
or
P V c = P
A
Identity
11
Q
!t = c and !c = t
A
Negation of t and c
12
Q
P V !P = t and P ^ !P = c
A
Negation
13
Q
P ^ Q = Q ^ P
A
Commutative
14
Q
P ^ (Q V R) = (P ^ Q) V ( P ^ R)
P V (Q ^ R) = (P V Q) ^ (P V R)
A
Distributive
15
Q
P -> Q = ?
A
!P V Q (Implication)