Given a diagonal matrix $\bf D$ with diagonal entries $d_{ii} \in [0,1]$ and a matrix $\bf W$ with singular values $\sigma_i ({\bf W}) \in [0,1]$, can it be proven that the eigenvalues of $\bf W D W^\top$ lie in the interval $[0,1]$?
It's worth noting that $\bf W D W^\top$ is positive semidefinite, ensuring real non-negative eigenvalues.
Any insights or proofs would be greatly appreciated.