Theorem

Intuition

  • If i show a matrix is normal, then I know it is Diagonalizable, and I know the eigenvectors are perpendicular to eachother This process can be used to find Similar Matrixes so that further computations are easier

Proof

We show this with PMI.

Base Case

When which is Upper Triangular.

N+1 Case

  • With
  • Assume that if is a complex inner product space of dimension , then there exists a Orthonormal Basis such that the matrix of is Upper Triangular
  • Recall that since is a fin-dim inner product space, there exists an eigenvalue, eigenvector pair such that
  • Let . Let
  • Let
  • Then,
  • Then, let be defined using the matrix
  • Then, by our inductive hypothesis, this is a Linear Map from a dimension vector space to a dimensional vector space
  • Therefore, there exists a basis such that is Upper Triangular
  • Note then that is an orthonormal basis for
  • Let be the change of basis matrix at
  • Then, for to
  • We want to show that we can get to this Upper Triangular matrix.
  • We know that by Change of Basis,

=\left[\begin{array}{cc} 1 & 0\ 0 & P\ \end{array}\right] \left[\begin{array}{cc} C & V\ 0 & W\ \end{array}\right] \left[\begin{array}{cc} 1 & 0\ 0 & P^{-1}\ \end{array}\right]

- $$ =\left[\begin{array}{cc} 1 & 0\\ 0 & P\\ \end{array}\right] \left[\begin{array}{cc} C \cdot 1 + V \cdot 0 & C \cdot 0 + VP^{-1} \\ 0 \cdot 1 + W \cdot 0 & 0 \cdot 0 + WP^{-1} \end{array}\right]
  • Remember that is a vector, is a matrix and is a matrix

=\left[\begin{array}{cc} 1 & 0\ 0 & P\ \end{array}\right] \left[\begin{array}{cc} C \cdot 1 + V \cdot 0 & C \cdot 0 + VP^{-1} \ 0 \cdot 1 + W \cdot 0 & 0 \cdot 0 + WP^{-1} \end{array}\right]

- $$ =\left[\begin{array}{cc} c & VP^{-1}\\ 0 & [S_{w}]_{\beta'}\\ \end{array}\right]