Determining the spectral representation of a operator

923 Views Asked by At

The spectral representation for a self-adjoint operator $T \in L(H)$ for H a Hilbert space is written as: $$ T = \sum_{\lambda \in \sigma(T)} \lambda \pi_{\lambda}, $$ where $\sigma(T)$ is the spectrum of the operator and $\pi_{\lambda}$ is the orthogonal projection on the eigenspace of $\lambda$. This definition is rather vague to me, especially the meaning of $\pi_{\lambda}$ and the way to calculate this in practice. I have been working on an example. $T: l^2 \rightarrow l^2$ defined by: $$ T e_{2k-1} = -\frac{e_{2k}}{\sqrt{k}} $$ $$ T e_{2k} = 2\frac{e_{2k-1}}{\sqrt{k}}. $$ I am supposed to calculate the spectral representation of T*T. I have calculated the adjoint of T to be: $(T^*x)_{2l} = (2/\sqrt{l}) x_{2l-1}$ and $(T^*x)_{2l-1} = (-1/\sqrt{l})x_{2l}$. Now I don't have a clue how to calculate $\pi_{\lambda}$.