
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 branch of mathematics, an apex graph is a
graph
Graph may refer to:
Mathematics
*Graph (discrete mathematics), a structure made of vertices and edges
**Graph theory, the study of such graphs and their properties
*Graph (topology), a topological space resembling a graph in the sense of discret ...
that can be made
planar by the removal of a single
vertex. The deleted vertex is called an apex of the graph. It is ''an'' apex, not ''the'' apex because an apex graph may have more than one apex; for example, in the minimal nonplanar graphs or , every vertex is an apex. The apex graphs include graphs that are themselves planar, in which case again every vertex is an apex. The
null graph
In the mathematical field of graph theory, the term "null graph" may refer either to the order-zero graph, or alternatively, to any edgeless graph (the latter is sometimes called an "empty graph").
Order-zero graph
The order-zero graph, , is the ...
is also counted as an apex graph even though it has no vertex to remove.
Apex graphs are
closed under the operation of taking
minors and play a role in several other aspects of graph minor theory:
linkless embedding,
Hadwiger's conjecture,
[.] YΔY-reducible graphs,
and relations between
treewidth
In graph theory, the treewidth of an undirected graph is an integer number which specifies, informally, how far the graph is from being a tree. The smallest treewidth is 1; the graphs with treewidth 1 are exactly the trees and the forests
...
and
graph diameter
In graph theory, the diameter of a connected undirected graph is the farthest distance between any two of its vertices. That is, it is the diameter of a set for the set of vertices of the graph, and for the shortest-path distance in the graph. ...
.
Characterization and recognition
Apex graphs are
closed under the operation of taking
minors: contracting any edge, or removing any edge or vertex, leads to another apex graph. For, if is an apex graph with apex , then any contraction or removal that does not involve preserves the planarity of the remaining graph, as does any edge removal of an edge incident to . If an edge incident to is contracted, the effect on the remaining graph is equivalent to the removal of the other endpoint of the edge. And if itself is removed, any other vertex may be chosen as the apex.
By the
Robertson–Seymour theorem
In graph theory, the Robertson–Seymour theorem (also called the graph minors theorem) states that the undirected graphs, partially ordered by the graph minor relationship, form a well-quasi-ordering. Equivalently, every family of graphs that is ...
, because they form a minor-closed family of graphs, the apex graphs have a
forbidden graph characterization
In graph theory, a branch of mathematics, many important families of Graph (discrete mathematics), graphs can be described by a finite set of individual graphs that do not belong to the family and further exclude all graphs from the family whic ...
.
There are only finitely many graphs that are neither apex graphs nor have another non-apex graph as a minor.
These graphs are ''forbidden minors'' for the property of being an apex graph.
Any other graph is an apex graph if and only if none of the forbidden minors is a minor of .
These forbidden minors include the seven graphs of the
Petersen family, three disconnected graphs formed from the disjoint unions of two of and , and many other graphs. However, a complete description of them remains unknown.
[.]
Despite the complete set of forbidden minors remaining unknown, it is possible to test whether a given graph is an apex graph, and if so, to find an apex for the graph, in
linear time
In theoretical computer science, the time complexity is the computational complexity that describes the amount of computer time it takes to run an algorithm. Time complexity is commonly estimated by counting the number of elementary operations ...
. More generally, for any fixed constant , it is possible to recognize in linear time the -apex graphs, the graphs in which the removal of some carefully chosen set of at most vertices leads to a planar graph. If is variable, however, the problem is
NP-complete
In computational complexity theory, NP-complete problems are the hardest of the problems to which ''solutions'' can be verified ''quickly''.
Somewhat more precisely, a problem is NP-complete when:
# It is a decision problem, meaning that for any ...
.
Chromatic number
Every apex graph has
chromatic number
In graph theory, graph coloring is a methodic assignment of labels traditionally called "colors" to elements of a graph. The assignment is subject to certain constraints, such as that no two adjacent elements have the same color. Graph coloring i ...
at most five: the underlying planar graph requires at most four colors by the
four color theorem
In mathematics, the four color theorem, or the four color map theorem, states that no more than four colors are required to color the regions of any map so that no two adjacent regions have the same color. ''Adjacent'' means that two regions shar ...
, and the remaining vertex needs at most one additional color. used this fact in their proof of the case of the
Hadwiger conjecture, the statement that every 6-chromatic graph has the
complete graph
In the mathematical field of graph theory, a complete graph is a simple undirected graph in which every pair of distinct vertices is connected by a unique edge. A complete digraph is a directed graph in which every pair of distinct vertices i ...
as a minor: they showed that any minimal counterexample to the conjecture would have to be an apex graph, but since there are no 6-chromatic apex graphs such a counterexample cannot exist.
conjectured that every
6-vertex-connected graph that does not have as a minor must be an apex graph. If this were proved, the Robertson–Seymour–Thomas result on the Hadwiger conjecture would be an immediate consequence.
Jørgensen's conjecture remains unproven. However, if false, it has only finitely many counterexamples.
Local treewidth
A graph family has ''bounded local treewidth'' if the graphs in obey a functional relationship between
diameter
In geometry, a diameter of a circle is any straight line segment that passes through the centre of the circle and whose endpoints lie on the circle. It can also be defined as the longest Chord (geometry), chord of the circle. Both definitions a ...
and
treewidth
In graph theory, the treewidth of an undirected graph is an integer number which specifies, informally, how far the graph is from being a tree. The smallest treewidth is 1; the graphs with treewidth 1 are exactly the trees and the forests
...
: there exists a function such that the treewidth of a diameter- graph in is at most . The apex graphs do not have bounded local treewidth: the apex graphs formed by connecting an apex vertex to every vertex of an
grid graph
In graph theory, a lattice graph, mesh graph, or grid graph is a Graph (discrete mathematics), graph whose graph drawing, drawing, Embedding, embedded in some Euclidean space , forms a regular tiling. This implies that the group (mathematics), g ...
have treewidth and diameter 2, so the treewidth is not bounded by a function of diameter for these graphs. However, apex graphs are intimately connected to bounded local treewidth: the minor-closed graph families that have bounded local treewidth are exactly the families that have an apex graph as one of their forbidden minors.
[; .] A minor-closed family of graphs that has an apex graph as one of its forbidden minors is known as ''apex-minor-free''. With this terminology, the connection between apex graphs and local treewidth can be restated as the fact that apex-minor-free graph families are the same as minor-closed graph families with bounded local treewidth.
The concept of bounded local treewidth forms the basis of the theory of
bidimensionality Bidimensionality theory characterizes a broad range of graph problems (bidimensional) that admit efficient approximate, fixed-parameter or kernel solutions in a broad range of graphs. These graph classes include planar graphs, map graphs, bounded ...
, and allows for many algorithmic problems on apex-minor-free graphs to be solved exactly by a polynomial-time algorithm or a
fixed-parameter tractable
In computer science, parameterized complexity is a branch of computational complexity theory that focuses on classifying computational problems according to their inherent difficulty with respect to ''multiple'' parameters of the input or output. ...
algorithm, or approximated using a
polynomial-time approximation scheme
In computer science (particularly algorithmics), a polynomial-time approximation scheme (PTAS) is a type of approximation algorithm for optimization problems (most often, NP-hard optimization problems).
A PTAS is an algorithm which takes an inst ...
. Apex-minor-free graph families obey a strengthened version of the
graph structure theorem
In mathematics, the graph structure theorem is a major result in the area of graph theory. The result establishes a deep and fundamental connection between the theory of graph minors and topological embeddings. The theorem is stated in the seven ...
, leading to additional approximation algorithms for
graph coloring
In graph theory, graph coloring is a methodic assignment of labels traditionally called "colors" to elements of a Graph (discrete mathematics), graph. The assignment is subject to certain constraints, such as that no two adjacent elements have th ...
and the
travelling salesman problem
In the Computational complexity theory, theory of computational complexity, the travelling salesman problem (TSP) asks the following question: "Given a list of cities and the distances between each pair of cities, what is the shortest possible ...
. However, some of these results can also be extended to arbitrary minor-closed graph families via structure theorems relating them to apex-minor-free graphs.
Embeddings
If is an apex graph with apex , and is the minimum number of faces needed to cover all the neighbors of in a planar embedding of then may be embedded onto a two-dimensional surface of
genus
Genus (; : genera ) is a taxonomic rank above species and below family (taxonomy), family as used in the biological classification of extant taxon, living and fossil organisms as well as Virus classification#ICTV classification, viruses. In bino ...
: simply add that number of bridges to the planar embedding, connecting together all the faces into which must be connected. For instance, adding a single vertex to an
outerplanar graph
In graph theory, an outerplanar graph is a graph that has a planar drawing for which all vertices belong to the outer face of the drawing.
Outerplanar graphs may be characterized (analogously to Wagner's theorem for planar graphs) by the two f ...
(a graph with ) produces a planar graph. When is 3-connected, his bound is within a constant factor of optimal: every surface embedding of requires genus at least . However, it is
NP-hard
In computational complexity theory, a computational problem ''H'' is called NP-hard if, for every problem ''L'' which can be solved in non-deterministic polynomial-time, there is a polynomial-time reduction from ''L'' to ''H''. That is, assumi ...
to determine the optimal genus of a surface embedding of an apex graph.
By using
SPQR trees to encode the possible embeddings of the planar part of an apex graph, it is possible to compute a
drawing
Drawing is a Visual arts, visual art that uses an instrument to mark paper or another two-dimensional surface, or a digital representation of such. Traditionally, the instruments used to make a drawing include pencils, crayons, and ink pens, some ...
of the graph in the plane in which the only crossings involve the apex vertex, minimizing the total number of crossings, in polynomial time. However, if arbitrary crossings are allowed, it becomes NP-hard to minimize the number of crossings, even in the special case of apex graphs formed by adding a single edge to a planar graph.
Apex graphs are also
linklessly embeddable in three-dimensional space: they can be embedded in such a way that each cycle in the graph is the boundary of a disk that is not crossed by any other feature of the graph. A drawing of this type may be obtained by drawing the planar part of the graph in a plane, placing the apex above the plane, and connecting the apex by straight-line edges to each of its neighbors. Linklessly embeddable graphs form a minor-closed family with the seven graphs in the
Petersen family as their minimal forbidden minors;
[.] therefore, these graphs are also forbidden as minors for the apex graphs. However, there exist linklessly embeddable graphs that are not apex graphs.
YΔY-reducibility

A connected graph is YΔY-reducible if it can be reduced to a single vertex by a sequence of steps, each of which is a
Δ-Y or Y-Δ transform, the removal of a self-loop or multiple adjacency, the removal of a vertex with one neighbor, and the replacement of a vertex of degree two and its two neighboring edges by a single edge.
[.]
Like the apex graphs and the linkless embeddable graphs, the YΔY-reducible graphs are closed under graph minors. And, like the linkless embeddable graphs, the YΔY-reducible graphs have the seven graphs in the
Petersen family as forbidden minors, prompting the question of whether these are the only forbidden minors and whether the YΔY-reducible graphs are the same as the linkless embeddable graphs. However, Neil Robertson provided an example of an apex graph that is not YΔY-reducible. Since every apex graph is linkless embeddable, this shows that there are graphs that are linkless embeddable but not YΔY-reducible and therefore that there are additional forbidden minors for the YΔY-reducible graphs.
Robertson's apex graph is shown in the figure. It can be obtained by connecting an apex vertex to each of the degree-three vertices of a
rhombic dodecahedron
In geometry, the rhombic dodecahedron is a Polyhedron#Convex_polyhedra, convex polyhedron with 12 congruence (geometry), congruent rhombus, rhombic face (geometry), faces. It has 24 edge (geometry), edges, and 14 vertex (geometry), vertices of 2 ...
, or by merging two diametrally opposed vertices of a four-dimensional
hypercube graph
In graph theory, the hypercube graph is the graph formed from the vertices and edges of an -dimensional hypercube. For instance, the cubical graph, cube graph is the graph formed by the 8 vertices and 12 edges of a three-dimensional cube.
has ...
. Because the rhombic dodecahedron's graph is planar, Robertson's graph is an apex graph. It is a
triangle-free graph
In the mathematical area of graph theory, a triangle-free graph is an undirected graph in which no three vertices form a triangle of edges. Triangle-free graphs may be equivalently defined as graphs with clique number ≤ 2, graphs with ...
with minimum
degree four, so it cannot be changed by any YΔY-reduction.
Nearly planar graphs

If a graph is an apex graph, it is not necessarily the case that it has a unique apex. For instance, in the minor-minimal nonplanar graphs ''K''
5 and ''K''
3,3, any of the vertices can be chosen as the apex. defined a nearly planar graph to be a nonplanar apex graph with the property that all vertices can be the apex of the graph; thus, ''K''
5 and ''K''
3,3 are nearly planar. He provided a classification of these graphs into four subsets, one of which consists of the graphs that (like the
Möbius ladder
In graph theory, the Möbius ladder , for even numbers , is formed from an by adding edges (called "rungs") connecting opposite pairs of vertices in the cycle. It is a cubic, circulant graph, so-named because (with the exception of (the util ...
s) can be embedded onto the
Möbius strip
In mathematics, a Möbius strip, Möbius band, or Möbius loop is a Surface (topology), surface that can be formed by attaching the ends of a strip of paper together with a half-twist. As a mathematical object, it was discovered by Johann Bened ...
in such a way that the single edge of the strip coincides with a
Hamiltonian cycle
In the mathematics, mathematical field of graph theory, a Hamiltonian path (or traceable path) is a path (graph theory), path in an undirected or directed graph that visits each vertex (graph theory), vertex exactly once. A Hamiltonian cycle (or ...
of the graph. Prior to the proof of the
four color theorem
In mathematics, the four color theorem, or the four color map theorem, states that no more than four colors are required to color the regions of any map so that no two adjacent regions have the same color. ''Adjacent'' means that two regions shar ...
, he proved that every nearly planar graph can be colored with at most four colors, except for the graphs formed from a
wheel graph
In graph theory, a wheel graph is a graph formed by connecting a single universal vertex to all vertices of a cycle. A wheel graph with vertices can also be defined as the 1-skeleton of an pyramid.
Some authors write to denote a wheel graph ...
with an odd outer cycle by replacing the hub vertex with two adjacent vertices, which require five colors. Additionally, he proved that, with a single exception (the eight-vertex
complement graph
In the mathematical field of graph theory, the complement or inverse of a graph is a graph on the same vertices such that two distinct vertices of are adjacent if and only if they are not adjacent in . That is, to generate the complement of ...
of the
cube
A cube or regular hexahedron is a three-dimensional space, three-dimensional solid object in geometry, which is bounded by six congruent square (geometry), square faces, a type of polyhedron. It has twelve congruent edges and eight vertices. It i ...
) every nearly planar graph has an embedding onto the
projective plane
In mathematics, a projective plane is a geometric structure that extends the concept of a plane (geometry), plane. In the ordinary Euclidean plane, two lines typically intersect at a single point, but there are some pairs of lines (namely, paral ...
.
However, the phrase "nearly planar graph" is highly ambiguous: it has also been used to refer to apex graphs, graphs formed by adding one edge to a planar graph, and graphs formed from a planar embedded graph by replacing a bounded number of faces by "vortexes" of bounded
pathwidth
In graph theory, a path decomposition of a graph is, informally, a representation of as a "thickened" path graph, and the pathwidth of is a number that measures how much the path was thickened to form . More formally, a path-decomposition ...
,
[.] as well as for other less precisely-defined sets of graphs.
Related graph classes
An abstract graph is said to be ''n''-apex if it can be made planar by deleting ''n'' or fewer vertices. A 1-apex graph is also said to be apex.
According to , a graph is edge-apex if there is some edge in the graph that can be deleted to make the graph planar. A graph is contraction-apex if there is some edge in the graph that can be contracted to make the graph planar.
In general, if X is a class of graphs, an "apex-X" graph is a graph that can be brought into the class X by deleting some one vertex. For example, an apex-
cograph
In graph theory, a cograph, or complement-reducible graph, or ''P''4-free graph, is a graph that can be generated from the single-vertex graph ''K''1 by complementation and disjoint union. That is, the family of cographs is the smallest class of ...
is a graph ''G'' that has a vertex ''v'' such that ''G―v'' is a cograph.
See also
*
Polyhedral pyramid, a 4-dimensional polytope whose vertices and edges form an apex graph, with the apex adjacent to every vertex of a
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 ...
Notes
References
*.
*.
*.
*.
*.
*.
*.
*.
*.
*.
*.
*. As cited by .
*.
*.
*.
*.
*.
*.
*.
*.
*.
*.
*.
*.
{{refend
Planar graphs
Graph families
Graph minor theory