1

I understand that imaginary numbers have turned out to be very useful but aren't there rules in mathematics that prevent you from inventing objects which, as far as I can see, contradict some mathematical rules?

To me, defining a number to be the $\sqrt{-1}$ is like defining a number that, when divided by zero, gives you $\pi$. Or defining a number to be "the largest prime number".

  • Division by zero always results in an undefined quantity, which can be contextually defined. Defining the largest prime number results directly in a contradiction. Defining a number which is a square root of negative one results in new information which as far as I am aware does not lead to any contradictions. Can you refine your question? – abiessu Nov 29 '21 at 01:32
  • 2
    You can define a complex number to be an order pair $(a,b)$ of real numbers. Then the complex number $i$ is just the ordered pair $(0,1)$. We define addition and multiplication of these ordered pairs in a certain way (I’ll omit the formulas) so that the usual rules of arithmetic (distributive property, etc) hold true and also $i^2 = (-1,0)$. So there’s no problem. More details are given in Spivak’s book Calculus, for example. – littleO Nov 29 '21 at 01:37
  • 1
    Why should a number that satisfies the polynomial $x^2 + 1$ be any more mystifying than a number that satisfies the polynomial $x^2 - 2$? – Oiler Nov 29 '21 at 01:44
  • 1
    I realize this is a badly worded question but I do not have the mathematical knowledge to ask it more precisely. I am trying to express my unease from first being told that there is no solution to sqrt(-1) and later being told it was "i". It seemed like a trick. – Garincha Nov 29 '21 at 01:51
  • 1
    @Garincha there is no solution to $x^2+1=0$ in $\mathbb{R}$, so we construct a larger set of numbers $\mathbb{C}$ where there is one. You might think that you could consider other polynomials that still don't have solutions and append those as well, but it turns out that $\mathbb{C}$ is algebraically closed (all nonconstant polynomials have roots). – podiki Nov 29 '21 at 01:53
  • Was it valid?

    Yes, yes it was.... :)

    – Shooting Stars Nov 29 '21 at 01:57
  • Historically, I think there was a lot of resistance to complex numbers until the beautiful geometric interpretation of complex numbers was discovered / understood. I think that made complex numbers seem much more tangible. – littleO Nov 29 '21 at 02:09
  • Thanks to multiple people for answering this question that has been bugging me for years. The answer was simpler than I expected. I wish my high school maths teacher had explained this. – Garincha Nov 29 '21 at 02:17
  • Perhaps of interest too: https://math.stackexchange.com/questions/259584/why-dont-we-define-imaginary-numbers-for-every-impossibility – Hans Lundmark Nov 29 '21 at 12:29

2 Answers2

3

Historically, there was a lot of pushback to the complex numbers (and negative numbers, and analyzing divergent series, ...). It is hand wavy to just define things into existence.

There’s generally two approaches to this kind of thing. The first is to just define whatever you want and hope it works out. This is the most straightforward approach in textbooks lacking rigor, and when you have a reasonable intuition for what’s going on, is the quickest to get into the usage of things, but isn’t mathematically rigorous. It’s not necessary for most high schoolers to know how to prove that real or complex numbers can exist without contradictions, it’s simple enough to just assume they exist by their axioms and go from there.

The more rigorous approach is to construct the new framework in terms of an old framework and show that this new thing satisfies all the axioms that you’d want. Then, if your new framework caused contradictions, it would imply contradictions in the old one. Rationals are defined as pairs of integers. For real numbers, this is done with Dedekind cuts on top of rational numbers. For complex numbers, you define a pair of real numbers $(a,b)$ represented as $a+bi$ as a complex number and go from there showing that it satisfies all the axioms except ordering.

In fact, with the right framework and by modifying your definitions slightly, you can define a framework with infinitely small or big numbers (the hyperreal numbers), or one where there’s a number that comes after every other number (ordinals), but you need to break assumptions about numbers replacing them with something similar and define complicated constructions.

Eric
  • 6,348
1

It's true that you can't (invent new mathematics that leads to a contradiction. (Or, better, shouldn't if you want your invention to be useful.)

Properly adding a square root of $-1$ to the set of things you call "numbers" does not lead to a contradiction. No rules are broken. The new "numbers" of the form $a+bi$ satisfy all the ordinary rules of arithmetic. None are broken.

It remains true that $-1$ has no square root in the original set, but that absence is not a "rule".

You can't add a number $q$ such that dividing it by $0$ gives you $\pi$ and still keep all the ordinary rules of arithmetic. If $q/0 = \pi$ then $q = 0 \times \pi = 0$ so $q$ wasn't a new number at all and doesn't do what you created it to do.

Ethan Bolker
  • 95,224
  • 7
  • 108
  • 199