Real Spectral Theorem: Sheldon Axler Proof

inner-productslinear algebraproof-explanation

enter image description here

I am having difficulty in understanding the above proof from "Linear Algebra Done Right" by Sheldon Axler.

  1. The way I have understood induction is "if it is true for n=1 and n & n+1, then it is true for all cases". But I could not explicitly see this approach in the above proof. Could someone throw some light on this?
  2. In the text above, I understood the part that if u is an eigenvector, then there exists another eigenvector that is from the orthogonal complement space. But I did not get what Axler means by "Adjoining u to orthonormal basis of $U^\bot$ gives an orthonormal basis of V consisting of eigenvectors of T". All I could get was u is an eigenvector and there is another eigenvector orthogonal to it. But how does it prove these form a complete basis of V? The previous theorem used here (7.27) says if T $\in$ L(V) is a self-adjoint operator, then T has an eigenvalue. But does it have enough eigenvectors to form the basis of V? What have I misunderstood? What does "adjoining u to …" mean here?

Best Answer

  1. The first part of the induction ($n=1$) takes place in the second paragraph. The second part (if it holds for $n$, then it holds for $n+1$) in paragraphs 3 and 4.
  2. At this point of the proof, we're assuming that (b) holds for $U^\perp$. So, $U^\perp$ has an orthonormal basis consisting of eigenvalues of $T|_{U^\perp}$. Adding $u$ to this basis gives us an orthogonal basis of $V$ consisting of eigenvalues of $T$.
Related Question