2.1.3 Second Quantization#

Prompts

  • What is the key difference between first-quantized and second-quantized descriptions of a many-body system? Why is the occupation-number representation more natural for identical particles?

  • Define the creation operator \(\hat{a}^\dagger\) and annihilation operator \(\hat{a}\). How do they act on Fock states for bosons versus fermions?

  • Why do boson operators satisfy commutation relations while fermion operators satisfy anticommutation relations? How does each algebra enforce the correct quantum statistics?

  • What is boson enhancement? If you apply \(\hat{b}^\dagger\) to a state with \(n\) bosons, why is the amplitude \(\sqrt{n+1}\) and what physical phenomenon does this explain?

  • Show that \((\hat{c}^\dagger_\alpha)^2 = 0\) for fermions and explain why this is the Pauli exclusion principle in operator language.

Lecture Notes#

Overview#

Second quantization reformulates quantum mechanics so that identical-particle statistics are automatic. Instead of labeling individual particles and then symmetrizing or antisymmetrizing by hand, we simply count how many particles occupy each single-particle mode. This shift from “particle labels” to “occupation numbers” handles variable particle number naturally and leads directly to the operator algebra of creation and annihilation.

First vs Second Quantization#

First quantization asks: “Which particle is in which state?” An \(N\)-particle state is a tensor product

\[\vert\Psi\rangle = \vert\psi_1\rangle \otimes \vert\psi_2\rangle \otimes \cdots \otimes \vert\psi_N\rangle\]

that must be manually symmetrized (bosons) or antisymmetrized (fermions).

Second quantization asks: “How many particles occupy each state?” A state is specified by occupation numbers

\[\vert n_1, n_2, \ldots, n_D\rangle\]

where \(n_\alpha\) counts particles in single-particle mode \(\alpha\). Symmetry is built into the operator algebra—no manual (anti)symmetrization needed.

Fock Space#

Fock Space

The Fock space is the direct sum of all \(N\)-particle Hilbert spaces:

\[\mathcal{F} = \bigoplus_{N=0}^\infty \mathcal{H}_N\]

Its basis states are Fock states \(\vert n_1, n_2, \ldots, n_D\rangle\), labeled by occupation numbers \(\{n_\alpha\}\). These form a complete orthonormal basis:

