0.1: Sets
( \newcommand{\kernel}{\mathrm{null}\,}\)
Sets
-
Sets are collections of objects,
-
Sets are normally denoted by capital letters.
-
Elements are denoted by lower-case letters.
-
Subsets:
-
Every element of B is an element of A, written as B⊂A.
-
B={a∈A: …..condition on okay!.
-
Trivial subsets of A are A and ∅ (empty set).
-
-
How do we test if an element belongs to a set?
Example 0.1.1
M22(R):= set of all 2 x 2 matrices with real numbers, where R:= set of all real numbers.
Let A={[x]∈M22(R)|[x][1101]=[1101][x]}.
Determine whether the following entries belong to A.
-
[1000] does not belong to A.
- Answer
-
[1000]⋅[1101]=[1100] and
[1101]⋅[1000]=[1000]
Since [1100]≠[1000], [1000]∉A.◻
-
[0100] does belong to A.
- Answer
-
[0100]⋅[1101]=[0100]
[1101]⋅[0100]=[0100]
Since [0100]=[0100], [1000]∈A.◻
-
[0010] does not belong to A.
- Answer
-
[0010]⋅[1101]=[0011]
[1101]⋅[0010]=[1010]
Since [0011]≠[1010], [0010]∉A.◻
-
[0001] does not belong to A.
- Answer
-
[0001]⋅[1101]=[0001]
[1101]⋅[0001]=[0101]
Since [0001]≠[0101], [0001]∉A.◻
-
[0000]. does belong to A.
Solution
This one is obviously true, thus [0000]∈A.
-
∪ or / union
-
∩ and / intersection
-
{}c complement of a set (aka {}′).
-
A∖B is equivalent to A∩B′.
-
Z:= set of all integers ={…,−2,−1,0,1,2,…}. A countable set.
-
Q:= set of all rational numbers ={ab:a,b∈Z,b≠0}. A countable set.
-
Qc:= set of all irrational numbers ={±e,±π,±√2,…}. Not a countable set.
-
R:= set of all real numbers =Q∪Qc. Note Q∩Qc=∅. Not a countable set.
-
C:= set of all complex numbers.
-
Mmn(R):= set of all m×n matrices over real numbers.
-
Mmn(C):= set of all m×n matrices over complex numbers.
-
The cardinality of a set A is written as |A|.
N⊆Z⊆Q⊆R⊆C.
Example 0.1.3
Let A={1,2,3,5}. Therefore |A|=4. In this case, A is called a finite set.