ConceptComplete

Spectral Methods in Combinatorics

Spectral graph theory uses eigenvalues of matrices associated with graphs to derive combinatorial properties. The adjacency matrix, Laplacian, and normalized Laplacian encode structural information that can be extracted through linear algebra.


Adjacency and Laplacian Eigenvalues

Definition6.4Graph Spectrum

For a graph GG on nn vertices, the adjacency matrix A(G)A(G) has eigenvalues λ1λ2λn\lambda_1 \geq \lambda_2 \geq \cdots \geq \lambda_n, called the spectrum of GG. The Laplacian L(G)=D(G)A(G)L(G) = D(G) - A(G), where D(G)D(G) is the diagonal degree matrix, has eigenvalues 0=μ1μ2μn0 = \mu_1 \leq \mu_2 \leq \cdots \leq \mu_n.

Definition6.5Expander Mixing Lemma

For a dd-regular graph GG with second eigenvalue λ=λ2(A)\lambda = \lambda_2(A) and vertex sets S,TV(G)S, T \subseteq V(G): e(S,T)dSTnλST,\left| e(S, T) - \frac{d|S||T|}{n} \right| \leq \lambda \sqrt{|S||T|}, where e(S,T)e(S, T) counts edges between SS and TT. Small λ\lambda implies that the edge distribution is close to that of a random graph.

ExamplePaley Graph Spectrum

The Paley graph on Fp\mathbb{F}_p (where p1(mod4)p \equiv 1 \pmod{4}) has vertices Fp\mathbb{F}_p and edges {a,b}\{a, b\} when aba - b is a quadratic residue. It is (p1)/2(p-1)/2-regular with second eigenvalue λ2=1+p2\lambda_2 = \frac{1 + \sqrt{p}}{2}. The expander mixing lemma then guarantees that this graph is a strong expander.


Hoffman's Bound

Definition6.6Hoffman Bound for Independence

For a dd-regular graph GG on nn vertices with smallest eigenvalue λn\lambda_n, the independence number satisfies: α(G)n(λn)dλn.\alpha(G) \leq \frac{n \cdot (-\lambda_n)}{d - \lambda_n}.

ExampleKneser Graph Eigenvalues

The Kneser graph K(n,k)K(n, k) has vertices ([n]k)\binom{[n]}{k} and edges between disjoint sets. It is regular with degree (nkk)\binom{n-k}{k} and eigenvalues (1)j(nkjkj)(-1)^j \binom{n-k-j}{k-j} for j=0,1,,kj = 0, 1, \ldots, k. Hoffman's bound applied to K(n,k)K(n,k) gives α(K(n,k))(n1k1)\alpha(K(n,k)) \leq \binom{n-1}{k-1}, matching the Erdos-Ko-Rado bound.

RemarkSpectral Gap and Expansion

The spectral gap dλ2d - \lambda_2 of a dd-regular graph controls its expansion properties. The Alon-Boppana bound states that λ22d1o(1)\lambda_2 \geq 2\sqrt{d-1} - o(1) for any family of dd-regular graphs with nn \to \infty. Graphs achieving λ22d1\lambda_2 \leq 2\sqrt{d-1} are called Ramanujan graphs and have optimal expansion properties.


Applications to Chromatic Number

Definition6.7Hoffman Chromatic Bound

For a graph GG with largest eigenvalue λ1\lambda_1 and smallest eigenvalue λn\lambda_n: χ(G)1λ1λn.\chi(G) \geq 1 - \frac{\lambda_1}{\lambda_n}. This spectral lower bound for the chromatic number is tight for Kneser graphs and many other structured graphs.