In the comments of this related question, it was mentioned that the RHS and LHS were expressions in $a,b$ and $c$ so the inequality was not useful. So I wanted to find an improved triangle inequality where for a given RHS, the LHS there are infinitely many possible combinations of $a,b$ and $c$. I obtained following conjecture obtained by empirical means and verified for discrete $2 \le x \le 70$. Can this be proved?
Conjecture: Let $a,b,c$ be the sides of a triangle of area $A$ and semi-perimeter $s$. Then, for any $x \ge 2$,
$$ a+b-c \ge s\left(\frac{2}{3}\right)^{\frac{x+1}{x-1}} \left(\frac{3^{\frac{3}{2}}A}{s^2}\right)^x \tag 1 $$
For a given area $A$ and semi-parameter $s$ there are infinitely many possible values of $a,b$ and $c$ hence the above inequality is gives an explicit lower bound of the triangle inequality.
Question 1: Is the conjecture true?
Question 2: If true, can the inequality be improved?
Note: The difference between LHS and RHS for random $2 \le x \le 70$ was typically or the order of $10^{-8}$ or smaller if $a,b$ and $c$ were the sides of a triangle inscribed in a unit circle.
Update 13-5-2023: For $x \ge 5.23$ experimental data shows that the triangle inequality can be improved to
$$ a+b-c \ge s\left(\frac{2}{3}\right)^{1 + \frac{2}{x}} \left(\frac{3^{\frac{3}{2}}A}{s^2}\right)^x \tag 1 $$
Some thoughts for the conjecture:
Using Ravi's substitution $a = u + v, b = v + w, c = w + u$ for $u, v, w > 0$, we have $$a + b - c = 2v, \tag{1}$$ and $$s = \frac{a + b + c}{2} = u + v + w \tag{2}$$ and $$A = \sqrt{s(s-a)(s-b)(s-c)} = \sqrt{(u + v + w)uvw}. \tag{3}$$
The desired inequality becomes $$2v \ge (u + v + w)\left(\frac23\right)^{(x+1)/(x-1)}\left(\frac{27uvw}{(u + v + w)^3}\right)^{x/2}. \tag{4}$$
Using $uw \le \frac{(u+w)^2}{4}$, it suffices to prove that $$2v \ge (u + v + w)\left(\frac23\right)^{(x+1)/(x-1)}\left(\frac{27v(u + w)^2/4}{(u + v + w)^3}\right)^{x/2}. \tag{5}$$
Letting $y = \frac{2v}{u+w}$, it suffices to prove that $$\frac{2y}{y+2} \ge \left(\frac23\right)^{(x+1)/(x-1)}\left(\frac{27y}{(y + 2)^3}\right)^{x/2}. \tag{6}$$ or (taking logarithm) $$f(y) := \ln \frac{2y}{y+2} - \frac{x+1}{x-1}\ln \frac23 - \frac{x}{2}\ln \frac{27y}{(y + 2)^3} \ge 0. \tag{7}$$
If $x = 2$, (7) becomes $\ln\frac{(y+2)^2}{4} \ge 0$ which is true.
If $x > 2$, we have $$f'(y) = \frac{xy - x + 2}{y(y+2)}.$$ Let $y_0 = (x - 2)/x > 0$. We have $f'(y_0) = 0$, and $f'(y) \le 0$ on $(0, y_0)$, and $f'(y) \ge 0$ on $(y_0, \infty)$.
Thus, we have $$f(y) \ge f(y_0) = \ln\frac{2(x-2)}{3x-2} - \frac{x+1}{x-1}\ln \frac23 - \frac{x}{2}\ln \frac{27(x-2)x^2}{(3x-2)^3}.$$ It suffices to prove that, for all $x > 2$, $$\ln\frac{2(x-2)}{3x-2} - \frac{x+1}{x-1}\ln \frac23 - \frac{x}{2}\ln \frac{27(x-2)x^2}{(3x-2)^3} \ge 0.$$
To be continued.