ConceptComplete

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

Definition8.1Adjacency Matrix and Spectrum

The adjacency matrix A(G)A(G) of a graph GG on nn vertices has Aij=1A_{ij} = 1 if ijEij \in E and 00 otherwise. The spectrum is the multiset of eigenvalues λ1λ2λn\lambda_1 \geq \lambda_2 \geq \cdots \geq \lambda_n. Key properties: λi=0\sum \lambda_i = 0 (trace is 0 for simple graphs); λi2=2E\sum \lambda_i^2 = 2|E| (trace of A2A^2); λik\sum \lambda_i^k counts closed walks of length kk.

ExampleSpectra of Basic Graphs
  • Complete graph KnK_n: eigenvalues n1n-1 (multiplicity 1) and 1-1 (multiplicity n1n-1).
  • Complete bipartite Ka,bK_{a,b}: eigenvalues ±ab\pm\sqrt{ab} (each multiplicity 1) and 00 (multiplicity a+b2a+b-2).
  • Cycle CnC_n: eigenvalues 2cos(2πk/n)2\cos(2\pi k/n) for k=0,1,,n1k = 0, 1, \ldots, n-1.
  • Path PnP_n: eigenvalues 2cos(kπ/(n+1))2\cos(k\pi/(n+1)) for k=1,,nk = 1, \ldots, n.

Spectral Characterizations

Definition8.2Spectral Radius and Graph Properties

The spectral radius λ1=ρ(G)\lambda_1 = \rho(G) satisfies: dˉλ1Δ\bar{d} \leq \lambda_1 \leq \Delta (between average and max degree), with λ1=Δ\lambda_1 = \Delta iff GG is Δ\Delta-regular. The chromatic number satisfies χ(G)1+λ1/λn\chi(G) \geq 1 + \lambda_1/|\lambda_n| (Hoffman bound). The independence number satisfies α(G)nλn/(λ1+λn)\alpha(G) \leq n \cdot |\lambda_n|/(\lambda_1 + |\lambda_n|) (Hoffman-Lovász bound).

RemarkCospectral Graphs

Two graphs are cospectral if they have the same spectrum but are non-isomorphic. Example: C4K1C_4 \cup K_1 and K1,4K_{1,4} both have spectrum {2,0,0,0,2}\{2, 0, 0, 0, -2\}. 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: KnK_n, Kn,nK_{n,n}, and many strongly regular graphs.