Chapter 10: Black Hole Information Paradox
Hawking’s 1975 discovery that black holes radiate thermally leads to a crisis: if the radiation is truly thermal, information about what fell in is destroyed, violating unitarity of quantum mechanics. Resolving this paradox has driven some of the deepest advances in theoretical physics.
1. Hawking Radiation
Hawking showed that quantum field theory on a black hole background predicts thermal radiation at the Hawking temperature:
$$T_H = \frac{\hbar c^3}{8\pi G M k_B} = \frac{\kappa}{2\pi}$$
The mechanism is pair creation near the horizon. In Unruh’s picture, the vacuum state of the infalling observer is a thermal state for the asymptotic observer. The Bogoliubov transformation between the two sets of modes gives:
$$\langle n_\omega \rangle = \frac{1}{e^{\omega/T_H} - 1}$$
This is an exact Planck spectrum. As the black hole radiates, it loses mass. The luminosity scales as:
$$\frac{dM}{dt} = -\frac{\alpha\,\hbar c^4}{G^2 M^2}$$
leading to complete evaporation in time $t_{\text{evap}} \sim M^3$
2. The Information Paradox
In quantum mechanics, time evolution is unitary: a pure state always evolves into a pure state. However, Hawking’s calculation implies that a pure state (the collapsing matter) evolves into a mixed state (thermal radiation):
$$|\psi\rangle_{\text{pure}} \;\longrightarrow\; \rho_{\text{thermal}} = \frac{e^{-H/T_H}}{Z}$$
This would mean $S = -\text{Tr}(\rho\ln\rho) > 0$ for the final state, even though $S = 0$ for the initial state. The entropy of radiation grows monotonically throughout evaporation, reaching $S \sim S_{\text{BH}}^{\text{initial}}$.
$$\Delta S = S_{\text{final}} - S_{\text{initial}} > 0 \quad \Longrightarrow \quad \text{unitarity violated!}$$
3. The Page Curve
Don Page (1993) argued that if evaporation is unitary, the entanglement entropy of the radiation must follow a specific curve. For a random bipartite pure state with subsystem dimensions $d_A$ and $d_B$ ($d_A \le d_B$):
$$\langle S_A \rangle \approx \ln d_A - \frac{d_A}{2d_B}$$
The entropy of radiation initially increases (as the radiation subsystem grows) but must eventually decrease after the Page time — the point where more than half the entropy has been radiated. The full Page curve has the form:
$$S_{\text{rad}}(t) = \min\!\big(S_{\text{rad}}^{\text{thermal}}(t),\; S_{\text{BH}}(t)\big)$$
Reproducing this curve from a gravitational calculation was the central challenge for 25 years.
4. The Islands Formula
In 2019, a breakthrough came with the quantum extremal surface andislands formula. The fine-grained entropy of radiation is computed by:
$$S(\text{rad}) = \min\;\text{ext}_{\mathcal{I}}\!\left[\frac{\text{Area}(\partial\mathcal{I})}{4G} + S_{\text{bulk}}(\text{rad} \cup \mathcal{I})\right]$$
Here $\mathcal{I}$ is the island — a region of the black hole interior that is entanglement-wedge reconstructible from the radiation. Before the Page time, there is no island and $S = S_{\text{bulk}}(\text{rad})$ grows thermally. After the Page time, the island dominates:
$$S(\text{rad}) \approx \frac{A_{\text{horizon}}}{4G} = S_{\text{BH}}$$
This automatically produces the Page curve, with the transition occurring at the quantum extremal surface exchange.
5. Replica Wormholes
The islands formula can be derived from the gravitational path integral using the replica trick. To compute $S = -\text{Tr}(\rho\ln\rho)$, we first compute the Rényi entropies:
$$S_n = \frac{1}{1-n}\ln\text{Tr}(\rho^n)$$
The gravitational path integral for $\text{Tr}(\rho^n)$ includes a sum over topologies. The key new contribution is the replica wormhole — a saddle point where the $n$ replica geometries are connected through the black hole interior:
$$\text{Tr}(\rho^n) = Z_{\text{disconnected}}^{(n)} + Z_{\text{connected}}^{(n)} + \cdots$$
Before the Page time, the disconnected saddle dominates (Hawking’s answer). After the Page time, the connected (replica wormhole) saddle takes over, giving the island contribution and reproducing the Page curve.
6. Open Questions
While the Page curve has been reproduced, fundamental questions remain:
- What is the precise mechanism by which information escapes the horizon?
- How does the black hole interior change at the Page time?
- What replaces the classical spacetime description near the singularity?
- Do firewalls exist, or is the equivalence principle maintained?
The AMPS firewall argument showed a sharp tension between three principles:
$$\text{Unitarity} + \text{Equivalence Principle} + \text{EFT outside horizon} \;\longrightarrow\; \text{contradiction}$$
The resolution likely requires a radical revision of our understanding of spacetime at the Planck scale, perhaps involving non-local effects, state-dependent operators, or a fundamentally new framework for quantum gravity.
Python: The Page Curve
Click Run to execute the Python code
Code will be executed with Python 3 on the server