Imagine you want to build a communication network: every node connects to exactly others (a -regular graph), you want as few wires as possible, yet a message must spread quickly from any node to any other. How well-connected can you make it?
The answer is encoded in the eigenvalues of the graph's adjacency matrix. For a -regular graph on vertices the largest eigenvalue is always . The second-largest eigenvalue controls how fast information (or a random walk) propagates: the spectral gap must be large for rapid mixing.
In 1988 the Alon-Boppana theorem proved that no infinite family of -regular graphs can keep below . That lower bound is a wall — you simply cannot do better. A -regular graph is called a Ramanujan graph when it actually hits that wall:
The name honours the mathematician Srinivasa Ramanujan: the first explicit constructions, by Lubotzky-Phillips-Sarnak and Margulis (both 1988), relied on deep results about Ramanujan's tau function and the Ramanujan conjecture (proved by Deligne in 1974). Hitting the Alon-Boppana bound with a concrete, efficiently describable graph turned out to require some of the deepest machinery in twentieth-century number theory.
Comments
Loading comments...