Laws And Identities Flashcards
What are the identity laws?
P ^ 1 = P
P v 0 = P
What are the domination laws?
1) P v 1 = 1
2) P ^ 0 = 0
What are the idempotence laws
1) P ^ P = P
2) P v P = P
What are the negation laws?
1) P ^ ~P = 0
2) P v ~ P = 1
What is the double negation law?
~(~P) = P
What are the commutative laws?
1) P ^ Q = Q ^ P
2) P v Q = Q v P
What are the associative laws?
1) (P ^ Q) ^ S = P ^ (Q ^ S)
2) (P v Q) v S = P v ( Q v S)
What are DeMorgan’s laws?
1) ~(P ^ Q) = (~P v ~ Q)
2) ~P v ~Q = ~(P ^ Q)
What are the absorption laws?
1) P ^ (P v Q) = P
2) P v ( P ^ Q) = P
What are the distributive laws for the following?
1) P ^ (Q v S)
2) P v (Q ^ S)
1) (P ^ Q) v (P ^ S)
2) (P v Q) ^ (P v S)
What are the biconditional laws for the following?
1) P <==> Q
2) P => Q
3) P => Q
1) (P => Q) ^ ( Q => P)
2) (~Q => ~P)
3) ~P v Q