Logical Equivalence Rules Flashcards
P V t = t and P ^ c = c
Universal Bound
!(P V Q) = !P ^ !Q
or
!(P ^ Q) = !P V !Q
DeMorgan’s Law
P ^ (Q ^ R) = (P ^ Q) ^ R
Associative
(P -> Q) = !P V Q
Implication
P ^ P = P or P V P = P
Idempotence
P <-> Q = (P -> Q) ^ (Q-> P)
Biconditional Statement
P -> Q = !Q -> !P
Contra positive
!(P -> Q) = P ^ !Q
Negation of a conditional
!(!P) = P
Double Negation
P ^ t = P
or
P V c = P
Identity
!t = c and !c = t
Negation of t and c
P V !P = t and P ^ !P = c
Negation
P ^ Q = Q ^ P
Commutative
P ^ (Q V R) = (P ^ Q) V ( P ^ R)
P V (Q ^ R) = (P V Q) ^ (P V R)
Distributive
P -> Q = ?
!P V Q (Implication)
!(P -> Q) =
P ^ !Q (Negation of a conditional)
What is the contra positive of !Q -> P?
!P -> Q
!P ^ !Q = ?
!(P V Q) (DeMorgan’s Laws)
P <-> Q = ?
(P -> Q) ^ (Q -> P) (Biconditional Statement)