Sandbox:DavidKohler/Relativized Alon Conjecture/Eigenvalue (graph)

From UBC Wiki

There are several ways to obtain eigenvalues for a given graph G. We review those here.

Adjacency eigenvalues

Given a graph G and an ordering {v1, ..., vn} of its vertices we can define its adjacency matrix as the n×n matrix AG where the i, j coefficient is the number of directed edges (in the underlying directed graph) whose tail is the vertex vi and whose head is the vertex vj and that we call the adjacency eigenvalues of the graph G.

The matrix that is obtained is always symmetric, due to the involution and since it is real, the spectral theorem guarantees the existence of n real eigenvalues (with multiplicity) that we denote by λ1, ..., λn.

The eigenvalues are the solutions, λ, of the equation

Properties

  • We have |λi| ≤ ΔG (the maximum degree of the graph)
  • When the graph is d-regular, then we have precisely λ1 = d and with multiplicity the number of connected component of the graph G.
  • We have λ1 = λn when the graph is bipartite.

Adjacency eigenvectors

An adjacency eigenvector for a graph G is a function f in the space ℓ(G) of all complex-valued functions defined on the vertices of the graph G.

If the function f ∈ ℓ(G) is an eigenvector for the eigenvalue λ, then by definition we have that

which can be rewritten as

for any vertex vVG. Note that the here we consider the underlying directed edges (this makes it clear why the contribution of a whole-loop is twice that of a half-loop). We can interpret the above relation as follow: an eigenvector represents a weight on each vertex and for any vertex, consider the sum of all the weights of the vertices that are the heads of edges whose tail are the considered vertex; this sum equals the weight of the vertex multiplied by the eigenvalue.

Example

To do
To do icon add an example here, maybe some picture

Irreducible eigenvalues

The adjacency matrix can be understood as counting walks in the graph: if you take the kth power of the adjacency matrix, the (i,j) entry is the number of walks of length k going from vertex i to vertex j. We want to encode a similar information about irreducible walks, that is walks that do not backtrack along an edge. This information is encoded in the line graph associated to the graph G. We call the adjacency eigenvalues of the line graph the irreducible eigenvalues of the graph G.

Example

To do
To do icon Given a graph, show the line graph and the irreducible eigenvalues. An examples where the graph is d-regular might be a good idea.

Properties

Let G be a d-regular graph on n vertices, then there are exactly dn irreducible eigenvalues (up to multiplicity) which are described as follow:

  • Given an adjacency eigenvalue, λ, of the graph G, there are two (in multiplicity) associated irreducible eigenvalues given by
  • additionally, 1 and -1 are irreducible eigenvalues, each of multiplicity .

As a corollary, we obtain that the trace of the Hashimoto matrix is the same as the trace of the adjacency matrix.


Spectral radius