Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| adjoints_and_hermitian_operators [2021/03/07 08:14] – [Projection Operators] admin | adjoints_and_hermitian_operators [2022/10/06 00:45] (current) – [Projection Operators] admin | ||
|---|---|---|---|
| Line 84: | Line 84: | ||
| \[\hat{A}_h = \frac{\hat{A} + \hat{A}^{\dagger}}{2}, | \[\hat{A}_h = \frac{\hat{A} + \hat{A}^{\dagger}}{2}, | ||
| which is a Hermitian operator, and its // | which is a Hermitian operator, and its // | ||
| - | \[\hat{A}_h = \frac{\hat{A} - \hat{A}^{\dagger}}{2},\] | + | \[\hat{A}_a = \frac{\hat{A} - \hat{A}^{\dagger}}{2i},\] |
| - | which is an anti-Hermitian operator. | + | which is also a Hermitian operator. |
| Then, the operator $\hat{A}$ can be written as | Then, the operator $\hat{A}$ can be written as | ||
| - | \[\hat{A} = \hat{A}_h + \hat{A}_a.\] | + | \[\hat{A} = \hat{A}_h + i\hat{A}_a.\] |
| You should think of this decomposition as analogous to writing a complex scalar as | You should think of this decomposition as analogous to writing a complex scalar as | ||
| \[a = \text{Re}(a) + i\text{Im}(a).\] | \[a = \text{Re}(a) + i\text{Im}(a).\] | ||
| + | Note, the imaginary part of a complex number is a real number (not an imaginary number) and the anti-Hermitian part of an operator is Hermitian (not anti-Hermitian). | ||
| ===== Projection Operators ===== | ===== Projection Operators ===== | ||
| Line 101: | Line 102: | ||
| where $V^{\perp}$ is the orthogonal complement of $V$ in $\mathcal{H}$. | where $V^{\perp}$ is the orthogonal complement of $V$ in $\mathcal{H}$. | ||
| - | In order to completely define the operator, we need to say what it does to vectors that are neither in $V$ or $V^{\perp}$. | + | In order to completely define the operator, we need to say what it does to vectors that are neither in $V$ or $V^{\perp}$. |
| - | \[\hat{P}_V \ket{\psi} = \hat{P}_V \left ( a\ket{\phi} + b\ket{\phi^{\perp}} \right ) = a\hat{P}_V\ket{\phi} + b\hat{P}_V \ket{\phi^{\perp}} = a\ket{\phi}.\\] | + | \[\hat{P}_V \ket{\psi} = \hat{P}_V \left ( a\ket{\phi} + b\ket{\phi^{\perp}} \right ) = a\hat{P}_V\ket{\phi} + b\hat{P}_V \ket{\phi^{\perp}} = a\ket{\phi}.\] |
| In other words, the projection operator $\hat{P}_V$ simply returns the component of the vector $\ket{\psi}$ that lies in the subspace $V$. | In other words, the projection operator $\hat{P}_V$ simply returns the component of the vector $\ket{\psi}$ that lies in the subspace $V$. | ||
| - | A trivial example of a projection operator is the projector onto the entire Hilbert space $\mathcal{H}$. | + | A trivial example of a projection operator is the projector |
| + | |||
| + | Another trivial example of a projector is $\hat{0}$ which just multiplies a vector by the scalar $0$, i.e. | ||
| + | \[\hat{0}\ket{\psi} = 0 \ket{\psi} = \boldsymbol{0}, | ||
| + | for all vectors $\ket{\psi}\in\mathcal{H}$. | ||
| + | |||
| + | We already know that, if $\ket{\phi_1}, | ||
| \[\hat{I} = \sum_j \proj{\phi_j}.\] | \[\hat{I} = \sum_j \proj{\phi_j}.\] | ||
| - | This result can be extended to arbitrary projectors. | + | This result can be extended to arbitrary projectors. |
| \[\hat{P}_V = \sum_j \proj{\phi_j}.\] | \[\hat{P}_V = \sum_j \proj{\phi_j}.\] | ||
| - | To see this, let note that any vector $\ket{\psi}$ can be written as $\ket{\psi} = a\ket{\phi} + b\ket{\phi^{\perp}}$ where $\ket{\phi} \in V$ and $\ket{\phi^{\perp}} \in V^{\perp}$. | + | To see this, let note that any vector $\ket{\psi}$ can be written as $\ket{\psi} = \ket{\phi} + \ket{\phi^{\perp}}$ where $\ket{\phi} \in V$ and $\ket{\phi^{\perp}} \in V^{\perp}$. |
| - | All projection operators are Hermitian $\hat{P}_V^{\dagger} = \hat{P}_V$ and // | + | All projection operators are Hermitian $\hat{P}_V^{\dagger} = \hat{P}_V$ and // |
| - | To show that $\hat{P}_V$ is Hermitian, let $\ket{\psi}$ and $\ket{\chi}$ be two vectors in $\mathcal{H}$, | + | To show that $\hat{P}_V$ is Hermitian, let $\ket{\psi_1}$ and $\ket{\psi_2}$ be two vectors in $\mathcal{H}$, |
| - | \begin | + | \begin{align*} |
| + | \ket{\psi_1} & = \ket{\phi_1} + \ket{\phi_1^{\perp}}, | ||
| + | \end{align*} | ||
| + | where $\ket{\phi_1}, | ||
| + | \begin{align*} | ||
| + | | ||
| + | & = \sand{\phi_1}{\hat{P}_V}{\phi_2} + \sand{\phi_1}{\hat{P}_V}{\phi_2^{\perp}} + \sand{\phi_1^{\perp}}{\hat{P}_V}{\phi_2} + \sand{\phi_1^{\perp}}{\hat{P}_V}{\phi_2^{\perp}}. | ||
| + | \end{align*} | ||
| + | Now, the terms $\sand{\phi_1}{\hat{P}_V}{\phi_2^{\perp}}, | ||
| + | \begin{align*} | ||
| + | \sand{\phi_1}{\hat{P}_V}{\phi_2^{\perp}} & = \sand{\phi_2^{\perp}}{\hat{P}_V}{\phi_1}^*, | ||
| + | \sand{\phi_1^{\perp}}{\hat{P}_V}{\phi_2} & = \sand{\phi_2}{\hat{P}_V}{\phi_1^{\perp}}^*, | ||
| + | | ||
| + | \end{align*} | ||
| + | In addition | ||
| + | \begin{align*} | ||
| + | | ||
| + | & = \braket{\phi_2}{\phi_1}^* \\ | ||
| + | & = \sand{\phi_2}{\hat{P}_V}{\phi_1}^*. | ||
| + | \end{align*} | ||
| + | This is because $\ket{\phi_1}, | ||
| + | |||
| + | All together then, we have | ||
| + | \begin{align*} | ||
| + | \sand{\psi_1}{\hat{P}_V}{\psi_2} & =\sand{\phi_1}{\hat{P}_V}{\phi_2} + \sand{\phi_1}{\hat{P}_V}{\phi_2^{\perp}} + \sand{\phi_1^{\perp}}{\hat{P}_V}{\phi_2} + \sand{\phi_1^{\perp}}{\hat{P}_V}{\phi_2^{\perp}} \\ | ||
| + | & = \sand{\phi_2}{\hat{P}_V}{\phi_1}^* + \sand{\phi_2^{\perp}}{\hat{P}_V}{\phi_1}^* + \sand{\phi_2}{\hat{P}_V}{\phi_1^{\perp}}^* + \sand{\phi_2^{\perp}}{\hat{P}_V}{\phi_1^{\perp}}^* \\ | ||
| + | & = \left [ \left ( \bra{\phi_2} + \bra{\phi_2^{\perp}}\right ) \hat{P}_V \left ( \ket{\phi_1} + \ket{\phi_1^{\perp}}\right ) \right ]^* \\ | ||
| + | & = \sand{\psi_2}{\hat{P}_V}{\psi_1}^*, | ||
| + | \end{align*} | ||
| + | so $\hat{P}_V^{\dagger} = \hat{P}_V$. | ||
| + | To prove that projection operators are idempotent, write an arbitrary vector $\ket{\psi}$ as | ||
| + | \[\ket{\psi} = \ket{\phi} + \ket{\phi^{\perp}}, | ||
| + | with $\ket{\phi} \in V$ and $\ket{\phi^{\perp}} \in V^{\perp}$. | ||
| + | \[\hat{P}_V \ket{\psi} = \ket{\phi}, | ||
| + | but also | ||
| + | \[\hat{P}_V^2 \ket{\psi} = \hat{P}_V \hat{P}_V \ket{\psi} = \hat{P_V} \ket{\phi} = \ket{\phi}, | ||
| + | since $\ket{\phi} \in V$. Since this is true for an arbitrary vector $\ket{\psi}$, | ||
| We conclude with some more basic properties of projectors. | We conclude with some more basic properties of projectors. | ||