Problem: Prove that there exists some real constant $A$ such that $$|e^{(2m+1)\pi e^{i\theta}}-1| \geq A > 0$$ for any natural numbers $m \geq 1$ and any real number $0 \leq \theta < 2\pi$.
Context: I am currently working on my bachelor's thesis and trying to show that the following contour integral tends towards zero for fixed $\Re(z) < 0$ for large natural numbers $m$: $\int_{|w| = (2m+1)\pi} \frac{(-w)^{z-1}}{e^w - 1}dw$. I could already find the following: \begin{equation} |\int_{|w| = (2m+1)\pi} \frac{(-w)^{z-1}}{e^{w} - 1} \thinspace dw| \leq\thinspace 2\pi (2m+1)\pi \max_{|w| =(2m+1)\pi}|\frac{(-w)^{z-1}}{e^{w} - 1}| \end{equation} but to continue I am trying to show the following inequality for any natural numbers $m \geq 1$ and any real number $0 \leq \theta < 2\pi$:
$$|e^{(2m+1)\pi e^{i\theta}}-1| \geq A > 0$$
for some real constant $A$. I do not need to know the specific constant but just that there is one. With this I could conclude: \begin{equation} |\int_{|w| = (2m+1)\pi} \frac{(-w)^{z-1}}{e^{w} - 1} \thinspace dw| \leq\thinspace 2\pi (2m+1)\pi \max_{|w| =(2m+1)\pi}|\frac{(-w)^{z-1}}{e^{w} - 1}| \leq \thinspace2\pi (2m+1)\pi \frac{((2m+1)\pi)^{\Re(z)-1}}{A} = \thinspace 2\pi \frac{((2m+1)\pi)^{\Re(z)}}{A} \xrightarrow{m\rightarrow\infty} 0. \end{equation}
The only problem is that I have no clue where to start, could someone give me an idea of how to maybe find something? I know that graphically $A \approx 1$ but besides that I am stuck.
Edit: I tried approaching this with the inverse triangle inequality but that won't get us there because if we write: $|e^{(2k+1)\pi e^{i\theta}}-1|\geq |e^{(2k+1)\pi \cos\theta}-1| $ then we can no longer find such an $A$ since $\theta = \frac{\pi}{2}$ will result in |1-1| = 0. So I am asking if someone maybe knows a different approach.
From the triangle inequality, we can write, $$\vert{e^{(2k+1) \pi e^{i \theta}}-1}\rvert \ge \vert \vert{e^{(2k+1) \pi e^{i \theta}}}\rvert -1 \rvert$$
Consider, $$e^{(2k+1) \pi e^{i \theta}}$$
You can write this in the form $e^{x+iy}$ where x and y are real numbers using Euler's Formula.
Then using the fact $\vert{e^{iy}}\rvert = 1$,
You can find boundary values for $e^{(2k+1) \pi e^{i \theta}}$. Then use that with the above inequality to find the value of A
Hope this helps...