Let $z=a+ib,w=c+id\in\mathbb{C}. $Prove $|z|-|w|\leq|z-w|$
Solution: If $|z|-|w|\leq 0$ then we are done since $|z-w|\geq 0$. Suppose $|z|-|w|>0$. The stages are going backward: $$ \\ |z|-|w|\leq|z-w|\Leftarrow \\ (|z|-|w|)^2\leq |z-w|^2\Leftarrow \\ (\sqrt{a^2+b^2}-\sqrt{c^2+d^2})^2\leq(a-c)^2+(b-d)^2\Leftarrow \\ ac+bd\leq c^2+d^2+\sqrt{(a^2+b^2)(c^2+d^2)} $$
How can I finish it?
Also, is there a way to solve it without using $a,b,c$ and $d$?
From triangle inequality, $$ \\ |z|=|z-w+w|\leq |z-w|+|w|\Rightarrow \\ |z|-|w|\leq |z-w| $$