I want to show that the function $N: \mathbb{R} \rightarrow \mathbb{R^2}$ defined by $\sqrt{x_1^2 - x_1x_2 + 4x_2^2}$
I know that in order to do so, I have to show the 3 following properties:
$N(x) = 0 \iff x= 0$
$N(\lambda x) = |\lambda|N(x)$
$N(x+y) ≤ N(x) + N(y)$
I tried to show the frst property but I got stuck.
I don't know how to prove that $x_1^2 - x_1x_2 + 4x_2^2 = 0 \iff (x_1, x_2) = (0,0)$
For the third property I guess I'd just have to use the triangle inequality. But I don't know how to show the second property either.