This is supposed to be an application of AM-GM inequality.
if $abc=1$, then the following holds true: $a^2+b^2+c^2\ge a+b+c$
First of all,
$a^2+b^2+c^2\ge 3$
by a direct application of AM-GM.Also,we have
$a^2+b^2+c^2\ge ab+bc+ca$
Next,we consider the expression
$(a+1)(b+1)(c+1)=a+b+c+ab+bc+ca+abc\le a+b+c+a^2+b^2+c^2+1$
but that hardly helps.I know that
$3(a^2+b^2+c^2)\ge (a+b+c)^2$
From the first derived inequality,we know that the left hand side of the above inequality is greater than or equal to 9.But I can't see how that can be used here.I know that we can get $a+b+c\ge 3$ using AM-GM but that does not take me a step closer to finding the solution(from what I can understand).Also,
$a^3+b^3+c^3\ge a^2b+b^2c+c^2a$
$(a+b+c)[(a-b)^2+(b-c)^2+(c-a)^2]\ge a^2b+b^2c+c^2a$ A hint will be appreciated at this point.
Notice that for all real $a,b,c$,
$$(a - 1)^2 + (b-1)^2 + (c - 1)^2 \ge 0.$$ $$a^2 + b^2 + c^2 - 2a - 2b - 2c + 3 \ge 0.$$ $$a^2 + b^2 + c^2 \ge -3 + (a + b + c) + (a + b + c).$$
But by AM-GM, $a + b + c \ge 3\sqrt[3]{abc} = 3$. So, $$a^2 + b^2 + c^2 \ge -3 + 3 + (a + b + c).$$ $$a^2 + b^2 + c^2 \ge a + b + c.$$
Equality is attained when $a = b = c = 1$.
(I really wish to put everything after the first line as a spoiler so that this answer becomes a hint, but I don't know how D:)