Proof the complex numbers cannot be ordered
In this post, we will demonstrate why the complex numbers,
Some background information on fields
You may have heard that the set of complex numbers endowed with operations for addition and multiplication
- closure under addition, that is
is also in , - an additive identity (zero),
having the property that , - additive inverses for all its elements, that is, a
for each such that , - commutativity of addition, that is
, - associativity of addition, that is
, - closure under multiplication, that is
is also in , - a multiplicative identity (one),
in having the property that , - multiplicative inverses for all its elements except
, that is, a for each such that , - commutativity of multiplication, that is
, - associativity of multiplication, that is
, and - distributivity of multiplication over addition, that is,
.
A good exercise is to verify all of the above properties hold for
But why is being a field such a big deal? Knowing
Ordered fields
That’s not to say all properties of all fields are shared, otherwise there would be no reason for others to exist. One such property we cannot take for granted from other fields such as
For an ordering to exist, our field must have a notion of a positive cone, a strict subset
is closed under addition and multiplication, that is, for and in , we have that both and are also in ,- any element of the field multiplied by itself is in
. In other words, for any element of the field , we have that is in , - any element of the field is either in
, its additive inverse is in , or it is zero. In other words, for any element of the field , either or is in , or .
Note that the above is indeed true in
The proof
Let’s begin by supposing
Let’s consider the complex number
- If
is in , then by point (2) in the definition above, is also in . But then we have that is also in by point (2) again. So both and are in but this directly contradicts point (3)! Therefore, cannot be in . - Similarly, if
is in , then by point (2), is also in and we will arrive at the same contradiction to point (3) in this case. Therefore, cannot be in either.
We have our contradiction, specifically to point (3)–neither
Therefore, the assumption must have been wrong and
Followup questions
cannot have any concept of “positive” or “negative”, it cannot be endowed with any ordering relations such as “less-than” or “greater-than”. Can you construct any attempts at imposing order on the complex numbers regardless? This would arise to contradictions but think about maintaining as many field properties as possible by doing so.- There are subsets of
which are ordered fields in and of themselves. See if you can find an example.