I need help with the following question:
It is given that there is a triangle with sides of lengths a, b and c units.
Prove that there exists a triangle having sides of lengths $\sqrt{a(b+c-a)}, \sqrt{b(a+c-b)}$ and $\sqrt{c(a+b-c)}$ units.
Here's what I have so far:
$\sqrt{a(b+c-a)} + \sqrt{b(a+c-b)} \geq \sqrt{c(a+b-c)}$
$a(b+c-a) + 2\sqrt{ab(b+c-a)(a+c-b)} + b(a+c-b) \geq {c(a+b-c)}$
$2ab - a^2 - b^2 + 2\sqrt{ab(b+c-a)(a+c-b)} \geq -c^2$
$2\sqrt{ab(b+c-a)(a+c-b)} -(a-b)^2 \geq -c^2$
$-2\sqrt{ab(b+c-a)(a+c-b)} \leq c^2 -(a-b)^2$
$-2\sqrt{ab(b+c-a)(a+c-b)} \leq (b + c - a)(a + c - b)$
I thought to divide both sides by $\sqrt{(b+c-a)(a+c-b)}$ but either $\sqrt{b+c-a}$ or $\sqrt{a+c-b}$ might be $0$. I am unable to proceed from here.
Let $b+c-a=x$, $a+c-b=y$ and $a+b-c=z$.
Thus, $x$, $y$ and $z$ are positives and we need to prove that: $$\sqrt{(y+z)x}+\sqrt{(x+z)y}>\sqrt{(x+y)z},$$ which is true because $$\sqrt{(y+z)x}+\sqrt{(x+z)y}>\sqrt{(y+z)x+(x+z)y}>\sqrt{(x+y)z}.$$ By the same way we can prove another two inequalities.