I wonder is there any way to prove the $n\times n$ matrix with elements below is negative definite:
$$ \sigma_{ij} = \frac{a_ia_j}{\sum_k s_ka_k} \space; i \neq j \text{ (off diagonal terms)}$$ $$\sigma_{ii} = \frac{a_ia_i}{\sum_k s_ka_k} - \frac{a_i}{s_i} \text{ (diagonal terms)}$$
Here $1\leq i,j,k\leq n$, $0 < a_i < 1$ and $s_k$ is the weight of $a_k$ such that: $0 < s_k < 1$ and $\sum_k s_k = 1$.
Any suggestions or references are highly appreciated.