Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
eigenvalues_and_eigenvectors [2022/10/06 20:32] – [The Spectral Theorem] admin | eigenvalues_and_eigenvectors [2022/10/06 23:47] (current) – [Consequences of the Spectral Theorem] admin | ||
---|---|---|---|
Line 135: | Line 135: | ||
Equating the two expressions gives $a \braket{b}{a} = b\braket{b}{a}$, | Equating the two expressions gives $a \braket{b}{a} = b\braket{b}{a}$, | ||
\[(a-b) \braket{b}{a} = 0.\] | \[(a-b) \braket{b}{a} = 0.\] | ||
- | In order to satisfy this equation, it must be the case that either $(a-b) = 0$ or $\braket{b}{a} = 0$, but we have assumed that $a$ and $b$ are distinct eigenvalues, | + | In order to satisfy this equation, it must be the case that either $(a-b) = 0$ or $\braket{b}{a} = 0$, but we have assumed that $a$ and $b$ are distinct eigenvalues, |
+ | |||
+ | ====== Consequences of the Spectral Theorem ====== | ||
+ | |||
+ | One of the most important consequences of the spectral theorem is that any vector can be written in an eigenbasis of a normal operator, and, in that basis, the action of the operator is easy to compute. | ||
+ | |||
+ | Let $\ket{a_j, | ||
+ | \[\braket{a_j, | ||
+ | This implies that any vector $\ket{\psi}$ can be written as | ||
+ | \[\ket{\psi} = \sum_{j,k} b_{jk} \ket{a_j, | ||
+ | where $b_{jk} = \braket{a_j, | ||
+ | |||
+ | In this basis, the action of $\hat{A}$ can be computed as follows: | ||
+ | \[ | ||
+ | \hat{A}\ket{\psi} = \sum_{j,k} b_{jk} \hat{A}\ket{a_j, | ||
+ | \] | ||
+ | |||
+ | Another way of saying the same thing is to note that the matrix representation of $\hat{A}$ in the $\ket{a_j, | ||
+ | \[\sand{a_j, | ||
+ | and if we choose the ordering of basis vectors $\ket{a_1, | ||
+ | \[ | ||
+ | \left ( \begin{array}{cccccc} | ||
+ | a_1 & 0 & \cdots & 0 & 0 & \cdots \\ | ||
+ | 0 & a_1 & \cdots & 0 & 0 & \cdots \\ | ||
+ | \vdots & \vdots & \ddots & \vdots & \vdots & \ddots \\ | ||
+ | 0 & 0 & \cdots & a_2 & 0 & \cdots \\ | ||
+ | 0 & 0 & \cdots & 0 & a_2 & \cdots \\ | ||
+ | \vdots & \vdots & \ddots & \vdots & \vdots & \ddots | ||
+ | \end{array} \right ) | ||
+ | \] | ||
+ | |||
+ | Finally, in section 2.iii.2, we showed that a projection operator $\hat{P}$ is Hermitian $\hat{P}^{\dagger} = \hat{P}$ and idempotent $\hat{P}^2 = \hat{P}$. | ||
+ | |||
+ | Let $\ket{\psi}$ be a nonzero eigenvector of $\hat{P}$. | ||
+ | \begin{equation} | ||
+ | \label{proj1} | ||
+ | \hat{P} \ket{\psi} = a\ket{\psi}. | ||
+ | \end{equation} | ||
+ | Now apply \hat{P} to both sides again | ||
+ | \[\hat{P}^2 \ket{\psi} = a\hat{P}\ket{\psi}.\] | ||
+ | On the left hand side, we will use idempotency $\hat{P}^2 = \hat{P}$ and on the right hand side we will use the eigenvalue equation $\hat{P} \ket{\psi} = a\ket{\psi}$ again. | ||
+ | \begin{equation} | ||
+ | \label{proj2} | ||
+ | \hat{P} \ket{\psi} = a^2 \ket{\psi}. | ||
+ | \end{equation} | ||
+ | |||
+ | Comparing equations \eqref{proj1} and \eqref{proj2}, | ||
+ | |||
+ | This means that $\hat{P}$ has (at most) two eigenspaces. | ||
+ | \[\hat{P} = 0\hat{P}_0 + 1\hat{P}_1 = \hat{P}_1.\] | ||
+ | Since $\hat{P}_1$ is a projector, this implies that $\hat{P}$ is a projector. | ||
+ | |||
+ | {{: | ||
+ | ====== In Class Activities ====== | ||
+ | |||
+ | - Show that, if $\hat{A}^{-1}$ exists and $a$ is an eigenvalue of $\hat{A}$, then $\frac{1}{a}$ is an eigenvalue of $\hat{A}^{-1}$. | ||
+ | - Show that, if $\hat{A}$ is unitary, i.e. $\hat{A}^{\dagger}\hat{A} = \hat{I}$, and $a$ and $b$ are distinct eigenvalues of $a$ with eigenvectors $\ket{a}, \ket{b}$ then $\braket{b}{a} = 0$. | ||
+ | |||
+ | HINT: Compute $\sand{b}{\hat{A}^{\dagger}\hat{A}}{a}$ in two different ways. Once using $\hat{A}^{\dagger}\hat{A} = \hat{I}$ and once using | ||
+ | \[\hat{A}\ket{a} = a\ket{a}, \qquad\qquad \hat{A}\ket{b} = b\ket{b}.\] |