I'm reading simple harmonic oscillator problem in "Modern Quantum Mechanics" by J.J. Sakurai.
The approach is by defining the annihilation ($a^{t}$) and creation ($a$) operators, then a number operator is defined as the product between these operators $N=a^{t}a$. Also, an energy eigenket of $N$ is denoted by its eigenvalue $n$, that is, $$N|n\rangle=n|n\rangle.$$ Then we can find $$Na|n\rangle=(n-1)a|n\rangle$$ and the book says this implies $$a|n\rangle=c|n-1\rangle,$$ where $c$ is a numerical constant, the problem is I can't understand why this is true. I'm new with Dirac's notation, maybe that is the problem.
- 220,844
- 110
- 1
- 9
3 Answers
This becomes more apparent with some parenthesis:
$$ N(a|n\rangle)=(n-1)(a|n\rangle) $$
Since $N$ yields an eigenvalue of $(n-1)$ when operating on the state $a|n\rangle$, then $a|n\rangle$ must be an eigenstate of $N$ with an eigenvalue of $(n-1)$, aka $|n-1\rangle$ (a overall phase factor/numerical constant $c$ could also be included in this state, which would be cancelled from both sides).
- 883
Your question is why the eigenvalue-$n-1$ eigenspace has dimension $1$. Since repeated application of $a$ can reduce the eigenvalue until it is $0$, while repeated application of $a^\dagger$ can increase the eigenvalue, each eigenspace has the same dimension. You can easily prove this dimension is $1$ in the $n=0$ case.
- 25,615
the problem is I can't understand why this is true
From your equation 1, we get that:
$$Nc|n-1\rangle = (n-1)c|n-1\rangle$$
Your equation 2 is:
$$Na|n\rangle = (n-1)a|n\rangle$$
Thus, it must be that
$$a|n\rangle = c|n-1\rangle $$
To be clear, $a$ is an operator that, given a ket, returns a ket so we could write something like
$$|m\rangle = a|n\rangle$$
and then your equation 2 becomes
$$N|m\rangle = (n-1)|m\rangle$$
which implies that $|m\rangle$ is proportional to $|n-1\rangle$, i.e.,
$$|m\rangle = c|n-1\rangle$$
- 60,633