Chapter 3 Sets
Chapter 3 Sets
Chapter 3: Sets
Def: A set is an un-ordered collection of items, called “elements”.
∀x (x ∈ A ↔ x ∈ B).
A = B = C.
∀x x ∈ A → x ∈ B.
Venn diagram:
1) A ⊂ B
A
A⊂B and
B
2) ∃ x s .t . x ∈ B^ x ∉ A
¬ ( A ⊂ B ) ≡¬ ( ∀ x x ∈ A → x ∈ B ) .
≡∃ x ¬ ( x ∈ A → x ∈ B ) .
≡∃ x s . t . x ∈ A ^ x ∉ B .
Remark: A ⊂ B: ∀ x (x ∈ A → x ∈ B)
B⊂ A : ∀ x ∈ B→ x ∈ A
( A ⊂ B) ^ ( B⊂ A ) ≡ ∀ x x ∈ A ↔ x ∈ B≡ A=B .
1) S ⊂ T ? :
Let x ∈ S .
So ∃ k ∈ Z s .t . x=2 k .
So ∃l ∈ Z s . t . x=2 l−2.
So x ∈ T .
Therefore S ⊂ T .
2) T ⊂ S ? :
Let x ∈ T
So ∃l ∈ Z s . t . x=2 l−2
Let k = l – 1
So ∃ k ∈ Z s .t . x=2 k
So x ∈ S .
Therefore T ⊂ S .
Notation:|S|=n.
Let n ∈ N .
S = { N , Z } is finite. |S| = 2.
True or false:
F ?
Def: Let S be a set . The Power set of Q, denoted P(s), is the set of subsets of S.
Rk: ∀ set S , S ⊆ S .
- D ( T )={ ∅ , { { a , b } , ∅ } , { ∅ , {a ,b } } , { { a , b } } , { ∅ } }.
True/False:
1. N ⊆ S F
2. N ∈ S T
3. N ∈ P( s) F
4. N ⊆ P ( s ) F
5. { N } ⊆ P ( s ) T
6. F
7. { 0 , 1 ,2 , … , 10 } ∈ P(s) F
8. { 0 , 1 ,2 , … , 10 } ⊆P (s ) F
2. Operations on sets:
Def: The Union of A and B, denoted A ∪ B ,is the set of all elements that are∈ A∨¿ B .
A ∪ B= { x ∈Ω| x ∈ A v x ∈ B }.
Venn diagram:
A B
Def: The intersection of A and B, denoted A ∩ B, is the set of all elements that are in A and in B.
A ∩ B= { x ∈ Ω| x ∈ A ^ x ∈ B }.
Venn Diagram:
A B
Def: The complement of A, denoted A , is the set for all elements that are not in
A={ x ∈ Ω| x ∉ A } .
Venn Diagram:
A A
B=[0,1]
- A ∪ B=[ 0 , 2 ] ⇒ A ∪ B=¿