My question concerns the construction of the complex numbers, why complex multiplication is the way it is, and why $i$ must be $(0,1)$. All the arguments I have seen tend to rely on the fact that we can represent each complex number uniquely as $a + bi$, which seems to assume that $i = (0,1)$, or they assume that we know the formula for complex multiplication already. I am wondering whether “$i = (0,1)$”, and the formula for complex multiplication, can be deduced.
Suppose the following: There exists a way to turn $\mathbb{R}^2$ into a field. Call this field $\mathbb{F}$, with addition and multiplication given by $+$ and $\times$, respectively.
The addition in $\mathbb{F}$ is the usual vector addition: $(a,b) + (c,d) = (a + c, b + d)$.
The multiplication in $\mathbb{F}$ is not yet known explicitly. (But since $\mathbb{F}$ is a field, the multiplication must obey all the usual laws like distributivity, associativity, etc.)
We require that $(a,b) \times (1,0) = (a,b)$ for all $(a,b)$. (This is reasonable: If $\mathbb{F}$ is to “extend” $\mathbb{R}$, where $\mathbb{R}$ is thought of as lying on the $x$-axis, then the multiplicative identity should remain the same.)
There exists a number $i \in \mathbb{F}$ such that $i^2 = -1$. (This is reasonable: The whole point is that we want to have closure, to have roots even for negative numbers.)
From this, can we deduce that $i = (0,1)$? And that $\times$ is the usual complex multiplication? In short, is $\mathbb{F} = \mathbb{C}$?
Preferably, the deduction should come from elementary observations of the various algebraic properties of $\mathbb{F}$, instead of citing results like "$\mathbb{C}$ is the unique field extension of $\mathbb{R}$ that is 2-dimensional over $\mathbb{R}$..." etc., unless necessary.
My attempt:
By the distributive and associative laws, $z(x + y) = zx + zy$ and $z(cx) = c(zx)$ for all complex $z, x, y$ and scalars $c$. This means that each complex number $z = (a,b)$ can be viewed as a linear transformation, mapping vectors of the plane to other vectors of the plane. Thus, we can think of $z$ as a $2 \times 2$ matrix. From the identity $ze_1 = z$, the first column of the matrix is $(a,b)$. But here is where I am stuck. Aren’t there infinitely many possibilities for the second column? That is, why can’t we allow $ze_2$ to take on a value other than $(-b,a)$?