Let $x$, $y$, $z$ be $3$ vectors in Euclidean space $V$.
$\| x \|$ is norm of $x$ (length)
How do you prove:
$$\| x - y \| \cdot \|z\| \leq \| x - z\| \cdot \| y \| + \| z - y\| \cdot \| x \|?$$
I have tried Cauchy-Schwartz inequality, | < x,y > | <= ||x|| •||y||, where is dot product between x and y, trying to move everything on one side and then proving that it is greater than zero. Also I used modules properties, |a + b| < = |a| + |b| and so on.
Also triangle inequality, ||x + y || <= ||x|| + ||y|| , trying to get the other side of inequality.
Considering that ||x|| is sqrt( < x,x > ) and < x , a+b > is < x ,a > + < x ,b > and that, norm is always greater than 0 and sqrt( a+b )<= sqrt(a) + sqrt(b) , if a and b are positive, I played with this properties without getting any result..
Also distance formula, d(a,b) <= d(a,c) + d(c,a), where d(a,b) = || a - b||
There is this formula: Ilz - xII^2 + Ilz - yII^2 - Ilx - yII^2 =2 Maybe it helps. I have tried to use it but without a result..

If $x$, $y$, or $z$ is the zero vector, then the inequality is trivial. If the dimension $n=\dim V$ is $1$, the problem is also trivial. From now on, assume that $n\geq 2$ and $x,y,z\neq 0$, so the angles between these vectors are well-defined.
Let $a=\Vert x\Vert$, $b=\Vert y\Vert$, and $c=\Vert z\Vert$. Suppose that $\alpha=\angle(y,z)$, $\beta=\angle(z,x)$, and $\gamma=\angle(x,y)$. Clearly, we have $$\alpha,\beta,\gamma\in[0,\pi]\ \wedge\ \alpha+\beta+\gamma\leq 2\pi.$$ We also have triangle inequalities among the angles: $$\beta+\gamma\geq \alpha,\ \gamma+\alpha\geq \beta,\ \wedge\ \alpha+\beta\geq \gamma.$$ In particular, we have $$\gamma\leq \min\{\alpha+\beta,2\pi-\alpha-\beta\}.$$ That is, $$\frac{\gamma}{2} \leq \min\left\{\frac{\alpha+\beta}{2},\pi-\frac{\alpha+\beta}{2}\right\}.$$ Because $0\leq \alpha,\beta,\gamma\leq 2\pi$, we get $$0\leq \sin\frac{\gamma}{2}\leq \sin\frac{\alpha+\beta}{2}.\tag{1}$$
Now, $$\Vert x-y \Vert\cdot\Vert z \Vert=c\sqrt{(a-b)^2+4ab\sin^2\frac{\gamma}{2}}=\sqrt{(ca-bc)^2+4(ca)(bc)\sin^2\frac{\gamma}{2}}.$$ By (1), we get $$\Vert x-y \Vert\cdot\Vert z \Vert\leq \sqrt{(ca-bc)^2+4(ca)(bc)\sin^2\frac{\alpha+\beta}{2}}.$$ We also have $$\Vert y-z \Vert\cdot\Vert x \Vert=a\sqrt{(b-c)^2+4bc\sin^2\frac{\alpha}{2}}=\sqrt{(ab-ca)^2+4(ab)(ca)\sin^2\frac{\alpha}{2}}$$ and $$\Vert z-x\Vert\cdot\Vert y\Vert = b\sqrt{(c-a)^2+4ca\sin^2\frac{\beta}{2}}=\sqrt{(bc-ab)^2+4(bc)(ab)\sin^2\frac{\beta}{2}}.$$ So, the required inequality is immediate, if we can show that \begin{align}\sqrt{(ca-bc)^2+4(ca)(bc)\sin^2\frac{\alpha+\beta}{2}}&\leq \sqrt{(ab-ca)^2+4(ab)(ca)\sin^2\frac{\alpha}{2}}\\&\hphantom{12345}+\sqrt{(bc-ab)^2+4(bc)(ab)\sin^2\frac{\beta}{2}}.\end{align} For convenience, let $p=bc$, $q=ca$, and $r=ab$. We are to show that \begin{align}\sqrt{(p-q)^2+4pq\sin^2\frac{\alpha+\beta}{2}}&\leq \sqrt{(q-r)^2+4qr\sin^2\frac{\alpha}{2}}+\sqrt{(r-p)^2+4rp\sin^2\frac{\beta}{2}}.\tag{2}\end{align}
Let $u,v,w\in\mathbb{R}^2$ be vectors with $\Vert u \Vert=p$, $\Vert v\Vert =q$, and $\Vert w\Vert =r$ such that $\angle(v,w)=\alpha$ and $\angle(w,u)=\beta$, so that $\angle(v,u)=\alpha+\beta$ if $\alpha+\beta\leq \pi$, or $\angle(v,u)=2\pi-\alpha-\beta$ if $\alpha+\beta\geq \pi$. Then, we have $$\Vert u-v \Vert \leq \Vert w-v\Vert + \Vert u-w\Vert\tag{3}$$ by the triangle inequality. The inequality (3) is precisely (2), and the claim is proved.