Let $a,b,c$ be positive real numbers with $abc=k$ such that the inequality $$a^3+b^3+c^3\geq a\sqrt{b+c}+b\sqrt{c+a}+c\sqrt{a+b}$$ holds for all $a,b,c$. Find the minimum value of $k$.
I found that $abc=2$ works. Here is my proof for $abc=2$:
By Cauchy-Schwarz and Muirhead inequality $$\begin{align} a\sqrt{b+c}+b\sqrt{c+a}+c\sqrt{a+b} &\leq \sqrt{2(a^2+b^2+c^2)(a+b+c)}\\ &= \sqrt{abc(a^2+b^2+c^2)(a+b+c)}\\ &= \sqrt{\sum_{cyc}a^4bc+\sum_{cyc}(a^3b^2c+a^2b^3c)}\\ &\leq \sqrt{\sum_{cyc}a^6+2\sum_{cyc}a^3b^3}\\ &= a^3+b^3+c^3 \end{align}$$ as desired. Equality holds when $a=b=c=\sqrt[3]2$.
The inequality seems quite tight also. But I am not sure if it is the minimum of $abc$. And if it is, how do I prove that?