I know that $|z|\sqrt{2} \geq |Re(z)| + |Im(z)|$.
When I tried to prove it I did this:
$|z| = |Re(z) + iIm(z)|$
By the triangle inequality:
$|Re(z) + iIm(z)| \leq |Re(z)| + |iIm(z)|$
$ |Re(z)| + |iIm(z)| = |Re(z)| + |i||Im(z)| = |Re(z)| + |Im(z)|$
So far:
$|z| \leq |Re(z)| + |Im(z)|$
Multiplying by $\sqrt{2}$ on both sides:
$|z|\sqrt{2} \leq (|Re(z)| + |Im(z)|)\sqrt{2}$
Since $|Re(z)| + |Im(z)| \leq \sqrt{2}(|Re(z)| + |Im(z)|)$:
$|z|\sqrt{2} \leq |Re(z)| + |Im(z)|$
What's wrong with this?