Let $n$ be a positive integer and let $c_1,..., c_n$ be a list of real numbers. Let $\{v_1, . . . , v_n\}$ be an orthonormal basis for $\mathbb{R}^n$, let $d = \text{min}\{c_1,...,c_n\}$. For each $1 \leq i \leq n$, set $d_i= \sqrt{c_i-d}$ and let $w_i = d_iv_i$. Let $B \in \mathcal{M}_{n\times n} (\mathbb{R})$ be the matrix the columns of which are $w_1,...,w_n$ and let $A = BB^T +dI$. For $1 \leq i \leq n$, show that $v_i$ is an eigenvector of $A$ associated with the eigenvalue $c_i$.
This one has me stumped. Any help, suggestions or direction will be greatly appreciated. Thanks
By definition $$ B_{ij}=(w_j)_i,\qquad B^T_{ij}=(w_i)_j $$ Then \begin{align} (Av_k)_i&=A_{ij}(v_k)_j=B_{ih}B^T_{hj}(v_k)_j+d\delta_{ij}(v_k)_j\\ &=(w_h)_i(w_h)_j(v_k)_j+d(v_k)_i\\ &=(w_h)_id_h\delta_{hk}+d(v_k)_i\\ &=d_k^2(v_k)_i +d(v_k)_i\\ &=(d_k^2+d)(v_k)_i=c_k(v_k)_i \end{align}