To prove $|a+ib| \leq |a|+|b|$,
we know that $|a+ib|$ of a complex number is $\sqrt{a^2+b^2}$,
as $a$ and $b$ both are real numbers $a^2\geq0, b^2\geq0$, therefore $$\sqrt{a^2+b^2} \leq \sqrt{a^2}+\sqrt{b^2}$$ because $\sqrt{a+b} \leq \sqrt{a}+\sqrt{b} $ as a,b are non negative, and therefore $$|a+ib|= \sqrt{a^2+b^2} \leq \sqrt{a^2}+\sqrt{b^2} = |a|+|b|$$ is this argument correct? if not why? and kindly tell me whether there are any other ways to prove this thing.