\[\langle n_1', n_2', \ldots \vert n_1, n_2, \ldots \rangle = \prod_\alpha \delta_{n_\alpha' n_\alpha}\]

The vacuum \(\vert 0\rangle \equiv \vert 0, 0, \ldots, 0\rangle\) has no particles.

Creation and Annihilation Operators#

The creation operator \(\hat{a}^\dagger_\alpha\) adds a particle to mode \(\alpha\); the annihilation operator \(\hat{a}_\alpha\) removes one. Their action on Fock states differs for bosons and fermions.

Bosonic Operators (\(\hat{b}_\alpha\), \(\hat{b}^\dagger_\alpha\))#

For bosons, creation and annihilation operators are defined from the symmetric insertion/deletion operators \(\rhd_+\) and \(\lhd_+\). On an \(N\)-particle first-quantized state \(\vert\Psi_N\rangle\),

(34)#\[\begin{split} \begin{split} \hat{b}_\alpha^\dagger\vert\Psi_N\rangle&=\frac{1}{\sqrt{N+1}}\left(\vert\alpha\rangle\rhd_+\vert\Psi_N\rangle\right),\\ \hat{b}_\alpha\vert\Psi_N\rangle&=\frac{1}{\sqrt{N}}\left(\vert\alpha\rangle\lhd_+\vert\Psi_N\rangle\right). \end{split} \end{split}\]

Therefore in occupation-number basis,

\[ \hat{b}^\dagger_\alpha \vert \ldots, n_\alpha, \ldots\rangle = \sqrt{n_\alpha + 1}\;\vert \ldots, n_\alpha + 1, \ldots\rangle \]
\[ \hat{b}_\alpha \vert \ldots, n_\alpha, \ldots\rangle = \sqrt{n_\alpha}\;\vert \ldots, n_\alpha - 1, \ldots\rangle \]

Fermionic Operators (\(\hat{c}_\alpha\), \(\hat{c}^\dagger_\alpha\))#

For fermions, creation and annihilation operators are defined from antisymmetric insertion/deletion operators \(\rhd_-\) and \(\lhd_-\). On an \(N\)-particle first-quantized state \(\vert\Psi_N\rangle\),

(35)#\[\begin{split} \begin{split} \hat{c}_\alpha^\dagger\vert\Psi_N\rangle&=\frac{1}{\sqrt{N+1}}\left(\vert\alpha\rangle\rhd_-\vert\Psi_N\rangle\right),\\ \hat{c}_\alpha\vert\Psi_N\rangle&=\frac{1}{\sqrt{N}}\left(\vert\alpha\rangle\lhd_-\vert\Psi_N\rangle\right). \end{split} \end{split}\]

Therefore in occupation-number basis (\(n_\alpha\in\{0,1\}\)),

\[\begin{split} \hat{c}^\dagger_\alpha \vert \ldots, n_\alpha, \ldots\rangle = \begin{cases} (-1)^{P_\alpha} \vert \ldots, 1, \ldots\rangle & n_\alpha = 0 \\ 0 & n_\alpha = 1 \end{cases} \end{split}\]
\[\begin{split} \hat{c}_\alpha \vert \ldots, n_\alpha, \ldots\rangle = \begin{cases} (-1)^{P_\alpha} \vert \ldots, 0, \ldots\rangle & n_\alpha = 1 \\ 0 & n_\alpha = 0 \end{cases} \end{split}\]

where \(P_\alpha = \sum_{i<\alpha} n_i\) counts occupied modes before \(\alpha\) in the canonical mode ordering.

Algebraic Relations#

The following algebras are equivalent to the operator definitions above, and in practice are often used as defining relations for boson/fermion operators.

Commutation Relations (Bosons)

(36)#\[\begin{split} \begin{split} [\hat{b}_\alpha, \hat{b}^\dagger_\beta] &= \delta_{\alpha\beta},\\ [\hat{b}_\alpha, \hat{b}_\beta] &= 0,\\ [\hat{b}^\dagger_\alpha, \hat{b}^\dagger_\beta] &= 0. \end{split} \end{split}\]

Anticommutation Relations (Fermions)

(37)#\[\begin{split} \begin{split} \{\hat{c}_\alpha, \hat{c}^\dagger_\beta\} &= \delta_{\alpha\beta},\\ \{\hat{c}_\alpha, \hat{c}_\beta\} &= 0,\\ \{\hat{c}^\dagger_\alpha, \hat{c}^\dagger_\beta\} &= 0. \end{split} \end{split}\]

Number Operator#

The number operator \(\hat{n}_\alpha = \hat{a}^\dagger_\alpha \hat{a}_\alpha\) counts particles in mode \(\alpha\):

\[\hat{n}_\alpha \vert \ldots, n_\alpha, \ldots\rangle = n_\alpha \vert \ldots, n_\alpha, \ldots\rangle\]

Fock states are eigenstates of every \(\hat{n}_\alpha\) simultaneously.

Bosons vs Fermions: Complete Comparison#

Aspect

Bosons

Fermions

Statistics

Bose-Einstein

Fermi-Dirac

Wavefunction

Symmetric (permanent)

Antisymmetric (determinant)

Occupation

\(n_\alpha \in \{0,1,2,\ldots\}\)

\(n_\alpha \in \{0,1\}\)

Creation

\(\hat{b}^\dagger \vert n\rangle = \sqrt{n+1}\,\vert n{+}1\rangle\)

\(\hat{c}^\dagger \vert 0\rangle = \vert 1\rangle\), \(\hat{c}^\dagger \vert 1\rangle = 0\)

Annihilation

\(\hat{b} \vert n\rangle = \sqrt{n}\,\vert n{-}1\rangle\)

\(\hat{c} \vert 1\rangle = \vert 0\rangle\), \(\hat{c} \vert 0\rangle = 0\)

Algebra

\([\hat{b},\hat{b}^\dagger]=1\)

\(\{\hat{c},\hat{c}^\dagger\}=1\)

Phase

None

\((-1)^{P_\alpha}\) (parity sign)

Repeated creation

\((\hat{b}^\dagger)^n \vert 0\rangle = \sqrt{n!}\,\vert n\rangle\)

\((\hat{c}^\dagger)^2 = 0\)

Key consequence

Stimulated emission, BEC

Pauli exclusion

Examples

Photons, phonons, \(^4\text{He}\)

Electrons, protons, neutrons

Boson Enhancement#

Apply \(\hat{b}^\dagger\) to a superposition of Fock states:

\[\hat{b}^\dagger \vert\psi\rangle = \hat{b}^\dagger \sum_n c_n \vert n\rangle = \sum_n c_n \sqrt{n+1}\;\vert n+1\rangle\]

The \(\sqrt{n+1}\) factor means it is more probable to add a boson to a mode that already contains many bosons. This “rich get richer” effect is the origin of stimulated emission—the transition rate into a mode with \(n\) bosons is proportional to \(n+1\) (stimulated + spontaneous). It also drives Bose-Einstein condensation.

Pauli Exclusion in Operator Language#

For fermions, the anticommutation relation \(\{\hat{c}^\dagger_\alpha, \hat{c}^\dagger_\alpha\} = 0\) implies:

\[(\hat{c}^\dagger_\alpha)^2 = 0\]

Attempting to create a second fermion in an occupied mode gives zero—the state is annihilated. This is the Pauli exclusion principle encoded directly in the algebra, not imposed by hand.

Summary#

  • Second quantization replaces particle labels with occupation numbers \(\{n_\alpha\}\), making identical-particle statistics automatic.

  • Fock space \(\mathcal{F} = \bigoplus_N \mathcal{H}_N\) spans all particle-number sectors; Fock states \(\vert n_1, n_2, \ldots\rangle\) form its orthonormal basis.

  • Creation/annihilation operators add and remove particles; commutators \([\hat{b},\hat{b}^\dagger]=1\) enforce bosonic statistics, anticommutators \(\{\hat{c},\hat{c}^\dagger\}=1\) enforce fermionic statistics.

  • Boson enhancement: the \(\sqrt{n+1}\) factor in \(\hat{b}^\dagger\vert n\rangle\) drives stimulated emission and Bose-Einstein condensation.

  • Pauli exclusion: \((\hat{c}^\dagger_\alpha)^2 = 0\) forbids double occupation, following automatically from anticommutation.

  • The number operator \(\hat{n}_\alpha = \hat{a}^\dagger_\alpha \hat{a}_\alpha\) counts particles per mode.

Homework#

1. Using the bosonic commutation relation \([\hat{b}_\alpha, \hat{b}^\dagger_\alpha] = 1\), show that \(\hat{n}_\alpha = \hat{b}^\dagger_\alpha \hat{b}_\alpha\) satisfies \(\hat{n}_\alpha \vert n_\alpha\rangle = n_\alpha \vert n_\alpha\rangle\), with \(n_\alpha = 0, 1, 2, \ldots\) Verify explicitly for \(n_\alpha = 0\) and \(n_\alpha = 1\).

2. Compute the commutators \([\hat{n}_\alpha, \hat{b}^\dagger_\beta]\) and \([\hat{n}_\alpha, \hat{b}_\beta]\) using \([\hat{b}_\alpha, \hat{b}^\dagger_\beta] = \delta_{\alpha\beta}\). Interpret: how does \(\hat{b}^\dagger_\beta\) change the eigenvalue of \(\hat{n}_\alpha\)?

3. Show directly from \(\{\hat{c}^\dagger_\alpha, \hat{c}^\dagger_\alpha\} = 0\) that \((\hat{c}^\dagger_\alpha)^2 = 0\). Explain why this is the Pauli exclusion principle in operator language.

4. Compute \(\langle 0 \vert \hat{b}_\alpha \hat{b}^\dagger_\alpha \vert 0\rangle\) and \(\langle 0 \vert \hat{b}^\dagger_\alpha \hat{b}_\alpha \vert 0\rangle\). What is the physical meaning of their difference?

5. For a two-mode bosonic system, list all Fock states with total particle number \(N = 2\). Do the same for a two-mode fermionic system. How many states exist in each case?

6. For non-interacting particles with single-particle energies \(\epsilon_\alpha\), the Hamiltonian is \(\hat{H} = \sum_\alpha \epsilon_\alpha \hat{n}_\alpha\). Compute \(\langle n_1, n_2, \ldots \vert \hat{H} \vert n_1, n_2, \ldots\rangle\).

7. Show that \([\hat{H}, \hat{N}] = 0\) for the Hamiltonian in problem 6, where \(\hat{N} = \sum_\alpha \hat{n}_\alpha\) is the total number operator. What conservation law does this express?

8. The single-particle kinetic energy eigenvalue in a plane-wave basis is \(\epsilon_{\boldsymbol{k}} = \hbar^2 k^2 / 2m\). Write the second-quantized kinetic energy operator \(\hat{T} = \sum_{\boldsymbol{k}} \epsilon_{\boldsymbol{k}} \hat{b}^\dagger_{\boldsymbol{k}} \hat{b}_{\boldsymbol{k}}\) for bosons. Compare this to the first-quantized form \(\sum_{i=1}^N \hat{\boldsymbol{p}}_i^2 / 2m\): which is simpler and why?