$\mathbf {The \ Problem \ is}:$ Let, $z_1,z_2 \cdots z_n$ be such that the real and imaginary parts of each $z_i$ are non-negative . Show that $$\bigg|\sum_{i=1}^n z_i\bigg| \geq \frac{1}{\sqrt2} \sum_{i=1}^n |z_i|.$$
$\mathbf {My \ approach} :$ Actually, at a very first glance, it seems that it can be proved using induction ,but I tried by using the triangular in-equality, though it didn't work .
I think there are some tricks related to it, a small hint is warmly appreciated .
Since it was somewhere tagged as duplicate here my answer:
You may use
Let $z_k = x_k + iy_k$ for $k=1, \ldots , n$ where $x_k,y_k\geq 0$.
$$\left(\sum_{k=1}^n \lvert z_k \rvert\right)^2 =\left(\sum_{k=1}^n \sqrt{x_k^2 + y_k^2}\right)^2 \leq \left(\sum_{k=1}^n \left(x_k + y_k\right)\right)^2$$ $$= \left(\sum_{k=1}^n x_k + \sum_{k=1}^n y_k\right)^2$$ $$\leq 2\left(\left(\sum_{k=1}^n x_k\right)^2 + \left(\sum_{k=1}^n y_k\right)^2\right) = 2 \lvert \sum_{k=1}^n z_k \rvert^2$$