I need to show that the l2 norm : $\|x\|_2 = \sqrt{ x_1^2 + x_2^2 + ... + x_n^2}$ has the following properties:
i) $\|x\| > 0$ if $x\neq 0$
ii) $\|\lambda x\| = |\lambda|\cdot\|x\|$ for $\lambda \in \mathbb{R}$
iii) $\|x+y\| \leq \|x\| + \|y\|$
I have solved the first two but I am having trouble with (iii). I tried doing out the triangle inequality but didn't get anywhere. Could someone possibly help explain this last step?