Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a2402132cfcc24d3

Jump to content

Equitable partition

From Wikipedia, the free encyclopedia

In graph theory, a branch of mathematics, an equitable partition of the vertex set V of a graph G = (V, E) is a partition of V such that, for any pair of vertices u and v in the same set of the partition and any set B of the partition, both u and v have the same number of neighbors in B.

More precisely, one represents where every vertex is contained in exactly one "cell" , the edges within each cell form a regular graph, and for any two distinct cells and and every vertex , the number of edges such that is a constant , independent of the choice of .

The characteristic matrix of the partition has a row for each vertex and a column for each cell, with 1 in row and column if , otherwise 0.

Equitable partitions are important for simplifying calculations involving adjacency and related matrices of large graphs.

Equitable partitions from automorphisms

[edit]

The orbits of a group of automorphisms of G form an equitable partition of V.[1] This fact can assist in studying eigenvalues of graphs with vertex-transitive automorphism group. It can also assist in determining isomorphism of graphs.[2]

Matrix use

[edit]

Equitable partitions allow collapsing graphical matrices into smaller, matrices while preserving the set of eigenvalues. Thus, they can facilitate spectral graph theory.[3] For example, if is an equitable partition of , then the characteristic polynomial of is divisible by that of , where is a weighted directed graph formed by collapsing each cell to a single vertex.[4] Thus, the eigenvalues of are also eigenvalues of , but may be a much smaller matrix so easier to compute with.

This is especially relevant to distance regular graphs, where the partition based on distance from a chosen vertex is equitable. That makes for, besides simplified computation of eigenvalues, a simple diagram of the numerical properties of a distance regular graph.[5]

References

[edit]
  • A.E. Brouwer, A.M. Cohen, and A. Neumaier (1989), Distance-Regular Graphs, Springer-Verlag, Berlin.
  • Chris Godsil and Gordon Royle (2001), Algebraic Graph Theory, Graduate Texts in Math., Vol. 207, Springer-Verlag, New York.
  • Brendan McKay (1981), Practical graph isomorphism, Congressus Numerantium, Vol. 30 (1981), pp. 45–87.

Notes

[edit]
  1. Godsil and Royle (2001), Section 9.3.
  2. McKay (1981).
  3. Godsil and Royle (2001), Section 9.3.
  4. Godsil and Royle (2001), Theorem 9.3.3.
  5. Brouwer, Cohen, and Neumaier (1989).