Constructing complex numbers
For any pair of real numbers, \(a, b\in\mathbb{R}\), we can define a complex number \(a + bi\) where \(i\) is the imaginary unit (\(i = \sqrt{-1}\)). However, the imaginary unit is not a real number. What do we exactly mean by the expression like \(a + bi\)? We answer this question by constructing a system of complex numbers from the set of pairs of real numbers.
Recall \(\mathbb{R}^2\), the set of ordered pairs of real numbers:
\[\mathbb{R}^2 = \{(a, b) \mid a, b\in\mathbb{R}\}.\]
Each element of \(\mathbb{R}^2\) is something like \((a,b)\) where \(a, b\in \mathbb{R}\).
Let us define addition in \(\mathbb{R}^2\) by
\[(a, b) + (c, d) = (a + c, b + d)\]
where \((a,b), (c, d) \in\mathbb{R}^2\). Note that \(+\) on the left-hand side is the addition in \(\mathbb{R}^2\) being defined, and \(+\) on the right-hand side is the addition of real numbers (\(\mathbb{R}\)), which is already defined. Thus defined addition is commutative and associative (verify this):
\[(a, b) + (c, d) = (c, d) + (a, b).\]
Next, the addition in \(\mathbb{R}^2\) is associative:
\[(a,b) +((c,d) + (e,f)) = ((a,b) + (c,d)) + (e, f).\]
Exercise. Prove this. □
Because of the associativity, we can simply write
\[(a, b) + (c,d) + (e,f)\]
to indicate the sum of three or more pairs of real numbers.
We can see that \((0,0)\) is the additive identity in the sense that
\[(a, b) + (0, 0) = (a, b) ~ \forall (a,b)\in\mathbb{R}^2.\]
For each \((a,b) \in \mathbb{R}^2\), its additive inverse is \((-a, -b)\) in the sense that
\[(a, b) + (-a, -b) = (0, 0).\]
Next, we define a ``multiplication'' in \(\mathbb{R}^2\) by
\[(a, b)\star (c, d) = (ac-bd, ad+bc).\]
This multiplication is commutative:
\[(c, d)\star(a,b) = (ac-bd, ad+bc) = (a,b) \star (c, d).\]
It is also associative:
\[\begin{eqnarray*} ((a,b)\star(c,d))\star(e,f) &=& (ac - bd, ad+bc)\star(e,f)\\ &=&((ac - bd)e - (ad+bc)f, (ac-bd)f + (ad+bc)e)\\ &=&(ace - bde - adf - bcf, acf-bdf + ade + bce)\\ &=&(a(ce - df) - b(cf + de), a(cf + de) + b(ce -df))\\ &=&(a, b)\star(ce - df, de + cf)\\ &=&(a, b)\star((c, d)\star (e, f)). \end{eqnarray*}\]
\((1, 0)\) is the multiplicative identity in the sense that
\[(a, b)\star(1, 0) = (a, b) ~ \forall(a,b) \in \mathbb{R}^2.\]
Furthermore, we have the multiplicative inverse of \((a,b) \neq (0,0)\) that is
\(\left(\frac{a}{a^2 + b^2}, -\frac{b}{a^2 + b^2}\right)\) because
\[(a, b)\star\left(\frac{a}{a^2 + b^2}, -\frac{b}{a^2 + b^2}\right) = \left(\frac{a^2+b^2}{a^2 + b^2}, \frac{-ab + ba}{a^2 + b^2}\right) = (1, 0).\]
Consider the map \(\theta: \mathbb{R} \to \mathbb{R}^2\) defined by \(\theta(r) = (r, 0)\). This map is an injection and embeds \(\mathbb{R}\) into \(\mathbb{R}^2\). We use boldface \(\mathbf{x}\) as shorthand for \((x,0)\). e.g., \(\mathbf{7} = (7, 0)\). Let \(\mathbf{R} = \{(x, 0)\mid x \in \mathbb{R}\}\). The elements of \(\mathbf{R}\) behave exactly like those of \(\mathbb{R}\) (i.e., real numbers). \(\mathbf{2} + \mathbf{3}\) \(= (2, 0) + (3, 0) = (5 , 0) = \mathbf{5}\), \(\mathbf{6}\cdot\mathbf{7} = (6, 0)\star(7,0)\) \(= (6\cdot 7 - 0\cdot 0, 6\cdot 0 + 7\cdot 0) = (42, 0) = \mathbf{42}\).
Comments
Post a Comment