$a,b,c$ are positive real numbers such that, $a+b+c\ge abc$. Prove that $a^2+b^2+c^2\ge \sqrt{3}abc$
My work:
I tried using Cauchy-Schwarz inequality to find that,
$(a^2+b^2+c^2)(1^2+1^2+1^2)\ge (a+b+c)^2$
$(a^2+b^2+c^2)\ge \dfrac13(a+b+c)^2$
$\sqrt{(a^2+b^2+c^2)}\ge \dfrac{1}{\sqrt{3}}(a+b+c)\ge \dfrac{1}{\sqrt{3}}abc$
which is not what I need and neither I can use it to prove the required inequality. Please help.