Let $0<\lambda\leq1$ so that the $n \times n$ matrix $$\Sigma = \begin{pmatrix} 1&1-\lambda& \cdots &1-\lambda\\ 1-\lambda&\ddots&\ddots& \vdots\\ \vdots &\ddots&\ddots&1-\lambda\\ 1-\lambda&\cdots&1-\lambda&1\\ \end{pmatrix}$$ is positive definite. I believe we can orthogonally diagonalize $\Sigma$ as $$\Sigma = VDV^T$$ where $$ V = \begin{pmatrix} \frac{-1}{\sqrt{2 \cdot 1}} & \frac{-1}{\sqrt{3 \cdot 2}}&\cdots&\cdots&\frac{-1}{\sqrt{n(n-1)}}&\frac{1}{\sqrt{n}}\\ 0&\cdots&\cdots&0&\sqrt{\frac{n-1}{n}}&\frac{1}{\sqrt{n}}\\ 0&\cdots&0&\sqrt{\frac{n-2}{n-1}}&\frac{-1}{\sqrt{n(n-1)}}&\frac{1}{\sqrt{n}}\\ \vdots&\iddots&\iddots&\frac{-1}{\sqrt{(n-1)(n-2)}}&\vdots&\vdots\\ 0&\iddots&\iddots&\vdots&\vdots&\vdots\\ \sqrt{\frac{1}{2}}&\frac{-1}{\sqrt{3 \cdot 2}}&\cdots&\frac{-1}{\sqrt{(n-1)(n-2)}}&\frac{-1}{\sqrt{n(n-1)}}&\frac{1}{\sqrt{n}}\\ \end{pmatrix}$$
$$D = \begin{pmatrix} \lambda&0& \cdots &0\\ 0&\ddots&\ddots& \vdots\\ \vdots &\ddots&\lambda&0\\ 0&\cdots&0&n-(n-1)\lambda\\ \end{pmatrix}$$
I am having some trouble showing this result, can someone offer a suggestion for the proof?