[[lecture-data]]2024-09-13
Readings
- a
2. Chapter 2
primarily about Schur’s theorem
Schur's Theorem
Suppose has eigenvalues in any order. Then there exists a unitary matrix and upper triangular matrix such that
ie, for any square matrix, you can find a unitary similarity to an upper triangular matrix. Since and upper triangular, we can set the diagonal of to be exactly
Additionally, if is real-valued and the eigenvalues of are all real, then and can be found to be real-valued. (see Schur’s theorem)
Proof
Let be a normalized eigenvector with eigenvalue and let be a unitary such that is the first column. (last time Lecture 07, we talked about being able to find such a )
Then
So and we can repeat this process:
Take be a normalized eigenvector associated with eigenvalue of and let be unitary with first column .
Then
\left(U \begin{bmatrix} I_{1} & 0 \\ 0 & V \end{bmatrix}\right)^* A \left(U \begin{bmatrix} I_{1} & 0 \\ 0 & V \end{bmatrix}\right) &= \begin{bmatrix} I & 0 \\ 0 & V^* \end{bmatrix}U^*AU\begin{bmatrix} I & 0 \\ 0 & V \end{bmatrix} \\ &= \begin{bmatrix} \lambda_{1} & * \\ 0 & V^*BV \end{bmatrix} \\ &= \begin{bmatrix} \lambda_{1} & * & * \\ 0 & \lambda_{2} & * \\ \vdots & \vdots & \text{"C"} \\ 0 & 0 \end{bmatrix} \end{aligned}$$ and $\sigma(C) = \{ \lambda_{3},\dots,\lambda_{n} \}$ Continuing this process, we get a unitary matrix which is the product of each of the unitary matrices that we found to get $\Omega^* A\Omega = T$ upper triangular, where each of the entries of the diagonal of $T$ are exactly the eigenvalues of $A$. And this is the [[Concept Wiki/Schur's theorem\|Schur Decomposition]] $\blacksquare$ Additionally, if $A$ is real and all the eigenvalues are real, then all steps can be done over $\mathbb{R}$ $\blacksquare$
Theorem
Suppose are pairwise commuting. Then they are simultaneously unitarily upper triangularizable.
(see pairwise commuting matrices are simultaneously upper triangularizable)
Proposition
If commute, then there exists a bijection such that
and commute, we can say and where unitary and upper triangular. Then
Since
Then, let be the bijection that maps the (* * * * )
Matrix Polynomial
Suppose we have a complex-valued polynomial
Then for any any matrix, define the matrix polynomial
(see matrix polynomial)
Suppose . Then where is upper triangular with diagonal terms .
Thus, for a matrix polynomial, we have
p(t_{11}) & * & \dots & * \\ 0 & p(t_{22}) & \ddots & \vdots \\ \vdots & \ddots & \ddots & *\\ 0 & \dots & 0 & p(t_{nn}) \end{bmatrix} U^*$$ and we can say that $\sigma(p(A)) = \{ p(\lambda) : \lambda \in \sigma(A) \}$ >[!theorem] > >Every matrix is upper triangularizable going back to [[Concept Wiki/householder transformation]] things. Say $w \in \mathbb{F}^n$ is unit length $w^*w = 1$. What are the eigenvalues and eigenvectors of $ww^*$ ? - $[ww^*]w = w$ - so the eigenvectors of $ww^*$ are $\text{span}(w)$ with eigenvalue $1$ - Anything orthogonal to $w$ will have eigenvalue $0$ So $-2ww^*$ has eigenvalues of $ww^*$ multiplied by $-2$ with same eigenvectors And $I-2ww^*$ has the eigenvalues $1-2(\sigma(A))$ Suppose $x,y \in \mathbb{R}^n$ with $x \neq y$ and $\lvert \lvert x \rvert \rvert_{2} = \lvert \lvert y \rvert \rvert_{2}$ and define $w:= \frac{1}{\lvert \lvert x-y \rvert \rvert}(x-y)$. Now, note that $(x+y)^T(x-y) = x^Tx - y^Ty + x^y - x^Ty = 0$ $\implies x-y \in \text{span}(w)$ is an eigenvector of $ww^*$ with eigenvalue $-1$ $\implies x+y \in w^\perp$ is an eigenvector of $ww^*$ with eigenvalue $+1$ Writing - $x = \frac{1}{2}(x-y) + \frac{1}{2}(x+y)$ - $y = -(\frac{1}{2}(x-y) +\frac{1}{2}(x+y))$ we can see that $$H_{w}x = y \;\;\text{ and }\;\;H_{w}y = x$$ (ie, we are "flipping" about an axis)