How statement and proof provenance work
The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.
- Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
- AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
- AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.
These labels describe origin, not correctness: citations and verification chips remain separate evidence.
The matrix-tree theorem becomes an eigenvalue product formula
Statement
Let be a finite simple graph on vertices, and let
be the eigenvalues of its Laplacian matrix. Then
If is -regular with adjacency eigenvalues , then
Facts & Assumptions
Given: A finite simple graph on vertices with Laplacian and spanning-tree count .
Every principal cofactor of equals (Kirchhoff's matrix-tree theorem).
The determinant of a square matrix is the product of its eigenvalues, counted with multiplicity (If in , then : determinant is the product of the eigenvalues counted with algebraic multiplicity).
If is a polynomial and is an eigenvalue of , then is an eigenvalue of with the same eigenvectors (If in , then for every : the eigenvalues of are , counted with algebraic multiplicity).
The adjacency spectrum records the eigenvalues of the adjacency matrix (Adjacency spectrum, spectral radius, and cospectral graphs).
Proof
Expanding the characteristic polynomial at shows that the coefficient of is . By [L1], this is . On the other hand, [L2] gives , so the same coefficient of is . Therefore .
If is -regular, then . Applying [L3] to the polynomial shows that the Laplacian eigenvalues are . Since , the zero Laplacian eigenvalue is , and substituting the others into step 1.1 gives .
Steps 1.1 and 2.1 are exactly the two displayed formulas.
Depends on
- Adjacency spectrum, spectral radius, and cospectral graphs
- The Laplacian matrix of a finite simple graph
- If $\chi_T(x)=\prod_{i<n}(x-\lambda_i)$ in $F[x]$, then $\det(T)=\prod_{i<n}\lambda_i$: determinant is the product of the eigenvalues counted with algebraic multiplicity
- Kirchhoff's matrix-tree theorem
- If $\chi_T(x)=\prod_{i<n}(x-\lambda_i)$ in $F[x]$, then $\chi_{p(T)}(y)=\prod_{i<n}(y-p(\lambda_i))$ for every $p\in F[x]$: the eigenvalues of $p(T)$ are $p(\lambda_i)$, counted with algebraic multiplicity
Used by
Dependency tree · two levels
27 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.
Sources
- Richard P. Stanley, MIT 18.314 handout, Corollary 1.10 (standard reference, not scraped)