Does it make sense to consider the set of complex numbers without the operations defined on it

complex numbersdefinition

I was thinking about how the imaginary unit $i$ is in fact not defined as "$\sqrt{-1}$" since the square root function is only defined on positive real numbers, but (roughly) as an object such that $i^2=-1$.
Then I realised that, in all rigor, it does not make much sense to define $i$ by the value of its square if we haven't defined what it means to square a complex number, i.e. we're defining $i$ according to some operation on it that we haven't defined.
In light of that, I reason that if we want to define the set of complex numbers, we must at least say that:

  1. $\mathbb R \subset \mathbb C$

  2. There exists a non-real complex number, namely $i$.

  3. We're defining two operations on the complex numbers, namely $+$ and $\ast$, with such and such properties, in particular the property that $i\ast i=-1$.

In that case, it seems to me that whenever one talks about complex numbers, the notion of the operations defined on it always come with it, especially the notion of complex multiplication. Therefore, does it make sense to talk about the set of complex numbers "on its own", i.e. not $(\mathbb C,+,\ast)$ but just $\mathbb C$, completely independently of any operations defined on its elements ?

Best Answer

You are right. The expressions $i=\sqrt{-1}$ and $i^2=-1$ are "symbolic" and have no validity as definitions.

A very simple way is to define the complex numbers as pairs of reals, and the definitions of arithmetic operations

$$(a,b)+(c,d)=(a+c,b+d)$$ and $$(a,b)\cdot(c,d)=(ac-bd,ad+bc).$$

In particular, this implies

$$(0,1)^2=(-1,0).$$

It is no big deal to show that $(a,b)$ can equivalently be denoted $a+ib$ where $i$ is a reserved symbol.

In this sense, $\mathbb C=\{(a,b):a,b\in\mathbb R\}$, with no operation defined. $\mathbb R\subset\mathbb C$ does not hold, but $\mathbb R\times\{0\}\subset\mathbb C$ does. (These real complex numbers are also denoted $a+i0$, or $a$, for short.)