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 complete graph has adjacency spectrum
Statement
For every integer , the complete graph has adjacency spectrum
that is, the eigenvalue once and the eigenvalue with multiplicity .
Facts & Assumptions
Given: An integer and the complete graph .
In , every pair of distinct vertices is adjacent (Empty and complete graphs, complete bipartite graphs, and the convention that and have vertices).
The adjacency spectrum is the multiset of eigenvalues of the adjacency matrix (Adjacency spectrum, spectral radius, and cospectral graphs).
Proof
In the standard vertex order, the adjacency matrix of is , where is the all-ones matrix, because [F1] makes every off-diagonal entry equal to and every diagonal entry equal to . The all-ones vector satisfies , so .
If is orthogonal to , then the coordinates of sum to , so . Hence . The subspace has dimension , so is an eigenvalue with multiplicity at least ; together with step 1.1 this accounts for all dimensions.
Therefore the eigenvalues of the adjacency matrix are exactly and with the stated multiplicities, which is the spectrum by [F2].
Depends on
Used by
Dependency tree · two levels
11 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, Example 1.11 (standard reference, not scraped)