Let $\| \;\|:\mathbb{R}^2\rightarrow\mathbb{R}$ be a function such that $ \| (x,y)\|=\sqrt{|x|^2+|y|^2}$ for all $(x,y)\in\mathbb{R}^2$.
I need to show that $\|\;\|$ defines a norm. I would like a hint in order to prove that $\parallel \; \parallel$ satisfies the triangle inequality:
$ \sqrt{|x_1+x_2|^2+|y_1+y_2|^2}\leq \sqrt{|x_1|^2+|y_1|^2}+\sqrt{|x_2|^2+|y_2|^2}$
Thanks!
Let $x, y\in \mathbb{R}^2$. Then
\begin{align} \|x+y\|^2&=\langle x+y, x+y\rangle\\&=\langle x, x\rangle + 2\langle x, y\rangle+\langle y, y\rangle \\ &\le \{\text{Cauchy-Schwarz}\} \\&\le \|x\|^2+2\|x\|\|y\|+\|y\|^2 \\ &=(\|x\|+\|y\|)^2, \end{align} which is your result.