Let $a,b,c,d,e$ positive reals for which $b<\sqrt{ac}$, $c<\sqrt{bd}$, and $d<\sqrt{ec}$. Then, consider the following (Hankel) matrix $$ M=\begin{pmatrix} a+4b+6c+4d+e & a+3b+3c+d & a+2b+c \\ a+3b+3c+d & a+2b+c & a+b \\ a+2b+c & a+b & a\\ \end{pmatrix} $$
Is it possible to prove that the determinant of $M$ is positive by means of "symmetric" arguments?
The claim is not true. The conditions on the coefficients ensure that certain submatrices of the matrix $$ \left( \begin{array}{ccc} e & d & c \\ d & c & b \\ c & b & a \end{array} \right) $$ are positive definite. These conditions are not sufficient to ensure that the whole matrix is positive definite.
Here is a counter-example: choose $a=e=5$, $b=d=2$, $c=1$. Then the conditions on the coefficients are satisfied, however the matrix $$ \left( \begin{array}{ccc} e & d & c \\ d & c & b \\ c & b & a \end{array} \right) = \left( \begin{array}{ccc} 5 & 2 & 1 \\ 2 & 1 & 2 \\ 1 & 2 & 5 \end{array} \right) $$ has determinant $-8$.