Regular graph

From testwiki
Jump to navigation Jump to search

Template:Short description Template:Refimprove Template:Graph families defined by their automorphisms In graph theory, a regular graph is a graph where each vertex has the same number of neighbors; i.e. every vertex has the same degree or valency. A regular directed graph must also satisfy the stronger condition that the indegree and outdegree of each internal vertex are equal to each other.[1] A regular graph with vertices of degree Template:Mvar is called a Template:Nowrap graph or regular graph of degree Template:Mvar.

Template:Tocleft

Special cases

Regular graphs of degree at most 2 are easy to classify: a Template:Nowrap graph consists of disconnected vertices, a Template:Nowrap graph consists of disconnected edges, and a Template:Nowrap graph consists of a disjoint union of cycles and infinite chains.

A Template:Nowrap graph is known as a cubic graph.

A strongly regular graph is a regular graph where every adjacent pair of vertices has the same number Template:Mvar of neighbors in common, and every non-adjacent pair of vertices has the same number Template:Mvar of neighbors in common. The smallest graphs that are regular but not strongly regular are the cycle graph and the circulant graph on 6 vertices.

The complete graph Template:Mvar is strongly regular for any Template:Mvar.

Existence

The necessary and sufficient conditions for a k-regular graph of order n to exist are that nk+1 and that nk is even.

Proof: A complete graph has every pair of distinct vertices connected to each other by a unique edge. So edges are maximum in complete graph and number of edges are (n2)=n(n1)2 and degree here is n1. So k=n1,n=k+1. This is the minimum n for a particular k. Also note that if any regular graph has order n then number of edges are nk2 so nk has to be even. In such case it is easy to construct regular graphs by considering appropriate parameters for circulant graphs.

Properties

From the handshaking lemma, a Template:Mvar-regular graph with odd Template:Mvar has an even number of vertices.

A theorem by Nash-Williams says that every Template:Nowrap graph on Template:Math vertices has a Hamiltonian cycle.

Let A be the adjacency matrix of a graph. Then the graph is regular if and only if j=(1,,1) is an eigenvector of A.[2] Its eigenvalue will be the constant degree of the graph. Eigenvectors corresponding to other eigenvalues are orthogonal to j, so for such eigenvectors v=(v1,,vn), we have i=1nvi=0.

A regular graph of degree k is connected if and only if the eigenvalue k has multiplicity one. The "only if" direction is a consequence of the Perron–Frobenius theorem.[2]

There is also a criterion for regular and connected graphs : a graph is connected and regular if and only if the matrix of ones J, with Jij=1, is in the adjacency algebra of the graph (meaning it is a linear combination of powers of A).[3]

Let G be a k-regular graph with diameter D and eigenvalues of adjacency matrix k=λ0>λ1λn1. If G is not bipartite, then

Dlog(n1)log(λ0/λ1)+1.[4]

Generation

Fast algorithms exist to generate, up to isomorphism, all regular graphs with a given degree and number of vertices.[5]

See also

References

Template:Reflist

  1. Template:Cite book
  2. 2.0 2.1 Cvetković, D. M.; Doob, M.; and Sachs, H. Spectra of Graphs: Theory and Applications, 3rd rev. enl. ed. New York: Wiley, 1998.
  3. Template:Citation.
  4. [1]Template:Citation needed
  5. Template:Cite journal