I'm trying to calculate this expression $e^{i2\pi ab}$ where $a$ is an integer and $b$ is a real number.
One of the laws of exponents states that $a^{bc}=\left(a^b\right)^c$.
Applying that law gives us $e^{i2\pi ab}=\left(e^{i2\pi a}\right)^{b}$. Furthermore we know that $e^{i2\pi n}=1 $, $ \forall n \in \mathbb Z$.
Which means that $\left(e^{i2\pi a}\right)^{b}=1^b=1$. However this is wrong for $b\in \mathbb {R}$. In which of the steps have I made en error?