| Term | Definition |
|
what is a set ? |
a set is a well defined collection of objects |
|
the greek symbol 'epsilon' stands for____ __ |
belongs to |
|
what is a set which does not contain any element called ? |
empty set ø |
|
(a,b) is |
and open interval |
|
[a,b] is |
a closed interval |
|
[a,b) is |
an open interval , from a to b , including a but excluding b |
|
(a,b] is |
an open interval from a to b , including b but excluding a |
|
define power sets |
the collection of all the subsets of a set A is called the power set of A. it is denoted by P(A) |
|
state the commutative law (union) |
A u B = B u A |
|
state the associative law (union) |
(A u B) u C = A u (B u C) |
|
state the law of identity element |
A u ø = A |
|
state idempotent law (union) |
A u A = A |
|
state law of U |
U u A =U |
|
state the commutative law (intersection) |
A ∩ B = B ∩ A |
|
state the law of empty set and U |
ø ∩ A = ø , U ∩ A = A |
|
state the idempotent law (intersection) |
A ∩ A = A |
|
state the distributive law |
a ∩ (B u C) = (A ∩ B) u (A ∩ C) |
|
state the complement laws |
A u A' = U , A ∩ A' = ø |
|
state de morgans laws |
(A u B)' = A' ∩ B' , (A ∩ B)' = A' u B' |
|
state the law of double complementation |
(A')' = A |
|
state the law of empty set and universal set |
(ø) ' = U , U' = ø |
|
1. |
N(A u B) = n(A) + n(B) - n (A ∩ B) |
|
2. |
N(A u B u C) = n (A) + n(B) + n(C) - n(A ∩ B) - n (B ∩ C) - n (A ∩ C) + n (A ∩ B ∩ C) |