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
An element ω of A1×⋯×An is referred to as a vector with coordinates ωi∈Ai,i=1,…,n. If Ai=A,i=1,…,n, 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 \cap B = \qty{\omega : \omega \in A \text{ and } \omega \in B}
Union:
A \cup B = \qty{\omega : \omega \in A \text{ or } \omega \in B}
Set difference:
A \setminus B = \qty{\omega : \omega \in A \text{ and } \omega \notin B}
Let
\qty{A_i : i \in I}
be a family of sets, then the intersection of all Ai is the set
\bigcap_{i\in I} A_i = \qty{\omega : \qty(\forall i \in I : \omega \in A_i)}
and the union of all Ai is the set
\bigcup_{i\in I} A_i = \qty{\omega : \qty(\exists i \in I : \omega \in A_i)}
1.1.2 Elementary Properties
Proposition 1.4 (Properties of set operations): Let A,B and C be some sets.
Properties of inclusion:
A⊂A
∅⊂A
A⊂BandB⊂A⟺A=B
A⊂BandB⊂C⟹A⊂C
Associativity:
(A∪B)∪C=A∪(B∪C)
(A∩B)∩C=A∩(B∩C)
Commutativity:
A∪B=B∪A
A∩B=B∩A
Distributive law:
A∩(B∪C)=(A∩B)∪(A∩C)
A∪(B∩C)=(A∪B)∩(A∪C)
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 A,∅⊂A.
Further, ∅∩A=∅ and ∅∪A=A.
Definition 1.7 (Disjoint sets): Let A and B be two sets. A and B are said to be disjoint if A∩B=∅.
More generally, let
\qty{A_i : i \in I}
be any family of sets.
\qty{A_i : i \in I}
is said to be disjoint if Ai∩Aj=∅ for all i=j.
1.1.4 Results on Set Differences
Proposition 1.8 (Properties of set differences): Let A,B and C be some sets.
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.5 On Families of Subsets
It is often the case that a particular set Ω is given and one only considers subsets A⊂Ω.
Definition 1.9 (Complement): Let A⊂Ω, then the complement of A is Ac=Ω∖A.
Proposition 1.10 (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.11 (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
Definition 1.12 (Upper and lower bound): Let A⊂R. An element s∈R is called an upper (resp. lower) bound of A, if x≤s (resp. x≥s) for all x∈A.
If A has an upper (resp. lower) bound then we say that A is bounded from above (resp. below). If A is bounded from below and above, A is called bounded.
Definition 1.13 (Intervals): Let a<b,a,b∈R.
[a,b] = \qty{x \in \R : a \leq x \leq b}
is a closed interval
(a,b) = \qty{x \in \R: a < x < b}
is an open interval
[a,b) = \qty{x \in \R: a \leq x < b}
is a right-open interval
(a,b] = \qty{x \in \R: a < x \leq b}
is a left-open interval
A set I⊂R is said to be an interval if it is either closed, open, right-open or left-open.
Definition 1.14 (Supremum): Let A⊂R be a set. An element s∈R is called supremum of A and we write s=supA if s is the smallest upper bound of A, i.e.:
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.15 (Infimum): Let A⊂R be a set. An element s∈R is called infimum of A and we write s=infA if s is the greatest lower bound of A, i.e.:
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.16 (Maximum and minimum): Let A⊂R. If s=supA∈A (resp. s=infA∈A) we call s the maximum (resp. the minimum) of A.
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 R.
Proposition 1.17 (Existence of supremum, infimum): Let A⊂R s.t. A=∅. Suppose that there exists an upper (resp. lower) bound for A. Then, supA∈R (resp. 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.18 (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 the aforementioned proposition we can find a q∈Q⊂R such that q∈(s′,1), hence s′ is no upper bound.
1.2.3 Infima and Suprema of Unbounded Sets
Definition 1.19 (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.20 (Unbounded intervals): Let a,b∈R. The unbounded real intervals are given by the sets
[a, \infty) = \qty{x \in \R : a \leq x \lt \infty}
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.