If $a,b,c$ are the sides of a triangle, then $\dfrac{a}{b+c-a}+\dfrac{b}{c+a-b}+\dfrac{c}{a+b-c}$ is:
$A)$ $\le3$ , $B)$ $\ge3$, $(C)$ $\ge2$, $(D)$ $\le2$
My attempt is as follows:-
$$\dfrac{1}{2}\left(\dfrac{a}{s-a}+\dfrac{b}{s-b}+\dfrac{c}{s-c}\right)$$
Let $y=\dfrac{a}{s-a}+\dfrac{b}{s-b}+\dfrac{c}{s-c}$
$$A.M\ge H.M$$ $$\dfrac{\dfrac{s-a}{a}+\dfrac{s-b}{b}+\dfrac{s-c}{c}}{3}\ge \dfrac{3}{y}$$ $$\dfrac{\dfrac{s\cdot (ab+bc+ca)}{abc}-3}{3}\ge\dfrac{3}{y}$$ $$y\ge\dfrac{9}{\dfrac{(a+b+c)(ab+bc+ca)}{2abc}-3}\tag{1}$$
Let $z=\dfrac{(a+b+c)(ab+bc+ca)}{abc}$
Equation $(1)$ will give us $y_{min}$, so for that we need to find maximum value of $z$
But unfortunately I was able to find minimum value of $z$ in the following way
$$\dfrac{a+b+c}{3}\ge \dfrac{3abc}{ab+bc+ca}$$ $$\dfrac{(a+b+c)(ab+bc+ca)}{abc}\ge 9$$
But nevertheless, I tried plugging this minimum value of $z$ into equation $(1)$ and I got $y\ge 6$ and as the original expression was $\dfrac{y}{2}$, so $\dfrac{y}{2}\ge 3$ and surprisingly this answer is correct. What am I missing here?
If $x,y,z>0$, then the sides of any triangle are : Then $$a=y+z, b=x+z,c=x+y \implies b+c-a=2x, c+a-b=2y, a+b-c=2x$$ Then the LHS of the required inequality becomes: $$\frac{y+z}{2x}+\frac{x+z}{2y}+\frac{x+y}{2z}=\frac{1}{2}\left(\frac{x}{y}+\frac{y}{x}+\frac{y}{z}+\frac{z}{y}+\frac{z}{x}+\frac{x}{z}\right)\ge \frac{1}{2}(2+2+2)\ge 3$$ Here we have used $AM+GM: P+Q\ge 2\sqrt{PQ}$. The equality holds when the triangle is equilateral.