I have a geometric series like this :
$$\sum_{n=-\infty}^{-1}a^{-n}e^{-jwn}$$
When I make $m = -n$ substituion, it becomes this : $$\sum_{m=1}^{\infty}(ae^{jw})^m$$
And when I calculate summation, the result becomes : $ae^{jw}/(1-ae{^jw})$
I can't understand why we end up with this result. I know that geometric series solution is this :

But when I apply this formula, I can't find this result. How do we calculate the nominator of the result as ae^jw ? a and w are constants and j is the imaginary number, namely square root of -1 Thanks.