Regular graph
{{short description|Graph where each vertex has the same number of neighbors}}
{{refimprove|date=November 2022}}
{{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.
{{Cite book | last = Chen | first = Wai-Kai | title = Graph Theory and its Engineering Applications | publisher = World Scientific | year = 1997 | pages = [https://archive.org/details/graphtheoryitsen00chen/page/29 29] | isbn = 978-981-02-1859-1 | url-access = registration | url = https://archive.org/details/graphtheoryitsen00chen/page/29 }} A regular graph with vertices of degree {{mvar|k}} is called a {{nowrap|{{mvar|k}}‑regular}} graph or regular graph of degree {{mvar|k}}.
{{tocleft}}
Special cases
Regular graphs of degree at most 2 are easy to classify: a {{nowrap|0-regular}} graph consists of disconnected vertices, a {{nowrap|1-regular}} graph consists of disconnected edges, and a {{nowrap|2-regular}} graph consists of a disjoint union of cycles and infinite chains.
In analogy with the terminology for polynomials of low degrees, a {{nowrap|3-regular}} or {{nowrap|4-regular}} graph often is called a cubic graph or a quartic graph, respectively. Similarly, it is possible to denote k-regular graphs with as quintic, sextic, septic, octic, et cetera.
A strongly regular graph is a regular graph where every adjacent pair of vertices has the same number {{mvar|l}} of neighbors in common, and every non-adjacent pair of vertices has the same number {{mvar|n}} 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 {{mvar|K{{sub|m}}}} is strongly regular for any {{mvar|m}}.
Image:0-regular_graph.svg|0-regular graph
Image:1-regular_graph.svg|1-regular graph
Image:2-regular_graph.svg|2-regular graph
Image:3-regular_graph.svg|3-regular graph
Properties
By the degree sum formula, a {{mvar|k}}-regular graph with {{mvar|n}} vertices has edges. In particular, at least one of the order {{mvar|n}} and the degree {{mvar|k}} must be an even number.
A theorem by Nash-Williams says that every {{nowrap|{{mvar|k}}‑regular}} graph on {{math|2k + 1}} vertices has a Hamiltonian cycle.
Let A be the adjacency matrix of a graph. Then the graph is regular if and only if is an eigenvector of A.Cvetković, D. M.; Doob, M.; and Sachs, H. Spectra of Graphs: Theory and Applications, 3rd rev. enl. ed. New York: Wiley, 1998. Its eigenvalue will be the constant degree of the graph. Eigenvectors corresponding to other eigenvalues are orthogonal to , so for such eigenvectors , we have .
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.
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 , is in the adjacency algebra of the graph (meaning it is a linear combination of powers of A).{{citation
| last = Curtin | first = Brian
| doi = 10.1007/s10623-004-4857-4
| issue = 2–3
| journal = Designs, Codes and Cryptography
| mr = 2128333
| pages = 241–248
| title = Algebraic characterizations of graph regularity conditions
| volume = 34
| year = 2005}}.
Let G be a k-regular graph with diameter D and eigenvalues of adjacency matrix . If G is not bipartite, then
Existence
There exists a -regular graph of order if and only if the natural numbers {{mvar|n}} and {{mvar|k}} satisfy the inequality and that is even.
Proof: If a graph with {{mvar|n}} vertices is {{mvar|k}}-regular, then the degree {{mvar|k}} of any vertex v cannot exceed the number of vertices different from v, and indeed at least one of {{mvar|n}} and {{mvar|k}} must be even, whence so is their product.
Conversely, if {{mvar|n}} and {{mvar|k}} are two natural numbers satisfying both the inequality and the parity condition, then indeed there is a {{mvar|k}}-regular circulant graph of order {{mvar|n}} (where the denote the minimal `jumps' such that vertices with indices differing by an are adjacent). If in addition {{mvar|k}} is even, then , and a possible choice is . Else {{mvar|k}} is odd, whence {{mvar|n}} must be even, say with , and then and the `jumps' may be chosen as .
If , then this circulant graph is complete.
Generation
Fast algorithms exist to generate, up to isomorphism, all regular graphs with a given degree and number of vertices.{{cite journal| last=Meringer | first=Markus | year=1999 | title=Fast generation of regular graphs and construction of cages | journal=Journal of Graph Theory | volume=30 | issue=2 | pages=137–146 | doi= 10.1002/(SICI)1097-0118(199902)30:2<137::AID-JGT7>3.0.CO;2-G| url=http://www.mathe2.uni-bayreuth.de/markus/pdf/pub/FastGenRegGraphJGT.pdf}}
See also
References
{{reflist}}
External links
- {{MathWorld|urlname=RegularGraph|title=Regular Graph}}
- {{MathWorld|urlname=StronglyRegularGraph|title=Strongly Regular Graph}}
- [http://www.mathe2.uni-bayreuth.de/markus/reggraphs.html GenReg] software and data by Markus Meringer.
- {{Citation | last=Nash-Williams | first=Crispin |author-link = Crispin St. J. A. Nash-Williams
| title=Valency Sequences which force graphs to have Hamiltonian Circuits
| series=University of Waterloo Research Report | publisher=University of Waterloo
| place=Waterloo, Ontario | year=1969 }}
{{DEFAULTSORT:Regular Graph}}