2 Real Numbers
2.1 Fields
Definition 1: Binary operation
Definition 2: Properties of binary operations
Let \(K\) be a set and \(\circ \ \colon K \times K \to K\) be a binary operation on \(K\). We say that:
- \(\circ\) is commutative if \[ x \circ y = y \circ x \,, \quad \, \forall \, x,y \in K \]
- \(\circ\) is associative if \[ (x \circ y) \circ z = x \circ (y \circ z) \,, \quad \, \forall \, x,y,z \in K \]
- An element \(e \in K\) is called neutral element of \(\circ\) if \[ x \circ e = e \circ x = x \,, \quad \, \forall \, x \in K \]
- Let \(e\) be a neutral element of \(\circ\) and let \(x \in K\). An element \(y \in K\) is called an inverse of \(x\) with respect to \(\circ\) if \[ x \circ y = y \circ x = e \,. \]
Example 3
Question. Let \(K=\{0,1\}\) be a set with binary operation \(\circ\) defined by the table \[ \begin{array}{c|cc} \circ & 0 & 1 \\ \hline 0 & 1 & 1 \\ 1 & 0 & 0 \\ \end{array} \]
Is \(\circ\) commutative? Justify your answer.
Is \(\circ\) associative? Justify your answer.
Solution.
The operation \(\circ\) is not commutative, since \[ 0 \circ 1 = 1 \neq 0 = 1 \circ 0 \,. \]
The operation \(\circ\) is not associative, since \[ (0 \circ 1) \circ 1 = 1 \circ 1 = 0 \,, \] while \[ 0 \circ (1 \circ 1) = 0 \circ 0 = 1 \,, \] so that \[ (0 \circ 1) \circ 1 \neq 0 \circ (1 \circ 1)\,. \]
2.2 Fields
Definition 4: Field
Let \(K\) be a set with binary operations of addition \[ +\ \colon K \times K \to K \,, \quad (x,y) \mapsto x + y \] and multiplication \[ \cdot\ \colon K \times K \to K \,, \quad (x,y) \mapsto x \cdot y = xy \,. \] We call the triple \((K, + , \cdot)\) a field if:
- The addition \(+\) satisfies: \(\,\forall \, x,y,z \in K\)
- (A1) Commutativity and Associativity: \[ x+y = y+x \] \[ (x+y)+z = x+(y+z) \]
- (A2) Additive Identity: There exists a neutral element in \(K\) for \(+\), which we call \(0\). It holds: \[ x + 0 = 0 + x = x \]
- (A3) Additive Inverse: There exists an inverse of \(x\) with respect to \(+\). We call this element the additive inverse of \(x\) and denote it by \(-x\). It holds \[ x + (-x) = (-x) + x = 0 \]
- The multiplication \(\cdot\) satisifes: \(\,\forall \, x,y,z \in K\)
- (M1) Commutativity and Associativity: \[ x \cdot y = y \cdot x \] \[ (x \cdot y) \cdot z = x \cdot (y \cdot z) \]
- (M2) Multiplicative Identity: There exists a neutral element in \(K\) for \(\cdot\), which we call \(1\). It holds: \[ x \cdot 1 = 1 \cdot x = x \]
- (M3) Multiplicative Inverse: If \(x \neq 0\) there exists an inverse of \(x\) with respect to \(\cdot\). We call this element the multiplicative inverse of \(x\) and denote it by \(x^{-1}\). It holds \[ x \cdot x^{-1} = x^{-1} \cdot x = 1 \]
- The operations \(+\) and \(\cdot\) are related by
- (AM) Distributive Property: \(\,\forall \, x,y,z \in K\) \[ x \cdot (y + z) = (x \cdot y) + (y \cdot z) \,. \]
Theorem 5
Definition 6: Subtraction and division
Let \((K,+,\cdot)\) be a field. We define:
Subtraction as the operation \(-\) defined by \[ x - y := x + (-y) \,, \quad \forall \, x , y \in K \,, \] where \(-y\) is the additive inverse of \(y\).
Division as the operation \(/\) defined by \[ x/y := x \cdot y^{-1}\,, \quad \forall \, x , y \in K \,, \,\, y \neq 0 \,, \] where \(y^{-1}\) is the multiplicative inverse of \(y\).
Proposition 7: Uniqueness of neutral elements and inverses
Let \((K,+,\cdot)\) be a field. Then
- There is a unique element in \(K\) with the property of \(0\).
- There is a unique element in \(K\) with the property of \(1\).
- For all \(x \in K\) there is a unique additive inverse \(-x\).
- For all \(x \in K\), \(x \neq 0\), there is a unique multiplicative inverse \(x^{-1}\).
Proof
- Suppose that \(0 \in K\) and \(\widetilde{0} \in K\) are both neutral element of \(+\), that is, they both satisfy (A2). Then \[ 0 + \widetilde{0} = 0 \] since \(\widetilde{0}\) is a neutral element for \(+\). Moreover \[ \widetilde{0} + 0 = \widetilde{0} \] since \(0\) is a neutral element for \(+\). By commutativity of \(+\), see property (A1), we have \[ 0 = 0 + \widetilde{0} = \widetilde{0} + 0 = \widetilde{0} \,, \] showing that \(0 = \widetilde{0}\). Hence the neutral element for \(+\) is unique.
- Exercise.
- Let \(x \in K\) and suppose that \(y, \widetilde{y} \in K\) are both additive inverses of \(x\), that is, they both satisfy (A3). Therefore \[ x + y = 0 \] since \(y\) is an additive inverse of \(x\) and \[ x + \widetilde{y} = 0 \] since \(\widetilde{y}\) is an additive inverse of \(x\). Therefore we can use commutativity and associativity and of \(+\), see property (A1), and the fact that \(0\) is the neutral element of \(+\), to infer \[\begin{align*} y & = y + 0 = y + (x + \widetilde{y}) \\ & = (y + x) + \widetilde{y} = (x + y) + \widetilde{y} \\ & = 0 + \widetilde{y} = \widetilde{y} \,, \end{align*}\] concluding that \(y = \widetilde{y}\). Thus there is a unique additive inverse of \(x\), and \[ y = \widetilde{y} = -x \,, \] with \(-x\) the element from property (A3).
- Exercise.
Theorem 8
Consider the sets \(\mathbb{N}\), \(\mathbb{Z}\), \(\mathbb{Q}\) with the usual operations \(+\) and \(\cdot\). We have:
\((\mathbb{N}, + , \cdot)\) is not a field.
\((\mathbb{Z}, + , \cdot)\) is not a field.
\((\mathbb{Q}, + , \cdot)\) is a field.
2.3 Ordered fields
Definition 9
Let \(K\) be a set with binary operations \(+\) and \(\cdot\), and with an order relation \(\leq\). We call \((K,+,\cdot,\leq)\) an ordered field if:
\((K,+,\cdot)\) is a field
There \(\leq\) is of total order on \(K\): \(\, \forall \, x, y, z \in K\)
- (O1) Reflexivity: \[ x \leq x \]
- (O2) Antisymmetry: \[ x \leq y \, \mbox{ and } \, y \leq x \,\, \implies \,\, x = y \]
- (O3) Transitivity: \[ x \leq y \,\, \mbox{ and } \,\, y \leq z \,\, \implies \,\, x = z \]
- (O4) Total order:
\[ x \leq y \,\, \mbox{ or } \,\, y \leq x \]
The operations \(+\) and \(\cdot\), and the total order \(\leq\), are related by the following properties: \(\, \forall x, y, z \in K\)
- (AM) Distributive: Relates addition and multiplication via \[ x \cdot (y + z) = x \cdot y + x \cdot z \]
- (AO) Relates addition and order with the requirement: \[ x \leq y \,\, \implies \,\, x + z \leq y + z \]
- (MO) Relates multiplication and order with the requirement: \[ x \geq 0, \, y \geq 0 \,\, \implies \,\, x \cdot y \geq 0 \]
Theorem 10
2.4 Supremum and infimum
In the following we assume that \((K,+,\cdot,\leq)\) is an ordered field.
Definition 11: Upper bound and bounded above
Let \(A \subseteq K\):
- We say that \(b \in K\) is an upper bound for \(A\) if \[ a \leq b \,, \quad \forall \, a \in A \,. \]
- We say that \(A\) is bounded above if there exists and upper bound \(b \in K\) for \(A\).
Definition 12: Supremum
- \(s\) is an upper bound for \(A\),
- \(s\) is the smallest upper bound of \(A\), that is, \[ \mbox{If } \, b \in K \, \mbox{ is upper bound for } \, A \, \mbox{ then } \, s \leq b \,. \]
If it exists, the supremum is denoted by \[ s := \sup \ A \,. \]
Remark 13
Proposition 14: Uniqueness of the supremum
Definition 15: Maximum
Proposition 16: Relationship between Max and Sup
Definition 17: Lower bound, bounded below, infimum, minimum
Let \(A \subseteq K\):
We say that \(l \in K\) is a lower bound for \(A\) if \[ l \leq a \,, \quad \forall \, a \in A \,. \]
We say that \(A\) is bounded below if there exists a lower bound \(l \in K\) for \(A\).
We say that \(i \in K\) is the greatest lower bound or infimum of \(A\) if:
- \(i\) is a lower bound for \(A\),
- \(i\) is the largest lower bound of \(A\), that is, \[ \mbox{If } \, l \in K \, \mbox{ is a lower bound for } \, A \, \mbox{ then } \, l \leq i \,. \] If it exists, the infimum is denoted by \[ i = \inf A \,. \]
We say that \(m \in K\) is the minimum of \(A\) if: \[ m \in A \,\, \mbox{ and } \,\, m \leq a \,, \, \forall a \in A \,. \] If it exists, we denote the minimum by \[ m = \min A \,. \]
Proposition 18
Let \(A \subseteq K\):
- If \(\inf A\) exists, then it is unique.
- If the minimum of \(A\) exists, then also the infimum exists, and \[ \inf A = \min A \,. \]
Proposition 19
Proposition 20: Relationship between sup and inf
Let \(A \subseteq K\). Define \[ - A := \{ - a \, \colon \,a \in A \} \,. \] They hold
- If \(\sup A\) exists, then \(\inf A\) exists and \[ \inf(-A) = - \sup A \,. \]
- If \(\inf A\) exists, then \(\sup A\) exists and \[ \sup(-A) = - \inf A \,. \]
2.5 Axioms of Real Numbers
Definition 21: Completeness
Let \((K,+,\cdot,\leq)\) be an ordered field. We say that \(K\) is complete if the following property holds:
- (AC) For every \(A \subseteq K\) non-empty and bounded above \[ \sup A \in K \,. \]
Theorem 22
- \(A\) is non-empty,
- \(A\) is bounded above,
- \(\sup A\) does not exist in \(\mathbb{Q}\).
One of such sets is, for example, \[ A = \{ q \in \mathbb{Q}\, \colon \,q \geq 0 \,, \,\, q^2 < 2 \} \,. \]
Proposition 23
Definition 24: System of Real Numbers \(\mathbb{R}\)
A system of Real Numbers is a set \(\mathbb{R}\) with two operations \(+\) and \(\cdot\), and a total order relation \(\leq\), such that
\((\mathbb{R},+,\cdot, \leq)\) is an ordered field
\(\mathbb{R}\) sastisfies the Axiom of Completeness
2.6 Inductive sets
Definition 25: Inductive set
Let \(S \subseteq \mathbb{R}\). We say that \(S\) is an inductive set if they are satisfied:
- \(1 \in S\),
- If \(x \in S\), then \((x + 1) \in S\).
Example 26
Question. Prove the following:
\(\mathbb{R}\) is an inductive set.
The set \(A=\{0,1\}\) is not an inductive set.
Solution.
We have that \(1 \in \mathbb{R}\) by axiom (M2). Moreover \((x + 1) \in \mathbb{R}\) for every \(x \in \mathbb{R}\), by definition of sum \(+\).
We have \(1 \in A\), but \((1 + 1) \notin A\), since \(1 + 1 \neq 0\).