Given $a^2 +b^2 +c^2 +d^2 =1$ where $a,b,c,d$ are positive real numbers, prove that $a+b+c+d-1 \geq 16abcd$
How can I prove the inequality ?
My attempts:
By Cauchy-Schwarz : $ (a+b+c+d)^{2} \leq (a^2 +b^2 +c^2 +d^2 )\cdot (1^2 +1^2 +1^2 + 1^2 ) $ Or $ 0\leq a+b+c+d -1 \leq 1 $ .
By AM-GM : $ a^2 + b^2 +c^2 +d^2 \geq 4 \sqrt[4]{(abcd)^2 } $ or $ 16abcd \leq 1 $ What can I do from here ?