If $a,b,c$ are the sides of a triangle then show that- $\frac{1}{(b+c-a)} +\frac{1}{(c+a-b)} +\frac{1}{(a+b-c)} \gt \frac{1}{a} +\frac{1}{b} +\frac{1}{c}$
I got this problem from an old book on algebra. I've been trying for a long time but can't reach the answer.
My try on the question-
We know that in a triangle, the sum of two sides is always greater than the third side
$b+c\gt a$ $\implies$ $b+c-a \gt 0$
$c+a\gt b$ $\implies$ $c+a-b\gt 0$
$a+b \gt c$ $\implies$ $a+b-c\gt 0$
Also,
$\frac {1}{(b+c)} \lt \frac{1}{a}$
$\frac{1}{(c+a)} \lt \frac{1}{b}$
$\frac{1}{(a+b)} \lt \frac{1}{c}$
Adding,
$\frac{1}{(b+c)} + \frac{1}{(c+a)} +\frac{1}{(a+b)} \lt \frac{1}{a} + \frac{1}{b} + \frac{1}{c}$
How do I proceed further? All genuine answers are welcome :)