Definition 1.1 (Set): Sets are defined by their elements A={ω1,ω2,…,ωn} or upon a certain property A={ω∣ω has property P}.
Example (Natural numbers): The set which contains the strictly positive integers 1,2,3,… is denoted with N. If n∈N, then so is n+1.
Note that it is a matter of convention whether 0∈N or not. For us, 0∈N.
Example (Integers):Z={−n∣n∈N}∩0∩N is the set of integers.
Example (Rational numbers):Q={q=mn∣n,m∈Z,m=0} is the set of rational numbers.
It can be shown that there does not exists q∈Q such that q2=2 showing that 2∈/Q. The same is true for π and e. These numbers belong to the set of real numbers R.
Definition 1.2 (Cartesian product): Let A1,…,An,n∈N, be a family of sets. The Cartesian product of A1,…,An is given by
i=1⨂nAi=A1×⋯×An={ω=(ω1,…,ωn)∣∀i∈{1,…,n}:ωi∈Ai}
An element ω of A1×⋯×An is referred to as a vector with coordinates ωi∈Ai,i=1,…,n. If ∀i∈{1,…,n}:Ai=A, we write ⨂i=1nAi=An. The space Rk is reffered to as the real coordinate space of dimension k.
Definition 1.3 (Set operations): Let A and B be two sets, then we define the following set operations:
Equality:A=B iff A and B contain the same elements
Inclusion:A⊂B iff ω∈A implies ω∈B
Intersection:A∩B={ω∣ω∈A and ω∈B}
Union:A∪B={ω∣ω∈A or ω∈B}
Set difference:A∖B={ω∣ω∈A and ω∈/B}
Let {Ai∣i∈I} be a family of sets, then the intersection of all Ai is the set
i∈I⋂Ai={ω∣∀i∈I:ω∈Ai}
and the union of all Ai is the set
i∈I⋃Ai={ω∣∃i∈I:ω∈Ai}
1.1.2 Elementary Properties
Let A,B and C be some sets.
Proposition 1.4 (Properties of inclusion):
A⊂A
∅⊂A
A⊂B and B⊂A⟺A=B
A⊂B and B⊂C⟹A⊂C
Proposition 1.5 (Associativity):
(A∪B)∪C=A∪(B∪C)
(A∩B)∩C=A∩(B∩C)
Proposition 1.6 (Commutativity):
A∪B=B∪A
A∩B=B∩A
Proposition 1.7 (Distributive law):
A∩(B∪C)=(A∩B)∪(A∩C)
A∪(B∩C)=(A∪B)∩(A∪C)
Proposition 1.8 (Properties of set difference):
C∖(A∩B)=(C∖A)∪(C∖B)
C∖(A∪B)=(C∖A)∩(C∖B)
(B∖A)∩C=(B∩C)∖A
(B∖A)∪C=(B∪C)∖(A∖C)
1.1.3 The Empty Set
Definition 1.9 (Empty set): The set which has no elements is called the empty set and denoted with ∅.
Proposition 1.10: Given any set A, it always holds that ∅⊂A.
Further, ∅∩A=∅ and ∅∪A=A.
Definition 1.11 (Disjoint sets): Let A and B be two sets. A and B are said to be disjoint if A∩B=∅.
More generally, let {Ai∣i∈I} be any family of sets. {Ai∣i∈I} is said to be disjoint if ∀i=j:Ai∩Aj=∅.
1.1.4 On Families of Subsets
It is often the case that a particular set Ω is given and one only considers subsets A⊂Ω.
Definition 1.12 (Complement): Let A⊂Ω, then the complement of A is Ac=Ω∖A.
Proposition 1.13 (Properties of complements): Let A and B be subsets of Ω.
A∪Ac=Ω
A∩Ac=∅
A∖B=A∩Bc
∅c=Ω
Ωc=∅
(A⊂B)⟹(Bc⊂Ac)
(Ac)c=A
Further, we have the following properties for the complement of intersections and unions.
Proposition 1.14 (De Morgan's laws): Let A and B be subsets of Ω.
(A∩B)c=Ac∪Bc
(A∪B)c=Ac∩Bc
More generally, for an arbitrary family of subsets {Ai∣Ai⊂Ω,i∈I} we have:
(i∈I⋂Ai)c=i∈I⋃Aic(i∈I⋃Ai)c=i∈I⋂Aic
1.2 Order Structure of the Real Numbers
1.2.1 Supremum and Infimum
Definition 1.15 (Upper and lower bound): Let A⊂R. An element s∈R is called an upper (respectively lower) bound of A, if x≤s (respectively x≥s) for all x∈A.
If A has an upper (respectively lower) bound then we say that A is bounded from above (respectively below). If A is bounded from below and above, A is called bounded.
Definition 1.16 (Intervals): Let a,b∈R and a<b.
[a,b]={x∈R∣a≤x≤b} is a closed interval
(a,b)={x∈R∣a<x<b} is an open interval
[a,b)={x∈R∣a≤x<b} is a right-open interval
(a,b]={x∈R∣a<x≤b} is a left-open interval
A set A⊂R is said to be an interval if it is either closed, open, right-open or left-open.
Definition 1.17 (Supremum): Let A⊂R be a set. An element s∈R is called supremum of A and we write s=supA if
s is an upper bound of A
every s′<s is not an upper bound of A
Example (Supremum): Let A=[0,1). We can prove that 1 is the smallest upper bound for A and hence supA=1. Note that supA∈/A, i.e. the supremum must not be an element of the set itself.
Definition 1.18 (Infimum): Let A⊂R be a set. An element s∈R is called infimum of A and we write s=infA if
s is a lower bound of A
every s′>s is not an lower bound of A
Example (Infimum): Let A=[0,1), then 0 is the minimum for A and hence infA=0.
Definition 1.19 (Maximum and minimum): Let A⊂R. If s=supA∈A (respectively s=infA∈A) we call s the maximum (respectively the minimum) of A.
The following result shows that for each nonempty subset of the real line which has an upper (respectively lower) bound, the supremum (respectively infimum) exists as an element of R.
Proposition 1.20 (Existence of supremum, infimum): Let A⊂R s.t. A=∅. Suppose that there exists an upper (respectively lower) bound for A. Then, supA∈R (respectively infA∈R).
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 Q are helpful.
Proposition 1.21 (Q is dense in R): For any two real numbers x1,x2∈R, say x1<x2, there exists a rational number q∈Q such that x1<q<x2.
Example (Proof of sup[0,1)=1): Suppose there exists a smaller upper bound s′<1. Note that [0,1)∩(s′,1)=(s′,1) is not empty as per Proposition 1.21 we can find a q∈Q⊂R such that q∈(s′,1), hence s′ is no upper bound.
Proposition 1.22 (Infimum, supremum of subsets): Let A,B⊂R be non-empty sets such that A⊂B, then infA≥infB and supA≤supB.
Proposition 1.23: Let A⊂R be a nonempty set. Then, if A is bounded from below (respectively above), for any δ>0 we have ∃x∈A:x<infA+δ (respectively ∃x∈A:x<supA−δ).
1.2.3 Infima and Suprema of Unbounded Sets
Definition 1.24 (Infinity): Let A⊂R such that A=∅. We define
supA=∞ if A has no upper bound
infA=−∞ if A has no lower bound
Definition 1.25 (Unbounded intervals): Let a,b∈R. The unbounded real intervals are given by the sets
[a,∞)={x∈R:a≤x<∞}
(a,∞)={x∈R:a<x<∞}
(∞,b]={x∈R:∞<x≤b}
(∞,b)={x∈R:∞<x<b}
1.2.4 On the Completion of the Real Numbers
R is not bounded and hence infR=−∞ and supR=∞.
Definition 1.26 (Extended real numbers): The set R=R∪{−∞,∞}=[−∞,∞] are the extended real numbers.
It is important to note that by definition, −∞,∞∈R, i.e. these objects are not numbers.
Note: Let x∈R. Regarding algebraic operations, we rely on the following conventions regarding infinity:
x+∞=∞+x=∞
x−∞=−∞+x=−∞
x⋅∞=∞⋅x=∞ for x>0
x⋅(−∞)=(−∞)⋅x=−∞ for x>0
−(−∞)=∞
0⋅∞=∞⋅0=0
∞⋅∞=∞
Example (Order of extended real numbers): The statement a≤b if for any ε>0,a≤b+ε, remains valid for a,b∈R. If a=∞, then b=∞ and hence a=b. If b=∞, then either a=b or a<b.
For future reference, we also write R+=[0,∞)∪{∞}.