1.1 Sets
1.1.1 Elementary Operations
Definition 1.1 (Set): Sets are defined by their elements 𝐴 ={𝜔1,𝜔2,…,𝜔𝑛} or upon a certain property 𝐴 ={𝜔:𝜔 has property P}.
Example (Natural numbers): The set which contains the strictly positive integers 1,2,3,… is denoted with ℕ. If 𝑛 ∈ℕ, then so is 𝑛 +1.
Note that it is a matter of convention whether 0 ∈ℕ or not. For us, 0 ∈ℕ.
Example (Integers): ℤ ={−𝑛:𝑛∈ℕ} ∩0 ∩ℕ is the set of integers.
Example (Rational numbers): ℚ ={𝑞=𝑛𝑚: 𝑛,𝑚∈ℤ, 𝑚≠0} is the set of rational numbers.
It can be shown that there does not exists 𝑞 ∈ℚ such that 𝑞2 =2 showing that √2 ∉ℚ. The same is true for 𝜋 and 𝑒. These numbers belong to the set of real numbers ℝ.
Definition 1.2 (Cartesian product)
: Let
𝐴1,…,𝐴𝑛,
𝑛 ∈ℕ, be a family of sets. The Cartesian product of
𝐴1,…,𝐴𝑛 is given by
𝑛×𝑖=1𝐴𝑖=𝐴1×⋯×𝐴𝑛={𝜔:𝜔=(𝜔1,…,𝜔𝑛), 𝜔𝑖∈𝐴𝑖, 𝑖=1,…,𝑛}
An element 𝜔 of 𝐴1 ×⋯ ×𝐴𝑛 is referred to as a vector with coordinates 𝜔𝑖 ∈𝐴𝑖, 𝑖 =1,…,𝑛. If 𝐴𝑖 =𝐴, 𝑖 =1,…,𝑛, we write ×𝑛𝑖=1𝐴𝑖 =𝐴𝑛. The space ℝ𝑘 is reffered to as the real coordinate space of dimension 𝑘.
Definition 1.3 (Set operations)
: Let
𝐴 and
𝐵 be two sets, then we define the following set operations:
Equality: 𝐴 =𝐵 iff 𝐴 and 𝐵 contain the same elements
Inclusion: 𝐴 ⊂𝐵 iff 𝜔 ∈𝐴 implies 𝜔 ∈𝐵
Intersection: 𝐴 ∩𝐵 ={𝜔:𝜔∈𝐴 and 𝜔∈𝐵}
Union: 𝐴 ∪𝐵 ={𝜔:𝜔∈𝐴 or 𝜔∈𝐵}
Set difference: 𝐴 ∖𝐵 ={𝜔:𝜔∈𝐴 and 𝜔∉𝐵}
Let {𝐴𝑖:𝑖∈𝐼} be a family of sets, then the intersection of all 𝐴𝑖 is the set
⋂𝑖∈𝐼𝐴𝑖={𝜔:(∀𝑖∈𝐼:𝜔∈𝐴𝑖)}
and the union of all 𝐴𝑖 is the set
⋃𝑖∈𝐼𝐴𝑖={𝜔:(∃𝑖∈𝐼:𝜔∈𝐴𝑖)}
1.1.2 Elementary Properties
Proposition 1.4 (Properties of set operations)
: Let
𝐴,
𝐵 and
𝐶 be some sets.
Properties of inclusion:
- 𝐴 ⊂𝐴
- ∅ ⊂𝐴
- 𝐴 ⊂𝐵 and 𝐵 ⊂𝐴 ⟺ 𝐴 =𝐵
- 𝐴 ⊂𝐵 and 𝐵 ⊂𝐶 ⟹ 𝐴 ⊂𝐶
Associativity:
- (𝐴 ∪𝐵) ∪𝐶 =𝐴 ∪(𝐵 ∪𝐶)
- (𝐴 ∩𝐵) ∩𝐶 =𝐴 ∩(𝐵 ∩𝐶)
Commutativity:
- 𝐴 ∪𝐵 =𝐵 ∪𝐴
- 𝐴 ∩𝐵 =𝐵 ∩𝐴
Distributive law:
- 𝐴 ∩(𝐵 ∪𝐶) =(𝐴 ∩𝐵) ∪(𝐴 ∩𝐶)
- 𝐴 ∪(𝐵 ∩𝐶) =(𝐴 ∪𝐵) ∩(𝐴 ∪𝐶)
1.1.3 The Empty Set
Definition 1.5 (Empty set): The set which has no elements is called the empty set and denoted with ∅.
Proposition 1.6: Given any set 𝐴, ∅ ⊂𝐴.
Further, ∅ ∩𝐴 =∅ and ∅ ∪𝐴 =𝐴.
Definition 1.7 (Disjoint sets): Let 𝐴 and 𝐵 be two sets. 𝐴 and 𝐵 are said to be disjoint if 𝐴 ∩𝐵 =∅.
More generally, let {𝐴𝑖:𝑖∈𝐼} be any family of sets. {𝐴𝑖:𝑖∈𝐼} is said to be disjoint if 𝐴𝑖 ∩𝐴𝑗 =∅ for all 𝑖 ≠𝑗.
1.1.4 Results on Set Differences
Proposition 1.8 (Properties of set differences)
: Let
𝐴,
𝐵 and
𝐶 be some sets.
- 𝐶 ∖(𝐴 ∩𝐵) =(𝐶 ∖𝐴) ∪(𝐶 ∖𝐵)
- 𝐶 ∖(𝐴 ∪𝐵) =(𝐶 ∖𝐴) ∩(𝐶 ∖𝐵)
- (𝐵 ∖𝐴) ∩𝐶 =(𝐵 ∩𝐶) ∖𝐴
- (𝐵 ∖𝐴) ∪𝐶 =(𝐵 ∪𝐶) ∖(𝐴 ∖𝐶)
1.1.5 On Families of Subsets
It is often the case that a particular set Ω is given and one only considers subsets 𝐴 ⊂Ω.
Definition 1.9 (Complement): Let 𝐴 ⊂Ω, then the complement of 𝐴 is 𝐴𝑐 =Ω ∖𝐴.
Proposition 1.10 (Properties of complements)
: Let
𝐴 and
𝐵 be subsets of
Ω.
- 𝐴 ∪𝐴𝑐 =Ω
- 𝐴 ∩𝐴𝑐 =∅
- 𝐴 ∖𝐵 =𝐴 ∩𝐵𝑐
- ∅𝑐 =Ω
- Ω𝑐 =∅
- (𝐴 ⊂𝐵) ⟹ (𝐵𝑐 ⊂𝐴𝑐)
- (𝐴𝑐)𝑐 =𝐴
Further, we have the following properties for the complement of intersections and unions.
Proposition 1.11 (De Morgan's laws)
: Let
𝐴 and
𝐵 be subsets of
Ω.
- (𝐴 ∩𝐵)𝑐 =𝐴𝑐 ∪𝐵𝑐
- (𝐴 ∪𝐵)𝑐 =𝐴𝑐 ∩𝐵𝑐
More generally, for an arbitrary family of subsets {𝐴𝑖:𝐴𝑖⊂Ω, 𝑖∈𝐼} we have:
(⋂𝑖∈𝐼𝐴𝑖)𝑐=⋃𝑖∈𝐼𝐴𝑐𝑖(⋃𝑖∈𝐼𝐴𝑖)𝑐=⋂𝑖∈𝐼𝐴𝑐𝑖(0.1)(0.2)
1.2 Order Structure of the Real Numbers
1.2.1 Infima and Suprema
Definition 1.12 (Upper and lower bound): Let 𝐴 ⊂ℝ. An element 𝑠 ∈ℝ is called an upper (resp. lower) bound of 𝐴, if 𝑥 ≤𝑠 (resp. 𝑥 ≥𝑠) for all 𝑥 ∈𝐴.
If 𝐴 has an upper (resp. lower) bound then we say that 𝐴 is bounded from above (resp. below). If 𝐴 is bounded from below and above, 𝐴 is called bounded.
Definition 1.13 (Intervals)
: Let
𝑎 <𝑏,
𝑎,𝑏 ∈ℝ.
- [𝑎,𝑏] ={𝑥∈ℝ:𝑎≤𝑥≤𝑏} is a closed interval
- (𝑎,𝑏) ={𝑥∈ℝ:𝑎<𝑥<𝑏} is an open interval
- [𝑎,𝑏) ={𝑥∈ℝ:𝑎≤𝑥<𝑏} is a right-open interval
- (𝑎,𝑏] ={𝑥∈ℝ:𝑎<𝑥≤𝑏} is a left-open interval
A set 𝐼 ⊂ℝ is said to be an interval if it is either closed, open, right-open or left-open.
Definition 1.14 (Supremum)
: Let
𝐴 ⊂ℝ be a set. An element
𝑠 ∈ℝ is called supremum of
𝐴 and we write
𝑠 =sup𝐴 if
𝑠 is the smallest upper bound of
𝐴, i.e.:
- 𝑠 is an upper bound of 𝐴
- every 𝑠′ <𝑠 is not an upper bound of 𝐴
Example (Supremum): Let 𝐴 =[0,1). We can prove that 1 is the smallest upper bound for 𝐴 and hence sup𝐴 =1. Note that sup𝐴 ∉𝐴, i.e. the supremum must not be an element of the set itself.
Definition 1.15 (Infimum)
: Let
𝐴 ⊂ℝ be a set. An element
𝑠 ∈ℝ is called infimum of
𝐴 and we write
𝑠 =inf𝐴 if
𝑠 is the greatest lower bound of
𝐴, i.e.:
- 𝑠 is a lower bound of 𝐴
- every 𝑠′ >𝑠 is not an lower bound of 𝐴
Example (Infimum): Let 𝐴 =[0,1), then 0 is the minimum for 𝐴 and hence inf𝐴 =0.
Definition 1.16 (Maximum and minimum): Let 𝐴 ⊂ℝ. If 𝑠 =sup𝐴 ∈𝐴 (resp. 𝑠 =inf𝐴 ∈𝐴) we call 𝑠 the maximum (resp. the minimum) of 𝐴.
The following result shows that for each nonempty subset of the real line which has an upper (resp. lower) bound, the supremum (resp. infimum) exists as an element of ℝ.
Proposition 1.17 (Existence of supremum, infimum): Let 𝐴 ⊂ℝ s.t. 𝐴 ≠∅. Suppose that there exists an upper (resp. lower) bound for 𝐴. Then, sup𝐴 ∈ℝ (resp. inf𝐴 ∈ℝ).
1.2.2 The Rational Numbers as Approximation of the Real Numbers
In order to show that there exists a number in between any two distinct real numbers, the rational numbers ℚ are helpful.
Proposition 1.18 (ℚ is dense in ℝ): For any two real numbers 𝑥1,𝑥2 ∈ℝ, say 𝑥1 <𝑥2, there exists a rational number 𝑞 ∈ℚ such that 𝑥1 <𝑞 <𝑥2.
Example (Proof of sup[0,1) =1): Suppose there exists a smaller upper bound 𝑠′ <1. Note that [0,1) ∩(𝑠′,1) =(𝑠′,1) is not empty as per the aforementioned proposition we can find a 𝑞 ∈ℚ ⊂ℝ such that 𝑞 ∈(𝑠′,1), hence 𝑠′ is no upper bound.
1.2.3 Infima and Suprema of Unbounded Sets
Definition 1.19 (Infinity)
: Let
𝐴 ⊂ℝ such that
𝐴 ≠∅. We define
- sup𝐴 =∞ if 𝐴 has no upper bound
- inf𝐴 = −∞ if 𝐴 has no lower bound
Definition 1.20 (Unbounded intervals)
: Let
𝑎,𝑏 ∈ℝ. The unbounded real intervals are given by the sets
- [𝑎,∞) ={𝑥∈ℝ:𝑎≤𝑥<∞}
- (𝑎,∞) ={𝑥∈ℝ:𝑎<𝑥<∞}
- (∞,𝑏] ={𝑥∈ℝ:∞<𝑥≤𝑏}
- (∞,𝑏) ={𝑥∈ℝ:∞<𝑥<𝑏}
1.2.4 On Properties of Infima and Suprema
Proposition 1.21 (Infimum, supremum of subsets): Let 𝐴,𝐵 ⊂ℝ be non-empty sets such that 𝐴 ⊂𝐵, then inf𝐴 ≥inf𝐵 and sup𝐴 ≤sup𝐵.
Proposition 1.22 (Property of infimum, supremum)
: Let
𝐴 ⊂ℝ be a nonempty set. Then, if
𝐴 is
- bounded from below, for any 𝛿 >0 we have ∃𝑥 ∈𝐴 :𝑥 <inf𝐴 +𝛿
- bounded from above, for any 𝛿 >0 we have ∃𝑥 ∈𝐴 :𝑥 <sup𝐴 −𝛿
1.2.5 On the Completion of the Real Numbers
ℝ is not bounded and hence infℝ = −∞ and supℝ =∞.
Definition 1.23 (Extended real numbers): The set –ℝ =ℝ ∪{−∞,∞} =[ −∞,∞] are the extended real numbers.
It is important to note that by definition, −∞,∞ ∉ℝ, i.e. these objects are not numbers.
Note: Let
𝑥 ∈ℝ. Regarding algebraic operations, we rely on the following conventions regarding infinity:
- 𝑥 +∞ =∞ +𝑥 =∞
- 𝑥 −∞ = −∞ +𝑥 = −∞
- 𝑥 ⋅∞ =∞ ⋅𝑥 =∞ for 𝑥 >0
- 𝑥 ⋅( −∞) =( −∞) ⋅𝑥 = −∞ for 𝑥 >0
- −( −∞) =∞
- 0 ⋅∞ =∞ ⋅0 =0
- ∞ ⋅∞ =∞
Example (Order of extended real numbers): The statement 𝑎 ≤𝑏 if for any 𝜀 >0, 𝑎 ≤𝑏 +𝜀, remains valid for 𝑎,𝑏 ∈–ℝ. If 𝑎 =∞, then 𝑏 =∞ and hence 𝑎 =𝑏. If 𝑏 =∞, then either 𝑎 =𝑏 or 𝑎 <𝑏.
For future reference, we also write –ℝ+ =[0,∞) ∪{∞}.