In
graph theory
In mathematics, graph theory is the study of ''graphs'', which are mathematical structures used to model pairwise relations between objects. A graph in this context is made up of '' vertices'' (also called ''nodes'' or ''points'') which are conne ...
, a regular graph is a
graph where each
vertex
Vertex, vertices or vertexes may refer to:
Science and technology Mathematics and computer science
*Vertex (geometry), a point where two or more curves, lines, or edges meet
*Vertex (computer graphics), a data structure that describes the position ...
has the same number of neighbors; i.e. every vertex has the same
degree
Degree may refer to:
As a unit of measurement
* Degree (angle), a unit of angle measurement
** Degree of geographical latitude
** Degree of geographical longitude
* Degree symbol (°), a notation used in science, engineering, and mathematics
...
or valency. A regular
directed graph must also satisfy the stronger condition that the
indegree
In mathematics, and more specifically in graph theory, a directed graph (or digraph) is a graph that is made up of a set of vertices connected by directed edges, often called arcs.
Definition
In formal terms, a directed graph is an ordered pa ...
and
outdegree of each vertex are equal to each other. A regular graph with vertices of degree is called a graph or regular graph of degree . Also, from the
handshaking lemma, a regular graph contains an even number of vertices with odd degree.
Regular graphs of degree at most 2 are easy to classify: a graph consists of disconnected vertices, a graph consists of disconnected edges, and a graph consists of a
disjoint union of
cycle
Cycle, cycles, or cyclic may refer to:
Anthropology and social sciences
* Cyclic history, a theory of history
* Cyclical theory, a theory of American political history associated with Arthur Schlesinger, Sr.
* Social cycle, various cycles in soc ...
s and infinite chains.
A 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 of neighbors in common, and every non-adjacent pair of vertices has the same number of neighbors in common. The smallest graphs that are regular but not strongly regular are the
cycle graph and the
circulant graph
In graph theory, a circulant graph is an undirected graph acted on by a cyclic group of symmetries which takes any vertex to any other vertex. It is sometimes called a cyclic graph, but this term has other meanings.
Equivalent definitions
Circ ...
on 6 vertices.
The
complete graph is strongly regular for any .
A theorem by
Nash-Williams says that every graph on vertices has a
Hamiltonian cycle.
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
Existence
It is well known that the necessary and sufficient conditions for a
regular graph of order
to exist are that
and that
is even.
Proof: As we know 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
and degree here is
. So
. This is the minimum
for a particular
. Also note that if any regular graph has order
then number of edges are
so
has to be even.
In such case it is easy to construct regular graphs by considering appropriate parameters for
circulant graph
In graph theory, a circulant graph is an undirected graph acted on by a cyclic group of symmetries which takes any vertex to any other vertex. It is sometimes called a cyclic graph, but this term has other meanings.
Equivalent definitions
Circ ...
s.
Algebraic properties
Let ''A'' be the
adjacency matrix
In graph theory and computer science, an adjacency matrix is a square matrix used to represent a finite graph. The elements of the matrix indicate whether pairs of vertices are adjacent or not in the graph.
In the special case of a finite simp ...
of a graph. Then the graph is regular
if and only if
In logic and related fields such as mathematics and philosophy, "if and only if" (shortened as "iff") is a biconditional logical connective between statements, where either both statements are true or both are false.
The connective is bicondi ...
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
eigenvalue
In linear algebra, an eigenvector () or characteristic vector of a linear transformation is a nonzero vector that changes at most by a scalar factor when that linear transformation is applied to it. The corresponding eigenvalue, often denoted b ...
s 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
In matrix theory, the Perron–Frobenius theorem, proved by and , asserts that a real square matrix with positive entries has a unique largest real eigenvalue and that the corresponding eigenvector can be chosen to have strictly positive component ...
.
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 In algebraic graph theory, the adjacency algebra of a graph ''G'' is the algebra of polynomials in the adjacency matrix ''A''(''G'') of the graph. It is an example of a matrix algebra and is the set of the linear combinations of powers of '' ...
of the graph (meaning it is a linear combination of powers of ''A'').
Let ''G'' be a ''k''-regular graph with diameter ''D'' and eigenvalues of adjacency matrix
. If ''G'' is not bipartite, then
:
Generation
Fast algorithms exist to enumerate, up to isomorphism, all regular graphs with a given degree and number of vertices.
See also
*
Random regular graph A random ''r''-regular graph is a graph selected from \mathcal_, which denotes the probability space of all ''r''-regular graphs on n vertices, where 3 \le r 0 is a positive constant, and d is the least integer satisfying
(r-1)^ \ge (2 + \epsilon ...
*
Strongly regular graph
*
Moore graph
In graph theory, a Moore graph is a regular graph whose girth (the shortest cycle length) is more than twice its diameter (the distance between the farthest two vertices). If the degree of such a graph is and its diameter is , its girth must e ...
*
Cage graph
In the mathematical area of graph theory, a cage is a regular graph that has as few vertices as possible for its girth.
Formally, an is defined to be a graph in which each vertex has exactly neighbors, and in which the shortest cycle has le ...
*
Highly irregular graph In graph theory, a highly irregular graph is a graph in which, for every vertex, all neighbors of that vertex have distinct degrees.
History
Irregular graphs were initially characterized by Yousef Alavi, Gary Chartrand, Fan Chung, Paul Erdős, R ...
References
External links
*
*
GenRegsoftware and data by Markus Meringer.
*
{{DEFAULTSORT:Regular Graph
Graph families
*