Is the norm of a non-negative vector always smaller than the norm of the sum of two non-negative vectors

normed-spaces

I am not a mathematician, so this question may be trivial, but I do not know whether it is correct or not. So any help is appreciated

Let $u$ and $v$ be two non-negative vectors, i.e., all elements in both vectors are non-negative.
Intuitively, I would say that the following inequality holds:$$\|u\| \leq \|u+v\|,$$
i.e., the norm over $u$ is smaller then the norm over the sum of $u$ and $v$. As the norm basically defines the 'length', the sum of non-negative vectors $u$ and $v$ should give a larger 'length'.

My question is, does this statement hold? And if so, what would be a proof?

Edit: I actually ment non-negative vectors instead of positive vectors. Thanks Rob Arthan for pointing this out.

Best Answer

First, let me assume you are working with the usual Euclidean norm on the real $n$-dimensional vector space, $\Bbb{R}^n$. sLet $u = (u_1, \ldots, u_n)$ and $v = (v_1, \ldots, v_n)$ where the $u_i$ and $v_i$ are positive real numbers. Then for each $i$, $u_i < u_i+v_i$, so $$ \|u\| = \sqrt{u_1^2 + \ldots u_n^2} < \sqrt{(u_1+v_1)^2 + \ldots (u_n+v_n)^2} = \|u + v\| $$ If you want the analogous result with "non-negative" in place of "positive", just replace each $<$ above by $\le$.

You can ignore the rest of this answer if you are not interested in more general norms.

In general, a norm on $\Bbb{R}^n$ is completely determined by its unit disc, $D$, which can be an arbitrary convex body that is symmetric about the origin, i.e., $D = -D$. In $\Bbb{R}^2$ you can define a norm whose unit disc is the parallelogram with vertices at $(-1, 0)$, $(1, 1)$, $(1, 0)$ and $(-1, -1$). Under this norm $\|(0, 1/2)\| = 1 > \|(3/4, 3/4)\| = 3/4$.

Related Question