Using Euler's identity, I was able to prove that $i = 0$, and I can't find where I went wrong.
Euler's identity, I recall being the following: $$e^{i \pi} = -1$$
From there, with a few changes like so: $e^{2 i \pi} = 1$
$e^{(2iπ+1)} = e$
I got:
$\ln e^{(2iπ+1)} = \ln e$
$2i \pi + 1 = 1$
$2i \pi = 0$
So, $i = 0$.
Which obviously is wrong. But I cannot find where I went wrong. Every step seems legit, so what law(s) did I break there?
Let's simplify the issue. It is true that $e^{2\pi i}=1$. It is equally true that $e^{0}=1$. So the powers must be equal, $2\pi i=0$ which implies $i=0$, right?
The issue with the argument is that the function $e^z$, where $z$ is a complex number, is not one-to-one, i.e. it associates multiple numbers $z$ with the same value (in this case $1$). In this case, the solutions of $e^z=1$ are $z=2n\pi i$, where $n$ is allowed to be any integer. So given $e^a=1=e^b$ doesn't require $a=b$.