Homeomorphism (graph theory)

From Infogalactic: the planetary knowledge core
(Redirected from Graph homeomorphism)
Jump to: navigation, search

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

In graph theory, two graphs G and G' are homeomorphic if there is a graph isomorphism from some subdivision of G to some subdivision of G'. If the edges of a graph are thought of as lines drawn from one vertex to another (as they are usually depicted in illustrations), then two graphs are homeomorphic to each other in the graph-theoretic sense precisely if they are homeomorphic in the sense in which the term is used in topology.

Subdivision and smoothing

In general, a subdivision of a graph G (sometimes known as an expansion[1]) is a graph resulting from the subdivision of edges in G. The subdivision of some edge e with endpoints {u,v} yields a graph containing one new vertex w, and with an edge set replacing e by two new edges, {u,w} and {w,v}.

For example, the edge e, with endpoints {u,v}:

150px

can be subdivided into two edges, e1 and e2, connecting to a new vertex w:

150px

The reverse operation, smoothing out or smoothing a vertex w with regards to the pair of edges (e1 ,e2 ) incident on w, removes both edges containing w and replaces (e1 ,e2 ) with a new edge that connects the other endpoints of the pair. Here it is emphasized that only 2-valent vertices can be smoothed.

For example, the simple connected graph with two edges, e1 {u,w} and e2 {w,v}:

150px

has a vertex (namely w) that can be smoothed away, resulting in:

150px

Determining whether for graphs G and H, H is homeomorphic to a subgraph of G, is an NP-complete problem.[2]

Barycentric Subdivisions

The barycentric subdivision subdivides each edge of the graph. This is a special subdivision, as it always results in a bipartite graph. This procedure can be repeated, so that the nth barycentric subdivision is the barycentric subdivision of the n-1th barycentric subdivision of the graph. The second such subdivision is always a simple graph.

Embedding on a surface

It is evident that subdividing a graph preserves planarity. Kuratowski's theorem states that

a finite graph is planar if and only if it contains no subgraph homeomorphic to K5 (complete graph on five vertices) or K3,3 (complete bipartite graph on six vertices, three of which connect to each of the other three).

In fact, a graph homeomorphic to K5 or K3,3 is called a Kuratowski subgraph.

A generalization, flowing from the Robertson–Seymour theorem, asserts that for each integer g, there is a finite obstruction set of graphs L(g) = \{G_{i}^{(g)}\} such that a graph H is embeddable on a surface of genus g if and only if H contains no homeomorphic copy of any of the G_{i}^{(g)}. For example, L(0) = \{K_{5}, K_{3,3}\} contains the Kuratowski subgraphs.

Example

In the following example, graph G and graph H are homeomorphic.

G graph H

H graph G

If G' is the graph created by subdivision of the outer edges of G and H' is the graph created by subdivision of the inner edge of H, then G' and H' have a similar graph drawing:

G', H' graph G

Therefore, there exists an isomorphism between G' and H', meaning G and H are homeomorphic.

See also

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. The more commonly studied problem in the literature, under the name of the subgraph homeomorphism problem, is whether a subdivision of H is isomorphic to a subgraph of G. The case when H is an n-vertex cycle is equivalent to the Hamiltonian cycle problem, and is therefore NP-complete. However, this formulation is only equivalent to the question of whether H is homeomorphic to a subgraph of G when H has no degree-two vertices, because it does not allow smoothing in H. The stated problem can be shown to be NP-complete by a small modification of the Hamiltonian cycle reduction: add one vertex to each of H and G, adjacent to all the other vertices. Thus, the one-vertex augmentation of a graph G contains a subgraph homeomorphic to an (n + 1)-vertex wheel graph, if and only if G is Hamiltonian. For the hardness of the subgraph homeomorphism problem, see e.g. Lua error in package.lua at line 80: module 'strict' not found..
  • Lua error in package.lua at line 80: module 'strict' not found.