Question about an inequality on a proof

140 Views Asked by At

I'm stuck on a proof. There's a step that says:

$$ \left| \Im\left(\frac{1-e^{i(N+1)x}}{1-e^{ix}}\right)\right| \leq \left| (\frac{1-e^{i(N+1)x}}{1-e^{ix}}) \right|,\quad \text{with } N \in \mathbb{N} $$

I've tried to see this "intuitively" but I'm not able to see this as clear as my professor sees it. I'd appreciate any help with this.

Thanks.

3

There are 3 best solutions below

0
On BEST ANSWER

Hint. The inequality basically states

$$\left|\Im(z)\right| \leq \left|z\right| = \sqrt{\Re(z)^2+\Im(z)^2} \qquad z \in \Bbb C$$

For an intuitive understanding just think of the complex plane.

0
On

For $a,b\in\mathbb R$, we have $|a+bi|^2 = a^2 + b^2 \ge b^2$, so $|a+bi| \ge |b|$.

0
On

Basically for all $a,b \in \mathbb R$ we have $$|a+bi|=\sqrt{a^2+b^2} \geq \sqrt{b^2} = |b|$$

I feel this is written a little clearer than the other answers.