So I get that the triangle inequality shows that $|z_1 + z_2| \leq |z_1| + |z_2|$.But I do not understand how,
$$z_2 \overline{z_1} + z_1 \overline{z_2} = 2\Re(z_2 \overline{z_1}) \leq 2∣z_2 \overline{z_1}∣ = 2∣z_2∣ \cdot ∣\overline{z_1}∣ = 2∣z_2∣ \cdot ∣z_1∣$$
More specifically, the beginning part of how $z_2 \overline{z_1} + z_1 \overline{z_2} = 2\Re(z_2 \overline{z_1})$. Could someone explain this please?
Let $z = x + yi\in\mathbb{C}$. Then we get $z + \overline{z} = (x + yi) + (x - yi) = 2x = 2\text{Re}(z)$.
We do also have that $|\overline{z}| = \sqrt{x^{2} + (-y)^{2}} = \sqrt{x^{2} + y^{2}} = |z|$.
Finally, the following result holds:
\begin{align*} \text{Re}(z) = x \leq |x| = \sqrt{x^{2}} \leq \sqrt{x^{2} + y^{2}} = |z| \end{align*}
Gathering all these claims, one gets the desired relation.
Hopefully this helps!