Laplacian Matrix and Expansion
The Laplacian matrix captures the diffusive properties of a graph. Its second-smallest eigenvalue -- the algebraic connectivity -- measures how well-connected the graph is and controls random walk mixing.
Laplacian Spectrum
The Laplacian where . Properties: is positive semidefinite; eigenvalues ; the multiplicity of eigenvalue 0 equals the number of connected components; the algebraic connectivity (Fiedler, 1973) satisfies iff is connected.
The normalized Laplacian is . Its eigenvalues . The normalized Laplacian is better suited for irregular graphs. The random walk matrix has eigenvalues , connecting Laplacian spectrum to random walk behavior.
Cheeger's Inequality and Expansion
The conductance (Cheeger constant) of is (for -regular graphs, often normalized by ). Cheeger's inequality: for -regular graphs (with normalized by ). This connects the algebraic and combinatorial notions of expansion: good expansion ( large) is equivalent to a spectral gap ( bounded away from 0).
An infinite family of -regular graphs with is an expander family if uniformly. Expanders exist for all (probabilistic proof; explicit constructions by Margulis, Lubotzky-Phillips-Sarnak). The Alon-Boppana bound: for -regular graphs, so . Ramanujan graphs achieve , optimal expansion.
Applications
A random walk on transitions from vertex to a random neighbor. For a connected non-bipartite -regular graph, the walk converges to the uniform distribution. The mixing time where . The spectral gap controls how fast mixing occurs. Expander graphs have , the fastest possible.