0

I seem to have proven that $e^{2\pi} = 1$. What is my mistake?
See here for proof.

enter image description here

DonAntonio
  • 211,718
  • 17
  • 136
  • 287

1 Answers1

4

$i^{2i} \neq (-1)^i$; this behavior with powers works over the reals, but because of branching, you can't do this over arbitrary complex numbers. You always want to go back to the exp function when computing powers, just to be safe.

  • @Challenger5 The right way to thank someone on this site is to accept their answer (the check mark). You can upvote it too (the up arrow). If there's more than one answer you can upvote several (but can only accept one). – Ethan Bolker Oct 22 '16 at 21:07