Notes VII
Hermitian operators (pt. 1)
In these next several notes, we will be going over one of the most important topics in linear algebra and begin our approach toward understanding quantum mechanics. We will first be talking about Hermitian operators, and will describe and prove several properties. We will then introduce the spectral decomposition theorem, alongside the spectral theorem, which is slightly less related, but is still incredibly important for verifying the existence of diagonalisable matrices under certain conditions. Furthermore, we will begin using “Hilbert space” and “inner product space” interchangeably from now on.
Let \(A\) be a linear operator on \(V\) a Hilbert space. There exists a unique linear operator \(A^{\dagger}\) on \(V\) such that for \(|v\rangle, |w\rangle \in V\),
We define \(A^{\dagger}=(A^{*})^{T}\). Some properties that can quickly be proven from this definition are that for two linear operators \(A\) and \(B\), \((AB)^{\dagger} = A^{\dagger}B^{\dagger}\). If \(|v\rangle\) is a vector, then \(|v\rangle^{\dagger} = \langle v|\). We then have
Lemma
Proofs. To prove (i), we have
To prove (ii), we have
And finally, to prove (iii), we have
■
A linear operator \(A\) such that \(A^{\dagger}=A\) is known as a self-adjoint , or a Hermitian operator . This will be incredibly useful later. We will now introduce a certain class of Hermitian operators known as projectors . Notice that the term “projector” seems familiar, as in elementary linear algebra it means to find the projection of one vector onto another vector. The projector operators perform a similar task, and we can determine a scalar (expressed in terms of the inner product however) that scales the vector. Let \(W\) be a \(k\)-dimensional vector subspace of the \(d\)-dimensional vector space \(V\). It is possible to construct the orthonormal basis \(|1\rangle,|2\rangle,\ldots,|d\rangle\) for \(V\) by the Gram-Schmidt process, and it follows that we can construct an orthonormal basis \(|1\rangle,|2\rangle,\ldots,|k\rangle\) for \(W\). We thus define the projector
to be the projector onto the subspace \(W\). The projector is a linear operator, and its dimensions are confined by the dimensions of the subspace on which it acts. It can be verified that the operator \(|v\rangle \langle v|\) is Hermitian for any \(|v\rangle\) using a lemma above, so this means that the projector operator is indeed Hermitian, so \(P^{\dagger}=P\). To see how this relates to the projector in elementary linear algebra, let \(|u\rangle\) be a vector. Then the \(v\)th projector \(P_{v} = |v\rangle \langle v|\). As \(P_{v}\) acts on the vector \(|u\rangle\), we have
Let \(\langle v|u \rangle\) be some number \(c\). Then \(P_{v}|v\rangle = c|v\rangle\). Thus the projector has the effect of scaling the vector by a certain scalar, which is where it derives its name “projector”. By convention, instead of saying the vector space onto which \(P\) is a projector, we will simply say the vector space \(P\).
We define the orthogonal complement of \(P\) to be the operator \(Q = I - P\). We can see that \(Q\) is a projector onto the vector space spanned by the set of vectors \(|k+1\rangle, |k+2\rangle,\ldots,|d\rangle\) because
which is the projector that spans that list. We will refer to the orthogonal complement of \(P\) as \(Q\).
Lemma (Idempotence of the projector operator)
Proof. Let us have some projector \(|v\rangle \langle v|\) that is orthonormal \(\forall |v\rangle\) so that \(\langle v|v\rangle = 1\). Then we have
■
We will conclude with several definitions and facts that will be useful later in our proof of spectral decomposition later. An operator \(A\) is normal if \(AA^{\dagger}=A^{\dagger}A\). In other words, \(A\) is normal if it commutes with its self-adjoint. Also, we define a matrix \(U\) - and thus linear operator \(U\) - to be unitary if it satisfies the equation \(UU^{\dagger}=1\). Similarly, an orthogonal matrix is essentially unitary if it is symmetric. In this way, we say that a matrix \(A\) is orthogonal if \(A^{-1}=A^{T}\), and that, by multiplying both sides by \(A\), \(AA^{T}=I\). All orthogonal matrices are invertible. Finally, one very useful property of transposes is that the transpose of a product of linear operators is equivalent to the transpose of each matrix but swapped from the original order. So \((AB)^{T}=B^{T}A^{T}\). This will be used later.
(7 June, 2023; edited 10 June, 2023)