Graph Spectra and the Adjacency Matrix
Spectral graph theory studies graphs through the eigenvalues and eigenvectors of associated matrices. The spectrum encodes structural information about connectivity, expansion, chromatic number, and random walks.
Adjacency Matrix Spectrum
The adjacency matrix of a graph on vertices has if and otherwise. The spectrum is the multiset of eigenvalues . Key properties: (trace is 0 for simple graphs); (trace of ); counts closed walks of length .
- Complete graph : eigenvalues (multiplicity 1) and (multiplicity ).
- Complete bipartite : eigenvalues (each multiplicity 1) and (multiplicity ).
- Cycle : eigenvalues for .
- Path : eigenvalues for .
Spectral Characterizations
The spectral radius satisfies: (between average and max degree), with iff is -regular. The chromatic number satisfies (Hoffman bound). The independence number satisfies (Hoffman-Lovász bound).
Two graphs are cospectral if they have the same spectrum but are non-isomorphic. Example: and both have spectrum . The spectrum does not determine the graph, but the fraction of graphs with a cospectral mate tends to 0 (Schwenk). Graphs determined by their spectrum include: , , and many strongly regular graphs.