This problem is solvable via constrained optimization. If
f(a,b,c) = a \sqrt{\frac{b}{c}} + b \sqrt{\frac{c}{a}} + c \sqrt{\frac{a}{b}} and ## g(a,b,c) = a+b+c##, we can look at the problem
\min f(a,b,c)\\<br />
\text{subject to } \\<br />
g(a,b,c) = 1\\<br />
a \geq b \\<br />
b \geq c .
If the minimal value of f is ≥ 1 we are done. Note that f , g and all the inequality constraint functions are homogeneous of degree 1, so if (a,b,c) solves the problem with g = m, then (a/m,b/m,c/m) solves it with g = 1. Therefore, we might as well fix c = 1, then solve the problem of minimizing F(a,b) = f(a,b,1) subject to the conditions a ≥ b ≥ 1. We can show that the point (a,b) = (1,1) satisfies the Karush-Kuhn-Tucker conditions for this problem so is a (local) constrained min. To show it is the global min requires a bit more work.
Let ##F_a = \partial F / \partial a##, and note that
F_a = \frac{N}{D}, \: N = 2 a^2 b -\sqrt{a}b^{3/2}+a^{3/2}, \; D = 2 a^2 \sqrt{b},
so ##\text{sign}(F_a) = \text{sign}(N)##. We want to show that N > 0 on ##X = \{a \geq b \geq 1\},## so look at ##N_a = \partial N /\partial a = N_1 /D_1,## where ##D_1 = 2 \sqrt{a}## and ##N_1 = 3a + 8 a^{3/2} b - b^{3/2}.## By taking a derivative again it is not hard to show that the minimum of ##N_1## in region X is > 0, so ##F_a > 0## in X. That is, F(a,b) is strictly increasing in a, for a ≥ b. Therefore, the constrained minimum of F must occur along the line a = b, so it is enough to look at ##F(b,b) = 1 + \sqrt{b} + b^{3/2},## which we want to minimize for b ≥ 1. The optimal solution is at (a,b) = (1,1), hence we have the optimum (a,b,c) = (1,1,1). Now we just need to re-scale to (a,b,c) = (1/3,1/3,1/3) to get the minimum of f for g = 1.