-3

Pretty simple, but I'm sure there's some subtlety to it I'm missing.

$$(-i)^2=1 \Rightarrow \sqrt{1}=-i \Rightarrow 1=-i$$

Looking at an Argand diagram however, gives some reason to doubt this.

Edit: as is pointed out in the comments/answers this is all kinds of wrong:

primarily, $(-i)^2=(-1)(-1)(i)(i)=i^2=-1$.

also, $a^2=b \Rightarrow \pm a=\sqrt{b}$

Alex DB
  • 199

3 Answers3

4

There are two errors in this proof, which both have been mentioned in comments and answers, but it is worth putting them together, for completeness.

(1) It is not true that $(-i)^2=1$. Indeed, for any $x$, $x^2=(-x)^2$, so $(-i)^2=i^2=-1$.

(2) In generally, knowing that $x^2=y^2$ does not let you conclude that $x=y$. The most obvious example is $x=-1,y=1$.

Thomas Andrews
  • 177,126
3

Hint:

$$ (-i)^2=(-i)(-i)=(-1)(i)(-1)(i)=(-1)(-1)(i)(i)=(i)(i)=i^2=-1 $$

so, you have ''missed'' the difference between $(-i)^2$ and $-(i)^2$

Emilio Novati
  • 62,675
1

The problem is that $\sqrt{x^2}=|x|,$ which is only $x$ for real values greater than or equal to zero.

In your case $|\pm i|=1,$ but NOT when you drop absolute values.

John Molokach
  • 1,885
  • 15
  • 19