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.
Algebraic and Spectral Graph Theory
1 · Prerequisites
- Algebraic Closure, Embeddings, and Separability
- Algebraic Extensions, Extension Degree, and Finite Fields
- Binary Operations, Monoids, Groups and Subgroups
- Composition Series, the Jordan–Hölder Theorem and Solvable Groups
- Congruences, the Integers Modulo n and the Chinese Remainder Theorem
- Construction of the Natural Numbers
- Construction of the Real Numbers via Cauchy Sequences
- Construction of the Real Numbers via Dedekind Cuts
- Continuity, IVT, EVT, and Uniform Continuity
- Cosets, Index and Lagrange's Theorem
- Countability and Uncountability
- Cyclic Groups and Direct Products
- Determinants of Matrices over a Commutative Ring
- Diagonalisation and the Minimal Polynomial
- Divisibility, Euclidean Domains, Principal Ideal Domains and Unique Factorisation
- Divisibility, Greatest Common Divisors and Bézout's Identity
- Dual Spaces, Bilinear and Quadratic Forms, and Sylvester's Law of Inertia
- Eigenvalues, Eigenvectors and the Characteristic Polynomial
- Finite Counting, Factorials and Binomial Coefficients
- Foundations of the Real Numbers for Analysis
- Graphs, Walks and Connectivity
- Group Actions, Orbits, Stabilisers and Cayley's Theorem
- Group Homomorphisms and the Isomorphism Theorems
- Ideals, Quotient Rings and the Isomorphism Theorems for Rings
- Inner Product Spaces, Gram-Schmidt, Projections and Adjoints
- Limits of Real Functions
- Linear Independence, Bases and Dimension
- Linear Recurrences and Rational Generating Functions
- Linear Transformations, Rank-Nullity and Quotient Spaces
- Matrices, the Matrix of a Linear Map, and Change of Basis
- Monotone Sequences, Bolzano-Weierstrass, and Cauchy Completeness
- Normal Subgroups and Quotient Groups
- Order, Zorn's Lemma, and the Axiom of Choice
- Polynomial Rings, the Division Algorithm and Roots
- Primes, Euclid's Lemma and the Fundamental Theorem of Arithmetic
- Relations, Functions, and Quotients
- Rings, Subrings, Integral Domains and Fields
- Roots, Rational Powers, and Classical Inequalities
- Sequences and Limits
- Simple Field Extensions and the Construction of the Complex Numbers
- Splitting Fields
- Suprema and Infima
- Sylow's Theorems, p-Groups and Nilpotent Groups
- Symmetric Groups, Cycle Decomposition and the Sign Homomorphism
- The Determinant of a Linear Operator, Cofactors and Cramer's Rule
- The Fundamental Theorem of Algebra
- The Fundamental Theorem of Finite Abelian Groups
- The Galois Correspondence
- The Spectral Theorem, Positive Operators and Singular Value Decomposition
- The ZFC Axioms and the Basic Set Constructions
- Topology of ℝ
- Trees, Forests and Spanning Trees
- Triangularisation, Generalised Eigenspaces and Jordan Canonical Form
- Vector Spaces, Linear Subspaces, Span and Direct Sums
2 · Summary
This draft page builds the standard algebraic dictionaries that turn finite graphs into matrices: adjacency matrices count walks, Laplacians detect components, and Kirchhoff's theorem turns spanning-tree counts into determinants and eigenvalue products. The route stays on the ordinary adjacency/Laplacian interface chosen in the batch design, rather than opening a second normalized-Laplacian or extremal-eigenvalue package.
The page then records four canonical spectrum computations, for , , , and the Petersen graph, and closes with the basic spectral-gap cut estimate for -graphs. Together these items are the graph-theory half of the linear-algebra prerequisites already established earlier in the library.
3 · Logical flowchart
4 · Definitions, theorems and proofs
The adjacency matrix of a finite simple graph
Definition
Let be a finite simple graph and let be an ordered listing of its vertices. The adjacency matrix of in that vertex order is the matrix defined, for , by
Because is simple, for every , and because edges are unordered, for all . Thus is a symmetric matrix over (Finite rectangular matrices over a commutative ring, their entries, rows and columns).
Changing the vertex order conjugates by a permutation matrix, so the matrix depends on the chosen ordering but the spectral data attached to it later do not.
Adjacency spectrum, spectral radius, and cospectral graphs
Definition
Let be a finite simple graph, put , and let be an adjacency matrix of (The adjacency matrix of a finite simple graph).
Because is real symmetric, the real spectral theorem gives a basis of real eigenvectors and shows that all roots of its characteristic polynomial are real (Real spectral theorem: a self-adjoint endomorphism of a finite-dimensional real inner product space has an orthonormal eigenbasis, For , the characteristic polynomial is when , with for the unique matrix, For every finite-dimensional space, is exactly the set of roots in of ). If , we therefore list the eigenvalues in weakly decreasing order
If , this list is empty. In either case, the multiset , counted with multiplicities, is the adjacency spectrum of .
The adjacency spectral radius of is when , and otherwise is
Two finite graphs are cospectral when their adjacency spectra agree as multisets.
The entry of counts walks of length
Statement
Let be a finite simple graph with ordered vertex set , let , and let be an integer. Then for every , the entry equals the number of walks of length from to in .
Facts & Assumptions
Given: A finite simple graph with ordered vertices , its adjacency matrix , and an integer .
The entry is exactly when and are adjacent, and is otherwise (The adjacency matrix of a finite simple graph).
A walk of length from to is exactly a walk of length from to some intermediate vertex , followed by the edge (Walks, closed walks, trails, paths and cycles, with length equal to the number of traversed edges).
Proof
We argue by induction on . For , the number of walks of length from to is when and are adjacent and otherwise, so it is exactly by [F1].
Assume the claim for some . Then . By the inductive hypothesis, counts the walks of length from to , while [F1] makes the indicator that the final edge exists. Therefore the summand counts the length- walks from to whose last intermediate vertex is , and summing over counts all such walks exactly once by [F2].
The base case and inductive step prove the claim for every .
The trace of counts closed walks of length
Statement
Let be a finite simple graph with adjacency matrix , and let . Then
equals the number of closed walks of length in .
Facts & Assumptions
Given: A finite simple graph with adjacency matrix , and an integer .
The entry counts the walks of length from back to (The entry of counts walks of length ).
The trace of a square matrix is the sum of its diagonal entries (The trace of a square matrix over a commutative ring).
Proof
For each vertex , a walk of length from to itself is exactly a closed walk of length whose chosen start vertex is , so [L1] makes the number of such closed walks.
Summing step 1.1 over all vertices counts every closed walk of length exactly once for each of its chosen start vertices, and by [F1] that sum is . Hence the trace counts the closed walks of length .
The adjacency spectrum is an isomorphism invariant
Statement
If finite simple graphs and are isomorphic, then they have the same adjacency spectrum. In particular, cospectrality is an isomorphism invariant.
Facts & Assumptions
Given: Finite simple graphs and and an isomorphism .
A graph isomorphism is a bijection on vertices that preserves and reflects adjacency (Graph isomorphisms, automorphisms and graph complements).
The adjacency matrix records adjacency in the chosen vertex order (The adjacency matrix of a finite simple graph).
The adjacency spectrum is the multiset of roots of the adjacency characteristic polynomial, listed in weakly decreasing order (Adjacency spectrum, spectral radius, and cospectral graphs, For , the characteristic polynomial is when , with for the unique matrix).
Proof
Order the vertices of as and the vertices of as . In these orders the adjacency matrices and have the same entries, because [F1] and [F2] say that the entry is in either matrix exactly when and are adjacent in .
Since the two matrices are equal after a relabelling of the basis, they have the same characteristic polynomial and therefore the same spectrum by [F3]. This is exactly the claimed invariance.
A finite simple graph is bipartite if and only if its adjacency spectrum is symmetric about
Statement
Let be a finite simple graph with adjacency spectrum . Then is bipartite if and only if the multiset is symmetric about , that is, if and only if as multisets.
Facts & Assumptions
Given: A finite simple graph with adjacency matrix and adjacency spectrum .
In a bipartite graph the vertex set splits as , and every edge joins a vertex of to a vertex of (A bipartite graph and a proper two-colouring of its vertices).
A graph is bipartite exactly when it has no odd cycle (A finite graph is bipartite if and only if it has no odd cycle).
The trace counts closed walks of length (The trace of counts closed walks of length ).
The adjacency spectrum is the multiset of eigenvalues of (Adjacency spectrum, spectral radius, and cospectral graphs).
Similar matrices have the same trace (Similar matrices have the same trace).
Proof
Assume first that is bipartite with parts and . Let be the diagonal matrix whose entry is on and on . Then , and [F1] shows that every edge changes sign across the partition, so . Hence and are similar and therefore have the same eigenvalues. By [F2], the spectrum is symmetric about .
Conversely, assume the spectrum is symmetric about . Because [F2] cites the real spectral theorem for the real symmetric matrix , there is an invertible matrix with . For every odd integer , this gives , so [L3] yields after the odd powers cancel in symmetric pairs. By [L2], has no closed walk of odd length. An odd cycle would itself be an odd closed walk, so has no odd cycle. Therefore [L1] makes bipartite.
Steps 1.1 and 1.2 prove the two directions of the equivalence.
The adjacency spectral radius lies between the average degree and the maximum degree
Statement
Let be a finite simple graph on vertices, let
be its average degree, and let be its maximum degree. Then its adjacency spectral radius satisfies
Facts & Assumptions
Given: A finite simple graph on vertices, with adjacency matrix .
The degree of a vertex is the number of 's in the corresponding row of , and is the maximum of those row sums (Adjacency, incidence, open and closed neighbourhoods, vertex degree, minimum degree and maximum degree).
For a real symmetric matrix, the largest eigenvalue is the maximum of the Rayleigh quotient (The smallest and largest eigenvalues of a self-adjoint endomorphism are the minimum and maximum Rayleigh quotients, The Rayleigh quotient of a nonzero vector for a self-adjoint endomorphism).
Every eigenvalue of a matrix lies in one of its Gershgorin disks (Every eigenvalue lies in some Gershgorin disk).
The spectral radius is the maximum absolute value of the adjacency eigenvalues (Adjacency spectrum, spectral radius, and cospectral graphs).
Proof
Let be the all-ones vector. Then , because adds all row sums of . By [L1], the largest adjacency eigenvalue is at least this Rayleigh quotient, so . Hence by [F2].
Every Gershgorin disk of is centered at , because the diagonal of an adjacency matrix is zero, and its radius is the corresponding row sum, hence at most by [F1]. Therefore [L2] implies for every adjacency eigenvalue , so [F2] gives .
Combining steps 1.1 and 1.2 yields the stated bounds.
An oriented incidence matrix of a finite simple graph
Definition
Let be a finite simple graph with ordered vertices and ordered edges . Choose, for each edge , one endpoint as its tail and the other as its head. The resulting matrix with entries in is an oriented incidence matrix of , where, for and ,
Each column therefore has exactly one and one , because every edge of a simple graph has exactly two distinct endpoints. Different choices of orientation change only the signs of columns.
The Laplacian matrix of a finite simple graph
Definition
Let be a finite simple graph with ordered vertex set , adjacency matrix in that order, and degrees for . The diagonal matrix
is the degree matrix of , and
is the Laplacian matrix of .
Equivalently, the entries of are
Since is symmetric and is diagonal, is symmetric.
The Laplacian equals for every oriented incidence matrix
Statement
Let be a finite simple graph, let be any oriented incidence matrix of , and let be its Laplacian matrix. Then
Facts & Assumptions
Given: A finite simple graph with oriented incidence matrix and Laplacian matrix .
Each column of has one entry , one entry , and all other entries (An oriented incidence matrix of a finite simple graph).
The Laplacian has diagonal entries equal to vertex degrees and off-diagonal entries on adjacent pairs and otherwise (The Laplacian matrix of a finite simple graph).
Proof
The entry of is . By [F1], the term is exactly when the edge is incident with , and is otherwise. Therefore is the number of edges incident with , namely by [F2].
For , the entry receives a nonzero contribution only from edges incident with both and . In a simple graph there is at most one such edge. If and are not adjacent, the sum is . If they are adjacent, the unique common edge contributes or , hence . So by [F2].
Steps 1.1 and 1.2 show that every entry of matches the corresponding entry of , so the matrices are equal.
The Laplacian is positive semidefinite and sends the all-ones vector to zero
Statement
Let be a finite simple graph on vertices, let be its Laplacian matrix, and let be the all-ones column vector. Then:
- for every ;
- .
In particular, is positive semidefinite.
Facts & Assumptions
Given: A finite simple graph with Laplacian and an oriented incidence matrix .
The Laplacian satisfies (The Laplacian equals for every oriented incidence matrix ).
Every column of an oriented incidence matrix has one and one (An oriented incidence matrix of a finite simple graph).
Proof
For every , [L1] gives . The right-hand side is a sum of squares of real numbers, so it is nonnegative.
Let be the all-ones vector. Because each column of has one and one , [F1] implies that every column sum of is , so . Using [L1] again gives .
Step 1.1 proves positive semidefiniteness, and step 1.2 proves that the all-ones vector lies in the kernel.
The multiplicity of the Laplacian eigenvalue equals the number of connected components
Statement
Let be a finite simple graph with Laplacian matrix , and let be its connected components. Then
Since is real symmetric, this is equivalently the multiplicity of the eigenvalue of .
Facts & Assumptions
Given: A finite simple graph with Laplacian matrix and connected components .
The connected components of partition (The connected components of a graph partition its vertex set and are its maximal connected subgraphs).
A connected component is a maximal connected induced subgraph (Connected graphs and connected components defined by the existence of vertex paths).
The Laplacian has diagonal entries and off-diagonal entries exactly on adjacent vertex pairs (The Laplacian matrix of a finite simple graph).
The Laplacian is positive semidefinite and annihilates the all-ones vector (The Laplacian is positive semidefinite and sends the all-ones vector to zero).
A real symmetric matrix has an orthogonal basis of eigenvectors, so for such a matrix the geometric and algebraic multiplicities of an eigenvalue agree (Real spectral theorem: a self-adjoint endomorphism of a finite-dimensional real inner product space has an orthonormal eigenbasis).
Proof
For a vector , the Laplacian quadratic form is , because expanding groups the diagonal terms by degrees and subtracts each edge contribution twice. Therefore, if , then [L2] gives , so every summand vanishes and on every edge. Conversely, if is constant on every edge, then for each vertex every neighbor of satisfies , so [F2] gives . Hence .
By [F1], a function on is constant on every edge exactly when it is constant on each connected component. By [L1], the indicator vectors are linearly independent and every vector constant on components is a linear combination of them. So step 1.1 shows that these indicator vectors form a basis of , and hence .
The final equivalence with multiplicity of the eigenvalue follows from [L3], because is real symmetric.
The algebraic connectivity of a finite simple graph
Definition
Let be a finite simple graph with , and let be its Laplacian matrix. Because is real symmetric and positive semidefinite, its eigenvalues are real and nonnegative (Real spectral theorem: a self-adjoint endomorphism of a finite-dimensional real inner product space has an orthonormal eigenbasis, The Laplacian is positive semidefinite and sends the all-ones vector to zero). Moreover, is an eigenvalue by The multiplicity of the Laplacian eigenvalue equals the number of connected components, so the eigenvalues may be listed in weakly increasing order as
The second eigenvalue is the algebraic connectivity of .
This quantity is defined only for graphs with at least two vertices, because a one-vertex graph has only one Laplacian eigenvalue.
A finite simple graph is connected if and only if its algebraic connectivity is positive
Statement
Let be a finite simple graph with at least two vertices. Then is connected if and only if its algebraic connectivity is positive.
Facts & Assumptions
Given: A finite simple graph with at least two vertices.
The algebraic connectivity of is the second-smallest Laplacian eigenvalue (The algebraic connectivity of a finite simple graph).
The multiplicity of the Laplacian eigenvalue equals the number of connected components (The multiplicity of the Laplacian eigenvalue equals the number of connected components).
Proof
If is connected, then [L1] says that the eigenvalue has multiplicity , so the next Laplacian eigenvalue is strictly positive. By [F1], the algebraic connectivity is positive.
If the algebraic connectivity is positive, then [F1] gives , so occurs only once in the Laplacian spectrum. By [L1], the number of connected components is therefore , which means that is connected.
Steps 1.1 and 1.2 prove the two directions of the equivalence.
The Binet-Cauchy formula
Statement
Let be an matrix and an matrix over a commutative ring, where . For an -element subset , let be the submatrix of formed from columns , and let be the submatrix of formed from rows .
If , then . If , then
where the sum runs over all -element subsets .
Facts & Assumptions
Given: An matrix and an matrix over a commutative ring.
The determinant is multilinear and alternating in the columns of a square matrix (The Leibniz determinant is column-multilinear, alternating and normalized over every commutative ring).
For conformable matrices, (Entrywise ring-matrix operations, rectangular matrix products, identity matrices and transpose).
The determinant is the signed Leibniz sum over the permutations of the column index set (For , the determinant over a commutative ring by the Leibniz formula, and for a real matrix).
Proof
Write the columns of as and the columns of as . Then [F2] gives for each . By multilinearity of the determinant from [F1], this gives .
If some index repeats among , then the determinant term vanishes by alternation in [F1]. When , every -tuple has a repeated index, so all terms vanish and .
Assume now that . By step 2.1, the sum from step 1.1 may be restricted to tuples whose indices are all distinct. Such tuples are exactly the permutations of the -element sets . Grouping together the terms attached to one fixed gives , because permuting the chosen columns of contributes the same sign that appears in the Leibniz expansion of . Summing over all -element subsets proves the formula.
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].
Kirchhoff's matrix-tree theorem
Statement
Let be a finite simple graph on vertices with and Laplacian . For each , let be the matrix obtained from by deleting row and column . Then
where is the number of spanning trees of . In particular, every principal cofactor of the Laplacian is the same.
Facts & Assumptions
Given: A finite simple graph on vertices with , an oriented incidence matrix , and an index .
A spanning tree of is a spanning subgraph that is a tree, and counts the spanning trees (Spanning trees of a graph, The spanning-tree number ).
The Laplacian satisfies (The Laplacian equals for every oriented incidence matrix ).
A graph on vertices is a tree exactly when it is connected and has edges (Equivalent characterisations of a nonempty tree by unique paths, edge count, minimal connectivity and maximal acyclicity).
The Binet-Cauchy formula expands determinants of products of rectangular matrices as sums of products of maximal minors (The Binet-Cauchy formula).
Proof
Delete row from to obtain an matrix . By [L1], the matrix obtained by deleting row and column from is . Applying [L3] gives , where ranges over all -edge subsets of .
Fix such a set , and let be the spanning subgraph with edge set . If is disconnected, then the vertex-indicator vector of the component of gives a nonzero linear relation among the rows of , so . If is connected, then has edges and is therefore a tree by [L2]. In that case choose the orientation of every edge of away from the root and order the nonroot vertices so that every parent precedes its children. In this order the matrix is triangular with diagonal entries all , hence . Therefore is when is the edge set of a spanning tree and otherwise.
Substituting step 1.2 into the sum of step 1.1 shows that counts exactly the spanning trees of , namely by [F1]. Since the right-hand side does not depend on , every principal cofactor of the Laplacian is equal.
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.
Cayley's formula follows again from the matrix-tree theorem
Statement
For every integer , the complete graph has exactly spanning trees.
Facts & Assumptions
Given: An integer .
The complete graph has adjacency eigenvalues and with multiplicity (The complete graph has adjacency spectrum ).
For a regular graph, the matrix-tree theorem gives the product formula (The matrix-tree theorem becomes an eigenvalue product formula).
Cayley's formula already states that has spanning trees (Cayley's formula: for , with and ).
Proof
The graph is -regular, so [L2] applies with . By [L1], its nontrivial adjacency eigenvalues are all , hence .
This matches the earlier Prüfer-code count in [L3], so the matrix-tree theorem gives a second proof of Cayley's formula.
An -graph and an expander
Definition
Let be a finite simple graph on vertices. We call an -graph when:
- is -regular;
- the adjacency eigenvalues satisfy
- the second-largest eigenvalue obeys .
Thus is a lower bound for the actual top spectral gap .
In the present page's elementary sense, an expander is a graph that is an -graph with .
For an -graph with , every nontrivial cut has many crossing edges
Statement
Let be an -graph with adjacency matrix . For every nonempty proper subset , writing for the number of edges crossing the cut, one has
In particular, if , then is connected.
Facts & Assumptions
Given: An -graph and a nonempty proper subset .
In an -graph, the graph is -regular and its second-largest adjacency eigenvalue is at most (An -graph and an expander).
Courant-Fischer characterises the second-largest eigenvalue as a max-min Rayleigh quotient, so every nonzero vector orthogonal to the all-ones eigenvector has Rayleigh quotient at most (Courant-Fischer min-max principle for self-adjoint endomorphisms on finite-dimensional real inner product spaces, The Rayleigh quotient of a nonzero vector for a self-adjoint endomorphism).
Connected components partition the vertex set (The connected components of a graph partition its vertex set and are its maximal connected subgraphs).
Proof
Let be the indicator vector of , and put . Then because is nonempty and proper, and is orthogonal to . Since is -regular by [F1], the vector is an adjacency eigenvector with eigenvalue , so [L1] gives .
A direct computation gives and , because counts twice the edges internal to , while . Substituting these expressions into step 1.1 yields , which rearranges to the claimed cut bound.
If and were disconnected, [L2] would provide a connected component with and . But step 2.1 would then force , a contradiction. So is connected.
Step 2.1 gives the edge-expansion inequality, and step 3.1 gives the connectedness consequence.
The cycle graph has adjacency spectrum
Statement
For every integer , the cycle graph has adjacency spectrum
Facts & Assumptions
Given: An integer and the cycle graph .
The graph has vertices and edges between consecutive residues modulo (Empty and complete graphs, complete bipartite graphs, and the convention that and have vertices).
The adjacency spectrum is the multiset of adjacency eigenvalues (Adjacency spectrum, spectral radius, and cospectral graphs).
Proof
Let . For each , define the vector . If is the adjacency matrix of , then [F1] gives , with indices modulo . So is an eigenvector with eigenvalue .
The vectors are linearly independent: they are the columns of a Vandermonde matrix built from the distinct numbers . Therefore step 1.1 already lists eigenvectors of the adjacency matrix, so it lists all eigenvalues with multiplicity. By [F2], this is the spectrum of .
The complete bipartite graph has adjacency spectrum
Statement
For integers , the complete bipartite graph has adjacency spectrum
Facts & Assumptions
Given: Integers and the complete bipartite graph with its two parts of sizes and .
In every edge joins the two parts, and every such cross pair is an edge (Empty and complete graphs, complete bipartite graphs, and the convention that and have vertices).
The adjacency spectrum is the multiset of adjacency eigenvalues (Adjacency spectrum, spectral radius, and cospectral graphs).
Proof
In the vertex order with the first part before the second, the adjacency matrix is by [F1]. If a vector has the coordinates of summing to , then and . Likewise, if the coordinates of sum to , then . These give an dimensional eigenspace for the eigenvalue .
On the remaining two-dimensional subspace of vectors constant on each part, acts by . Relative to the basis and , this action has matrix , whose eigenvalues are . Together with step 1.1 this accounts for all eigenvalues.
Therefore the adjacency spectrum is exactly by [F2].
The Petersen graph has adjacency spectrum
Statement
The Petersen graph has adjacency spectrum
Facts & Assumptions
Given: The Petersen graph on the two-element subsets of a five-element set.
Two vertices of are adjacent exactly when the corresponding two-element subsets are disjoint (The Petersen graph on the two-element subsets of a five-element set, adjacent when disjoint).
The adjacency spectrum is the multiset of adjacency eigenvalues (Adjacency spectrum, spectral radius, and cospectral graphs).
Proof
Fix a vertex . There are exactly three two-element subsets disjoint from , so every vertex has degree . If and are adjacent, then they are disjoint and use four of the five points, so there is no two-element subset disjoint from both; if and are nonadjacent, then they meet in one point and exactly one two-element subset is disjoint from both. Therefore the adjacency matrix satisfies .
The all-ones vector is an eigenvector with eigenvalue . If , then , so step 1.1 gives . Thus any eigenvalue of on satisfies , so . If and are their multiplicities, then and gives . Solving yields and .
Hence the eigenvalues are , with multiplicity , and with multiplicity , which is the stated spectrum by [F2].
5 · Examples, counterexamples and false statements
None yet.
Sources
- Richard P. Stanley, Enumerative Combinatorics, Volume 1, Section 4.7
- Richard P. Stanley, Enumerative Combinatorics, Volume 1, Theorem 4.7.1
- Richard P. Stanley, Enumerative Combinatorics, Volume 1, Corollary 4.7.3
- O. Pikhurko, Algebraic Methods in Combinatorics, Chapter 14
- Steve Butler, Spectral Graph Theory course notes, lectures 3-4
- O. Pikhurko, Algebraic Methods in Combinatorics, Section 14.1
- Richard P. Stanley, MIT 18.314 handout, The Matrix-Tree Theorem
- Richard P. Stanley, MIT 18.314 handout, Lemma 1.6(a)
- O. Pikhurko, Algebraic Methods in Combinatorics, Section 14.2
- Richard P. Stanley, MIT 18.314 handout, Theorem 1.4
- Richard P. Stanley, MIT 18.314 handout, Example 1.11
- Richard P. Stanley, MIT 18.314 handout, Theorem 1.8
- Richard P. Stanley, MIT 18.314 handout, Corollary 1.10
- O. Pikhurko, Algebraic Methods in Combinatorics, Lemmas 67-68
- Steve Butler, Spectral Graph Theory course notes, lecture 3
- Richard P. Stanley, MIT 18.314 handout, Problem 1
- Steve Butler, Spectral Graph Theory course notes, lecture 9