
In
graph theory
In mathematics and computer science, graph theory is the study of ''graph (discrete mathematics), graphs'', which are mathematical structures used to model pairwise relations between objects. A graph in this context is made up of ''Vertex (graph ...
, a peripheral cycle (or peripheral circuit) in an
undirected graph
In discrete mathematics, particularly in graph theory, a graph is a structure consisting of a set of objects where some pairs of the objects are in some sense "related". The objects are represented by abstractions called '' vertices'' (also call ...
is, intuitively, a
cycle that does not separate any part of the graph from any other part. Peripheral cycles (or, as they were initially called, peripheral polygons, because
Tutte called cycles "polygons") were first studied by , and play important roles in the characterization of
planar graph
In graph theory, a planar graph is a graph (discrete mathematics), graph that can be graph embedding, embedded in the plane (geometry), plane, i.e., it can be drawn on the plane in such a way that its edges intersect only at their endpoints. ...
s and in generating the
cycle space
In graph theory, a branch of mathematics, the (binary) cycle space of an undirected graph is the set of its even-degree subgraphs.
This set of subgraphs can be described algebraically as a vector space over the two-element finite field. The dime ...
s of nonplanar graphs.
Definitions
A peripheral cycle
in a graph
can be defined formally in one of several equivalent ways:
*
is peripheral if it is a
simple cycle in a
connected graph
In mathematics and computer science, connectivity is one of the basic concepts of graph theory: it asks for the minimum number of elements (nodes or edges) that need to be removed to separate the remaining nodes into two or more isolated subgrap ...
with the property that, for every two edges
and
in
, there exists a path in
that starts with
, ends with
, and has no interior vertices belonging to
.
[.]
*If
is any subgraph of
, a ''bridge'' of
is a minimal subgraph
of
that is edge-disjoint from
and that has the property that all of its points of attachments (vertices adjacent to edges in both
and
) belong to
. A simple cycle
is peripheral if it has exactly one bridge.
*In a connected graph that is not a
theta graph, peripheral cycles cannot have chords, because any chord would be a bridge, separated from the rest of the graph. In this case,
is peripheral if it is an
induced cycle with the property that the subgraph
formed by deleting the edges and vertices of
is connected.
The equivalence of these definitions is not hard to see: a connected subgraph of
(together with the edges linking it to
), or a chord of a cycle that causes it to fail to be induced, must in either case be a bridge, and must also be an
equivalence class
In mathematics, when the elements of some set S have a notion of equivalence (formalized as an equivalence relation), then one may naturally split the set S into equivalence classes. These equivalence classes are constructed so that elements ...
of the
binary relation
In mathematics, a binary relation associates some elements of one Set (mathematics), set called the ''domain'' with some elements of another set called the ''codomain''. Precisely, a binary relation over sets X and Y is a set of ordered pairs ...
on edges in which two edges are related if they are the ends of a path with no interior vertices in
.
Properties
Peripheral cycles appear in the theory of
polyhedral graph
In geometric graph theory, a branch of mathematics, a polyhedral graph is the undirected graph formed from the Vertex (geometry), vertices and Edge (geometry), edges of a convex polyhedron. Alternatively, in purely graph-theoretic terms, the polyh ...
s, that is,
3-vertex-connected planar graph
In graph theory, a planar graph is a graph (discrete mathematics), graph that can be graph embedding, embedded in the plane (geometry), plane, i.e., it can be drawn on the plane in such a way that its edges intersect only at their endpoints. ...
s. For every planar and every planar embedding of
, the faces of the embedding that are induced cycles must be peripheral cycles. In a polyhedral graph, all faces are peripheral cycles, and every peripheral cycle is a face. It follows from this fact that (up to combinatorial equivalence, the choice of the outer face, and the orientation of the plane) every polyhedral graph has a unique planar embedding.
In planar graphs, the
cycle space
In graph theory, a branch of mathematics, the (binary) cycle space of an undirected graph is the set of its even-degree subgraphs.
This set of subgraphs can be described algebraically as a vector space over the two-element finite field. The dime ...
is generated by the faces, but in non-planar graphs peripheral cycles play a similar role: for every 3-vertex-connected finite graph, the cycle space is generated by the peripheral cycles. The result can also be extended to locally-finite but infinite graphs. In particular, it follows that 3-connected graphs are guaranteed to contain peripheral cycles. There exist 2-connected graphs that do not contain peripheral cycles (an example is the
complete bipartite graph
In the mathematical field of graph theory, a complete bipartite graph or biclique is a special kind of bipartite graph where every vertex of the first set is connected to every vertex of the second set..Electronic edition page 17.
Graph theory ...
, for which every cycle has two bridges) but if a 2-connected graph has minimum degree three then it contains at least one peripheral cycle.
Peripheral cycles in 3-connected graphs can be computed in linear time and have been used for designing planarity tests.
They were also extended to the more general notion of non-separating ear decompositions. In some algorithms for testing planarity of graphs, it is useful to find a cycle that is not peripheral, in order to partition the problem into smaller subproblems. In a biconnected graph of
circuit rank
In graph theory, a branch of mathematics, the cyclomatic number, circuit rank, cycle rank, or nullity of an undirected graph is the minimum number of edges that must be removed from the graph to break all its cycles, making it into a tree or fo ...
less than three (such as a
cycle graph
In graph theory, a cycle graph or circular graph is a graph that consists of a single cycle, or in other words, some number of vertices (at least 3, if the graph is simple) connected in a closed chain. The cycle graph with vertices is called ...
or
theta graph) every cycle is peripheral, but every biconnected graph with circuit rank three or more has a non-peripheral cycle, which may be found in linear time.
Generalizing
chordal graphs, define a
strangulated graph to be a graph in which every peripheral cycle is a triangle. They characterize these graphs as being the
clique-sum
In graph theory, a branch of mathematics, a clique sum (or clique-sum) is a way of combining two graphs by gluing them together at a clique (graph theory), clique, analogous to the connected sum operation in topology. If two graphs ''G'' and ''H'' ...
s of chordal graphs and
maximal planar graphs.
Related concepts
Peripheral cycles have also been called non-separating cycles,
but this term is ambiguous, as it has also been used for two related but distinct concepts: simple cycles the removal of which would disconnect the remaining graph, and cycles of a
topologically embedded graph such that cutting along the cycle would not disconnect the surface on which the graph is embedded.
In
matroid
In combinatorics, a matroid is a structure that abstracts and generalizes the notion of linear independence in vector spaces. There are many equivalent ways to define a matroid Axiomatic system, axiomatically, the most significant being in terms ...
s, a non-separating circuit is a circuit of the matroid (that is, a minimal dependent set) such that
deleting the circuit leaves a smaller matroid that is connected (that is, that cannot be written as a direct sum of matroids).
[.] These are analogous to peripheral cycles, but not the same even in
graphic matroid
In the mathematical theory of Matroid theory, matroids, a graphic matroid (also called a cycle matroid or polygon matroid) is a matroid whose independent sets are the tree (graph theory), forests in a given finite undirected graph. The dual matr ...
s (the matroids whose circuits are the simple cycles of a graph). For example, in the
complete bipartite graph
In the mathematical field of graph theory, a complete bipartite graph or biclique is a special kind of bipartite graph where every vertex of the first set is connected to every vertex of the second set..Electronic edition page 17.
Graph theory ...
, every cycle is peripheral (it has only one bridge, a two-edge path) but the graphic matroid formed by this bridge is not connected, so no circuit of the graphic matroid of
is non-separating.
References
{{Authority control
Graph theory objects
Planar graphs