Disclaimer: The statement may be false, but for now I'm operating under the assumption it's true and trying to prove it.
My workings:
I got a common denominator and expressed it as:
$$\frac{ab^2 + bc^2 + ca^2}{abc} \ge 3$$ $$ab^2 + bc^2 + ca^2 \ge 3abc$$
This is where I'm stuck. I feel as if I keep encountering this same result in various different problems and always am stumped on how to show it is true.
I tried to look at similar problems and it seems AM-GM inequality is the usual line of attack, so using that I reasoned, $$a^2 + b^2 + c^2 \ge 3abc$$, and now I need to establish $$ca^2 + ab^2 + bc^2 \ge a^2 + b^2 + c^2$$
However, this doesn't seem like it'd be true for general positive $a,b,c$.