Real and Complex Number Systems
\[ \def\BB#1{{\mathbb{#1}}} \def\BF#1{{\mathbf{#1}}} \]
yedlu, Winter 2025
Introduction and Rationale
The introduction of real number set \(\BB{R}\) arises from the discovery that the rational number system (\(\BB{Q}\)) is inadequate in many scenarios. “Irrational numbers” is then introduced to fill the gap and is often approximated by rational numbers.
(Complex number set \(\BB{C}\) is introduced to fill the gap of algebraic calculations on real numbers.)
Here’s an example that shows the need of extension from the rational number system.
Conceptual Background
We have shown that the real number set \(\BB{R}\) is needed to solve some problems in rational number “calculations”. Nevertheless, we would need some building blocks in order to rigorously define what real number set is.
Set Notations
Let \(A, B\) be sets.
Notation | Explanation |
---|---|
\(A = \emptyset\) | Empty Set: \(A\) has no elements. |
\(x \in A\) | \(x\) is an element of \(A\). |
\(x \notin A\) | \(x\) is not an element of \(A\). |
\(A \subset B\) | \(\forall x \in A \implies x \in B\) |
\(A = B\) | \(A \subset B \wedge B \subset A\) |
Ordered Sets
This is a basic concept that can been seen anywhere (and is usually assumed to be a common fact). We will show how to define ordered sets rigorously.
Boundness
We here define several (upper) bound properties in a rigorous way. Same arguments for lower bound properties.
Least-Upper-Bound (LUB) Property
This property turns out to be useful in defining and understanding \(\BB{R}\).
Using our findings above, we can show that \(\BB{Q}\) does not have the LUB property:
Symmetry in Least-Upper-Boundness
Fields
We’ve learnt rules on additions and multiplications since ages. But how to properly define operations and other related topics? The concept of fields comes in.
Field Axioms
(A) Addition
# | Name | Description |
---|---|---|
A1 | Closure | \(x, y \in F \implies x+y \in F\) |
A2 | Commutativity | \((\forall x,y \in F) \quad x+y = y+x\) |
A3 | Associativity | \((\forall x,y,z \in F) \quad (x+y)+z = x+(y+z)\) |
A4 | Identity | \((\exists 0 \in F)(\forall x \in F) \quad 0+x = x\) |
A5 | Inverse | \((\forall x \in F)(\exists -x \in F)x+(-x) = 0\) |
(M) Multiplication
# | Name | Description |
---|---|---|
M1 | Closure | \(x, y \in F \implies xy \in F\) |
M2 | Commutativity | \((\forall x,y \in F) \quad xy=yx\) |
M3 | Associativity | \((\forall x,y,z \in F) \quad (xy)z = x(yz)\) |
M4 | Identity | \((\exists 1 \in F)(\forall x \in F) \quad 1x = x\) |
M5 | Inverse | \((\forall x \in F)(\exists \, 1/x \in F) \quad x \cdot 1/x = 1\) |
(D) The Distributive Law
For all \(x,y,z \in F\):
\[\begin{aligned} x(y+z) &= xy + xz \end{aligned}\]