The component-wise product (Hadamard product) of two positive definite matrices is a positive definite matrix (Schur product theorem). I encountered the following proof of it:
$A=(a_{ij})$ and $B=(b_{ij})$ are positive definite. Let $a_{ij} = \displaystyle \sum_{k=1}^N \lambda_k t_{ik} t_{jk}$ where $T=(t_{ij})$ is an orthogonal matrix and $\lambda_k$ are the eigenvalues of $A$. $$\sum_{i,j=1}^N a_{ij} b_{ij} x_i x_j = \sum_{i,j=1}^N b_{ij} x_i x_j \left( \sum_{k=1}^N \lambda_k t_{ik} t_{jk} \right) = \sum_{k=1}^N \lambda_k \left( \sum_{i,j=1}^N b_{ij} x_i t_{ik} x_j t_{jk} \right)$$ and so then showing $$\sum_{i,j=1}^N b_{ij} x_i t_{ik} x_j t_{jk} >0$$ is enough.
Is there a simple geometrical relationship between the eigenvalues and eigenvectors of $C=(a_{ij} b_{ij})$ and the eigenvalues and eigenvectors of $A$ and $B$ that explains the geometrical motivation behind this proof?