Given vectors $a_{i} \in \mathbb R^3$ ,where $i$ is a natural number satisfying $1\le i\le 3$, then the following relation does hold: $$\left\Vert a_1+a_2\right\Vert+\left\Vert a_1+a_3\right\Vert+\left\Vert a_2+a_3\right\Vert\le\left\Vert a_1\right\Vert+\left\Vert a\right\Vert+\left\Vert a_3\right\Vert+\left\Vert a_1+a_2+a_3\right\Vert$$
I Tried to generalized the problem: Given vectors $a_{i} \in \mathbb R^n$ ,where $i$ is a natural number satisfying $1\le i\le m$,then the following relation does hold:
$$\sum_{i=1}^{m}\sum_{j=i+1}^{m} \left\Vert a_{i}+a_{j}\right\Vert \le\sum_{i=1}^{m} \left\Vert a_{i} \right\Vert+ \left\Vert \sum_{i=1}^{m}a_{i}\right\Vert$$
Is the generalization true?if yes then how to prove that?
No. Let $a_i=a\neq 0$ for all $i$. Then LHS is $m(m-1)\lVert a\rVert$ and RHS is $2m\lVert a\rVert$, so LHS is larger than RHS for sufficiently large $m$.