For $$a,b,c > 1$$ show that $$a^{\sqrt{\log_ba}}+b^{\sqrt{\log_cb}}+c^{\sqrt{\log_ac}}\geqslant a+b+c$$
I know how to show this $$a^{{\log_bc}}+b^{{\log_ca}}+c^{{\log_ab}}\geqslant a+b+c$$ $$a^{\log_bc}+b^{\log_ca}=a^{\log_bc}+a^{\log_cb}\geq2\sqrt{a^{\log_bc}a^{\log_cb}}=2\sqrt{a^{\log_bc+\log_cb}}\geq2\sqrt{a^2}=2a$$ Or this one $$(ab)^{\sqrt{\log_ab}}+(bc)^{\sqrt{\log_bc}}+(ca)^{\sqrt{\log_ca}}\geqslant a^2+b^2+c^2$$ $$a^{\sqrt{\log_ab}}=b^{\sqrt{\log_ba}}$$ $$(ab)^{\sqrt{\log_a}}=a^{\sqrt{\log_ab}}b^{\sqrt{\log_ab}}=b^{\sqrt{\log_ba}}b^{\sqrt{\log_ab}}=b^{\sqrt{\log_ab}+\sqrt{\log_ba}}\geq b^2$$ Or even $$a^{{\log_ba}}+b^{{\log_cb}}+c^{{\log_ac}}\geqslant a+b+c$$ But the first one, I don't know how to start. Please give me a starting point.
It suffices to prove that $$a^{\sqrt{\log_b a}} \ge \frac{3a - b}{2}. \tag{1}$$ Summing cyclically on (1), the desired result follows.
Proof of (1):
We only need to prove the case that $\frac{3a - b}{2} > 1$.
Taking logarithm, it suffices to prove that, for all $1 < b < 3a - 2$, $$\sqrt{\log_b a}\, \ln a \ge \ln \frac{3a - b}{2}$$ or $$\sqrt{\ln a}\, \ln a \ge \sqrt{\ln b}\,\ln \frac{3a - b}{2}$$ or (squaring both sides) $$\ln^3 a \ge \ln b \cdot \ln \frac{3a - b}{2}\cdot \ln \frac{3a - b}{2}.$$
By AM-GM twice, we have \begin{align*} \ln b \cdot \ln \frac{3a - b}{2}\cdot \ln \frac{3a - b}{2} &\le \left(\frac{\ln b + \ln \frac{3a - b}{2} + \ln \frac{3a - b}{2}}{3}\right)^3\\[6pt] &= \frac{1}{27}\ln^3 \left(b \cdot \frac{3a-b}{2 } \cdot \frac{3a-b}{2}\right)\\[6pt] &\le \frac{1}{27}\ln^3 \left(\left(\frac{b + \frac{3a - b}{2} + \frac{3a - b}{2}}{3}\right)^3\right)\\[6pt] &= \frac{1}{27}\ln^3(a^3) \\ &= \ln^3 a. \end{align*}
We are done.