Total ordering on complex numbers

If we had an order on the complex numbers, then either $i \prec 0$ or $0 \prec i$.

If $0 \prec i$, then $$0i \prec ii \implies 0 \prec -1$$

Then since $0 \prec -1$, we see that $0 \prec (-1)^2 = 1$. Using (iii) we get

$$0 \prec -1 \implies 1 = 0 + 1 \prec -1 + 1 = 0 \implies 1 \prec 0 \prec 1$$

contradicts (i). The case that $i \prec 0$ is similar. Just use (ii) and add $(-i)$ both sides.


There is a well-known geometric interpretation of complex multiplication as a scaling followed by a rotation on a vector in the plane.

In brief, if $z_1$ is a complex number represented in the polar form $|z_1|e^{i \theta}$, then multiplying $z_2$ by $z_1$ is equivalent to scaling $z_2$ by $|z_1|$ and rotating it counterclockwise by $\theta$.

Here is a proof using this idea. Suppose $0 \prec 1$.

In the picture links 'red' means '$\succ$' and 'blue' means '$\prec$'.

Multiplying the values on sides by the complex unit vectors $e^{i \theta}$ is equivalent to rotating them by $\theta$. When we do so for $\theta \in [0, 2 \pi]$ 1 becomes the unit circle, while 0 remains the same. Because our ordering is preserved by complex multiplication, everything on the unit circle $\succ$ 0.

On the other hand, adding a real number $x$ to both sides is equivalent to translating the values along the x-axis. When we translate 0 and 1 by all of the real numbers $x$, we find that everything to the 'right' of zero $\succ$ 0, and everything to the 'left' of zero $\prec$ 0.

By inspecting the pictures, we see that complex multiplication forces $-1 \succ 0$, while complex addition forces $-1 \prec 0$. A contradiction!

With a little work this can be made rigorous. The idea also informs a variety of alternative proofs for this theorem. For example, the accepted answer uses rotation by unit vectors and translation along the imaginary axis to provide the contradiction.