Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| adjoints_and_hermitian_operators [2022/09/22 19:08] – [Hermitian and Skew-Hermitian Operators] admin | adjoints_and_hermitian_operators [2022/10/06 00:45] (current) – [Projection Operators] admin | ||
|---|---|---|---|
| Line 102: | 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$. | ||
| Line 110: | Line 110: | ||
| Another trivial example of a projector is $\hat{0}$ which just multiplies a vector by the scalar $0$, i.e. | 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}, | \[\hat{0}\ket{\psi} = 0 \ket{\psi} = \boldsymbol{0}, | ||
| - | for all vectors $\ket{\psi}\in\mathcal{H}$. | + | for all vectors $\ket{\psi}\in\mathcal{H}$. |
| We already know that, if $\ket{\phi_1}, | We already know that, if $\ket{\phi_1}, | ||
| Line 127: | Line 127: | ||
| where $\ket{\phi_1}, | where $\ket{\phi_1}, | ||
| \begin{align*} | \begin{align*} | ||
| - | | + | |
| - | & = \sand{}{}{} + \sand{}{}{} + \sand{}{}{} + \sand{}{}{} \\\ | + | & = \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*} | \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. | ||