Chapter 1 Discrete Structures Notes

Logic Sets Boolean Comments
^ Intersection * AND
V Union + OR
- Ä ` NOT
T U 1 TRUE
F Ø 0  

 

 

  Basic Laws
Name Logical Equivalencies Boolean Identities Set Identities
Identity laws p ^ T  <-> p
p V F <-> p
x*1=1
x+0=x
A U Ø = A
A ^  U = A
Domination p V T <-> T
p ^  F <-> F
x+1=1
x*0=0
A U U = U
A ^ Ø =  Ø
Idempotent p V P <->  p
p ^  p  <-> p
x+x = x
x*x = x
A U A = A
A ^ A =  A
Double negation ~p(~p) <-> p ~(~x) = x ~(~A)=A
Commutative p V q <-> q V p
p ^  q <-> q ^ p
x+y = y+x
x*y = y*x
A U B = B U A
A ^ B  = B ^ A
Associative (pVq)Vr<->pV(qVr)
(p^q)^r<->p^(q^r)
(x+y)+z = x+(y+z)
(x*y)*z = x*(Y*z)
(AUB)UC=AU(BUC)
(A^B)^C=A^(B^C)
Distributive pV(q^r)<->(pVq)^(pVr)
p^(qVr)<->(p^q)V(p^r)
x+yz = (x+y)(x+z)
x(y+z) = xy+xz
A U (B^C) = (A^B) U (A^C)
A ^ (BUC) = (A U B) ^ (A U C)
DeMorgan ~(p^q)<->~pV~q
~(pVq)<->~p^~q
~(xy) = ~x+~y
~(x+y) = ~(xy)
~(A U B) = ~A ^ ~B
~(A ^ B) = ~A U ~ B

 

Functions:

Summmations and Sequences

 

Complexity of Algorithms:

 

You are the visitor to this site.

Return to Main Page