I need your help... I need to prove the following:
For non-zero $a,b,c,d \in \mathbb{R}$,
$4a^2 + 4b^2 + 4c^2 + 4d^2 + 4ab + 4ac + 4bd + 4cd + 2ad + 2bc > 0$
I know it is true since the inequality came from the fact that \begin{bmatrix} 4 & 2 & 2 & 1 \\ 2 & 4 & 1 & 2 \\ 2 & 1 & 4 & 2\\ 1 & 2 & 2 & 4 \end{bmatrix} is positive definite matrix( matrix A is a positive definite Matrix if and only if for every non-zero vector $x$, $$x^TAx > 0$$ )
I tried to use the following absolute inequality
For $a,b,c,d \in \mathbb{R},$
$$ a^2 + b^2 + c^2 + d^2 \geq ab + ac + bd + cd$$
However, it doesn't work well. If you have some beautiful idea to solve it, I'd appreciate some help.
\begin{eqnarray*} (a+b+c+d)^2+(a+b)^2+(a+c)^2+(b+d)^2+(c+d)^2+a^2+b^2+c^2+d^2 >0. \end{eqnarray*}