Chapter 9: The Holographic Principle

The holographic principle asserts that the maximum entropy in any region of space is proportional to its boundary area, not its volume. This radical idea, rooted in black hole thermodynamics, suggests that spacetime itself may be emergent from more fundamental, lower-dimensional degrees of freedom.

1. The Bekenstein Bound

In 1981, Bekenstein argued that the entropy of any system contained within a sphere of radius $R$ and energy $E$ is bounded:

$$S \le \frac{2\pi R E}{\hbar c}$$

The argument proceeds by contradiction: if a system violated this bound, one could lower it into a black hole and decrease the total entropy, violating the generalized second law. Since a black hole of energy $E$ has entropy$S_{\text{BH}} = A/(4l_p^2)$ with $R_s = 2GE/c^4$, this gives:

$$S_{\text{BH}} = \frac{A}{4l_p^2} = \frac{4\pi G^2 E^2}{\hbar c^5}$$

Black holes are the most entropic objects that fit in a given region. No matter system can carry more entropy than the black hole that would form from the same energy.

2. Area Equals Entropy

The Bekenstein–Hawking formula is the cornerstone of quantum gravity:

$$S_{\text{BH}} = \frac{k_B c^3}{4 G \hbar}\,A = \frac{A}{4 l_p^2}$$

This is remarkable: entropy scales with area, not volume. For a solar-mass black hole,$S \sim 10^{77}$, while a star of the same mass has $S \sim 10^{58}$. The four laws of black hole mechanics exactly parallel thermodynamics:

Zeroth Law

Surface gravity $\kappa$ is constant on the horizon

First Law

$dM = \frac{\kappa}{8\pi G}\,dA + \Omega\,dJ + \Phi\,dQ$

Second Law

$dA \ge 0$ (area never decreases in classical GR)

Third Law

$\kappa = 0$ cannot be achieved in finite steps

3. The Holographic Principle

’t Hooft (1993) and Susskind (1995) elevated the area-entropy relation to a fundamental principle: the number of degrees of freedom in any region is bounded by the area of its boundary in Planck units:

$$N_{\text{dof}} \le \frac{A}{4 l_p^2}$$

This is profoundly counter-intuitive. In quantum field theory, degrees of freedom scale with volume. A lattice QFT in a box of side $L$ with cutoff$l_p$ has $\sim (L/l_p)^3$ degrees of freedom per site. Yet gravity imposes that no more than $\sim (L/l_p)^2$ can be independent — the volume scaling must be an illusion.

4. Bousso’s Covariant Entropy Bound

Bousso (1999) gave a covariant formulation that applies in cosmological spacetimes. For any 2-surface $B$, construct a light sheet $L(B)$ — a null hypersurface generated by non-expanding light rays orthogonal to $B$:

$$S[L(B)] \le \frac{A(B)}{4G}$$

The light sheet condition requires the expansion $\theta$ of the null generators to be non-positive:

$$\theta = \nabla_\mu k^\mu \le 0$$

This is the focused version of the Raychaudhuri equation. The covariant bound holds in expanding cosmologies, near singularities, and in all known examples, providing the strongest evidence for a fundamental holographic nature of quantum gravity.

5. ER = EPR

Maldacena and Susskind (2013) proposed a deep connection between quantum entanglement (EPR) and spacetime geometry (ER = Einstein–Rosen bridges / wormholes):

$$\text{Entanglement} \;\longleftrightarrow\; \text{Wormhole Geometry}$$

Two maximally entangled black holes are connected by a non-traversable wormhole. The entanglement entropy between the two sides equals the area of the wormhole throat:

$$S_{\text{entanglement}} = \frac{A_{\text{throat}}}{4G}$$

This suggests that spacetime connectivity itself emerges from quantum entanglement — separating entangled subsystems literally tears spacetime apart.

6. Implications for Quantum Gravity

The holographic principle has far-reaching consequences:

  • Spacetime is not fundamental but emerges from entanglement structure
  • Gravity can be understood as an entropic force (Verlinde, 2010)
  • Quantum error correction provides the mechanism by which bulk physics is encoded on the boundary
  • Complexity growth of the boundary state is dual to the growth of the Einstein–Rosen bridge behind the horizon

The connection between geometry and information is captured by the quantum extremal surface formula:

$$S_{\text{gen}} = \min\;\text{ext}\!\left[\frac{A(\sigma)}{4G} + S_{\text{bulk}}(\Sigma_\sigma)\right]$$

This generalization of the Ryu–Takayanagi formula to include quantum corrections is the key ingredient in resolving the black hole information paradox.

Python: Entropy vs Area for Black Holes

Python
bh_entropy_area.py89 lines

Click Run to execute the Python code

Code will be executed with Python 3 on the server

Rate this chapter: