1: Discovering of negative numbers.
Assume a and b are positive integers
$x+a=b$ ----> if $b>a$ then $x$ is positive integer
$x+a=b$ ----> if $b=a$ then $x=0$
$x+a=b$ ----> if $b<a$ then $x=b-a$ is negative integer
2: Discovering of rational numbers.
$x+x+....+x=a.x=b$ ----> $b \equiv k\pmod a$ if $k$ is not zer0, $x=\frac{b}{a}$ is not integer .
3: Discovering of irrational numbers
$x+x+x......+x=x.x=x^2=2$ ----> $x=\sqrt{2}$ is not rational number
4: Discovering of complex numbers
$x^2=-1$ ----> $x$ is not irrational number
I wonder what 5th step can be for next generation numbers. Is there any known operator or equation to find next generation numbers?
or in other words, Are the complex numbers end of story for numbers to be found as an equation via an operator?
Could you please tell me your ideas and share your knowledge about this subject?
NOTE: I know the quaternions that are a number system that extends the complex numbers. Actually I wonder if possible or not to define next generation numbers via known operators or new operator such as previous numbers (negative numbers,rational numbers,irrational numbers, complex numbers) were defined as equation of $x$.
Thank you very much for answers and links.