fbpx
Wikipedia

Graph minor

In graph theory, an undirected graph H is called a minor of the graph G if H can be formed from G by deleting edges, vertices and by contracting edges.

The theory of graph minors began with Wagner's theorem that a graph is planar if and only if its minors include neither the complete graph K5 nor the complete bipartite graph K3,3.[1] The Robertson–Seymour theorem implies that an analogous forbidden minor characterization exists for every property of graphs that is preserved by deletions and edge contractions.[2] For every fixed graph H, it is possible to test whether H is a minor of an input graph G in polynomial time;[3] together with the forbidden minor characterization this implies that every graph property preserved by deletions and contractions may be recognized in polynomial time.[4]

Other results and conjectures involving graph minors include the graph structure theorem, according to which the graphs that do not have H as a minor may be formed by gluing together simpler pieces, and Hadwiger's conjecture relating the inability to color a graph to the existence of a large complete graph as a minor of it. Important variants of graph minors include the topological minors and immersion minors.

Definitions edit

An edge contraction is an operation that removes an edge from a graph while simultaneously merging the two vertices it used to connect. An undirected graph H is a minor of another undirected graph G if a graph isomorphic to H can be obtained from G by contracting some edges, deleting some edges, and deleting some isolated vertices. The order in which a sequence of such contractions and deletions is performed on G does not affect the resulting graph H.

Graph minors are often studied in the more general context of matroid minors. In this context, it is common to assume that all graphs are connected, with self-loops and multiple edges allowed (that is, they are multigraphs rather than simple graphs); the contraction of a loop and the deletion of a cut-edge are forbidden operations. This point of view has the advantage that edge deletions leave the rank of a graph unchanged, and edge contractions always reduce the rank by one.

In other contexts (such as with the study of pseudoforests) it makes more sense to allow the deletion of a cut-edge, and to allow disconnected graphs, but to forbid multigraphs. In this variation of graph minor theory, a graph is always simplified after any edge contraction to eliminate its self-loops and multiple edges.[5]

A function f is referred to as "minor-monotone" if, whenever H is a minor of G, one has f(H) ≤ f(G).

Example edit

In the following example, graph H is a minor of graph G:

H.  

G.  

The following diagram illustrates this. First construct a subgraph of G by deleting the dashed edges (and the resulting isolated vertex), and then contract the gray edge (merging the two vertices it connects):

 

Major results and conjectures edit

It is straightforward to verify that the graph minor relation forms a partial order on the isomorphism classes of finite undirected graphs: it is transitive (a minor of a minor of G is a minor of G itself), and G and H can only be minors of each other if they are isomorphic because any nontrivial minor operation removes edges or vertices. A deep result by Neil Robertson and Paul Seymour states that this partial order is actually a well-quasi-ordering: if an infinite list (G1, G2, …) of finite graphs is given, then there always exist two indices i < j such that Gi is a minor of Gj. Another equivalent way of stating this is that any set of graphs can have only a finite number of minimal elements under the minor ordering.[6] This result proved a conjecture formerly known as Wagner's conjecture, after Klaus Wagner; Wagner had conjectured it long earlier, but only published it in 1970.[7]

In the course of their proof, Seymour and Robertson also prove the graph structure theorem in which they determine, for any fixed graph H, the rough structure of any graph that does not have H as a minor. The statement of the theorem is itself long and involved, but in short it establishes that such a graph must have the structure of a clique-sum of smaller graphs that are modified in small ways from graphs embedded on surfaces of bounded genus. Thus, their theory establishes fundamental connections between graph minors and topological embeddings of graphs.[8]

For any graph H, the simple H-minor-free graphs must be sparse, which means that the number of edges is less than some constant multiple of the number of vertices.[9] More specifically, if H has h vertices, then a simple n-vertex simple H-minor-free graph can have at most   edges, and some Kh-minor-free graphs have at least this many edges.[10] Thus, if H has h vertices, then H-minor-free graphs have average degree   and furthermore degeneracy  . Additionally, the H-minor-free graphs have a separator theorem similar to the planar separator theorem for planar graphs: for any fixed H, and any n-vertex H-minor-free graph G, it is possible to find a subset of   vertices whose removal splits G into two (possibly disconnected) subgraphs with at most 2n3 vertices per subgraph.[11] Even stronger, for any fixed H, H-minor-free graphs have treewidth  .[12]

The Hadwiger conjecture in graph theory proposes that if a graph G does not contain a minor isomorphic to the complete graph on k vertices, then G has a proper coloring with k – 1 colors.[13] The case k = 5 is a restatement of the four color theorem. The Hadwiger conjecture has been proven for k ≤ 6,[14] but is unknown in the general case. Bollobás, Catlin & Erdős (1980) call it "one of the deepest unsolved problems in graph theory." Another result relating the four-color theorem to graph minors is the snark theorem announced by Robertson, Sanders, Seymour, and Thomas, a strengthening of the four-color theorem conjectured by W. T. Tutte and stating that any bridgeless 3-regular graph that requires four colors in an edge coloring must have the Petersen graph as a minor.[15]

Minor-closed graph families edit

Many families of graphs have the property that every minor of a graph in F is also in F; such a class is said to be minor-closed. For instance, in any planar graph, or any embedding of a graph on a fixed topological surface, neither the removal of edges nor the contraction of edges can increase the genus of the embedding; therefore, planar graphs and the graphs embeddable on any fixed surface form minor-closed families.

If F is a minor-closed family, then (because of the well-quasi-ordering property of minors) among the graphs that do not belong to F there is a finite set X of minor-minimal graphs. These graphs are forbidden minors for F: a graph belongs to F if and only if it does not contain as a minor any graph in X. That is, every minor-closed family F can be characterized as the family of X-minor-free graphs for some finite set X of forbidden minors.[2] The best-known example of a characterization of this type is Wagner's theorem characterizing the planar graphs as the graphs having neither K5 nor K3,3 as minors.[1]

In some cases, the properties of the graphs in a minor-closed family may be closely connected to the properties of their excluded minors. For example a minor-closed graph family F has bounded pathwidth if and only if its forbidden minors include a forest,[16] F has bounded tree-depth if and only if its forbidden minors include a disjoint union of path graphs, F has bounded treewidth if and only if its forbidden minors include a planar graph,[17] and F has bounded local treewidth (a functional relationship between diameter and treewidth) if and only if its forbidden minors include an apex graph (a graph that can be made planar by the removal of a single vertex).[18] If H can be drawn in the plane with only a single crossing (that is, it has crossing number one) then the H-minor-free graphs have a simplified structure theorem in which they are formed as clique-sums of planar graphs and graphs of bounded treewidth.[19] For instance, both K5 and K3,3 have crossing number one, and as Wagner showed the K5-free graphs are exactly the 3-clique-sums of planar graphs and the eight-vertex Wagner graph, while the K3,3-free graphs are exactly the 2-clique-sums of planar graphs and K5.[20]

Variations edit

Topological minors edit

A graph H is called a topological minor of a graph G if a subdivision of H is isomorphic to a subgraph of G.[21] Every topological minor is also a minor. The converse however is not true in general (for instance the complete graph K5 in the Petersen graph is a minor but not a topological one), but holds for graph with maximum degree not greater than three.[22]

The topological minor relation is not a well-quasi-ordering on the set of finite graphs[23] and hence the result of Robertson and Seymour does not apply to topological minors. However it is straightforward to construct finite forbidden topological minor characterizations from finite forbidden minor characterizations by replacing every branch set with k outgoing edges by every tree on k leaves that has down degree at least two.

Induced minors edit

A graph H is called an induced minor of a graph G if it can be obtained from an induced subgraph of G by contracting edges. Otherwise, G is said to be H-induced minor-free.[24]

Immersion minor edit

A graph operation called lifting is central in a concept called immersions. The lifting is an operation on adjacent edges. Given three vertices v, u, and w, where (v,u) and (u,w) are edges in the graph, the lifting of vuw, or equivalent of (v,u), (u,w) is the operation that deletes the two edges (v,u) and (u,w) and adds the edge (v,w). In the case where (v,w) already was present, v and w will now be connected by more than one edge, and hence this operation is intrinsically a multi-graph operation.

In the case where a graph H can be obtained from a graph G by a sequence of lifting operations (on G) and then finding an isomorphic subgraph, we say that H is an immersion minor of G. There is yet another way of defining immersion minors, which is equivalent to the lifting operation. We say that H is an immersion minor of G if there exists an injective mapping from vertices in H to vertices in G where the images of adjacent elements of H are connected in G by edge-disjoint paths.

The immersion minor relation is a well-quasi-ordering on the set of finite graphs and hence the result of Robertson and Seymour applies to immersion minors. This furthermore means that every immersion minor-closed family is characterized by a finite family of forbidden immersion minors.

In graph drawing, immersion minors arise as the planarizations of non-planar graphs: from a drawing of a graph in the plane, with crossings, one can form an immersion minor by replacing each crossing point by a new vertex, and in the process also subdividing each crossed edge into a path. This allows drawing methods for planar graphs to be extended to non-planar graphs.[25]

Shallow minors edit

A shallow minor of a graph G is a minor in which the edges of G that were contracted to form the minor form a collection of disjoint subgraphs with low diameter. Shallow minors interpolate between the theories of graph minors and subgraphs, in that shallow minors with high depth coincide with the usual type of graph minor, while the shallow minors with depth zero are exactly the subgraphs.[26] They also allow the theory of graph minors to be extended to classes of graphs such as the 1-planar graphs that are not closed under taking minors.[27]

Parity conditions edit

An alternative and equivalent definition of a graph minor is that H is a minor of G whenever the vertices of H can be represented by a collection of vertex-disjoint subtrees of G, such that if two vertices are adjacent in H, there exists an edge with its endpoints in the corresponding two trees in G. An odd minor restricts this definition by adding parity conditions to these subtrees. If H is represented by a collection of subtrees of G as above, then H is an odd minor of G whenever it is possible to assign two colors to the vertices of G in such a way that each edge of G within a subtree is properly colored (its endpoints have different colors) and each edge of G that represents an adjacency between two subtrees is monochromatic (both its endpoints are the same color). Unlike for the usual kind of graph minors, graphs with forbidden odd minors are not necessarily sparse.[28] The Hadwiger conjecture, that k-chromatic graphs necessarily contain k-vertex complete graphs as minors, has also been studied from the point of view of odd minors.[29]

A different parity-based extension of the notion of graph minors is the concept of a bipartite minor, which produces a bipartite graph whenever the starting graph is bipartite. A graph H is a bipartite minor of another graph G whenever H can be obtained from G by deleting vertices, deleting edges, and collapsing pairs of vertices that are at distance two from each other along a peripheral cycle of the graph. A form of Wagner's theorem applies for bipartite minors: A bipartite graph G is a planar graph if and only if it does not have the utility graph K3,3 as a bipartite minor.[30]

Algorithms edit

The problem of deciding whether a graph G contains H as a minor is NP-complete in general; for instance, if H is a cycle graph with the same number of vertices as G, then H is a minor of G if and only if G contains a Hamiltonian cycle. However, when G is part of the input but H is fixed, it can be solved in polynomial time. More specifically, the running time for testing whether H is a minor of G in this case is O(n3), where n is the number of vertices in G and the big O notation hides a constant that depends superexponentially on H;[3] since the original Graph Minors result, this algorithm has been improved to O(n2) time.[31] Thus, by applying the polynomial time algorithm for testing whether a given graph contains any of the forbidden minors, it is theoretically possible to recognize the members of any minor-closed family in polynomial time. This result is not used in practice since the hidden constant is so huge (needing three layers of Knuth's up-arrow notation to express) as to rule out any application, making it a galactic algorithm.[32] Furthermore, in order to apply this result constructively, it is necessary to know what the forbidden minors of the graph family are.[4] In some cases, the forbidden minors are known, or can be computed.[33]

In the case where H is a fixed planar graph, then we can test in linear time in an input graph G whether H is a minor of G.[34] In cases where H is not fixed, faster algorithms are known in the case where G is planar.[35]

Notes edit

  1. ^ a b Lovász (2006), p. 77; Wagner (1937a).
  2. ^ a b Lovász (2006), theorem 4, p. 78; Robertson & Seymour (2004).
  3. ^ a b Robertson & Seymour (1995).
  4. ^ a b Fellows & Langston (1988).
  5. ^ Lovász (2006) is inconsistent about whether to allow self-loops and multiple adjacencies: he writes on p. 76 that "parallel edges and loops are allowed" but on p. 77 he states that "a graph is a forest if and only if it does not contain the triangle K3 as a minor", true only for simple graphs.
  6. ^ Diestel (2005), Chapter 12: Minors, Trees, and WQO; Robertson & Seymour (2004).
  7. ^ Lovász (2006), p. 76.
  8. ^ Lovász (2006), pp. 80–82; Robertson & Seymour (2003).
  9. ^ Mader (1967).
  10. ^ Kostochka (1982); Kostochka (1984); Thomason (1984); Thomason (2001).
  11. ^ Alon, Seymour & Thomas (1990); Plotkin, Rao & Smith (1994); Reed & Wood (2009).
  12. ^ Grohe (2003)
  13. ^ Hadwiger (1943).
  14. ^ Robertson, Seymour & Thomas (1993).
  15. ^ Thomas (1999); Pegg (2002).
  16. ^ Robertson & Seymour (1983).
  17. ^ Lovász (2006), Theorem 9, p. 81; Robertson & Seymour (1986).
  18. ^ Eppstein (2000); Demaine & Hajiaghayi (2004).
  19. ^ Robertson & Seymour (1993); Demaine, Hajiaghayi & Thilikos (2002).
  20. ^ Wagner (1937a); Wagner (1937b); Hall (1943).
  21. ^ Diestel 2005, p. 20
  22. ^ Diestel 2005, p. 22
  23. ^ Ding (1996).
  24. ^ Błasiok et al. (2015)
  25. ^ Buchheim et al. (2014).
  26. ^ Nešetřil & Ossona de Mendez (2012).
  27. ^ Nešetřil & Ossona de Mendez (2012), pp. 319–321.
  28. ^ Kawarabayashi, Ken-ichi; Reed, Bruce; Wollan, Paul (2011), "The graph minor algorithm with parity conditions", 52nd Annual IEEE Symposium on Foundations of Computer Science, Institute of Electrical and Electronics Engineers, pp. 27–36, doi:10.1109/focs.2011.52, S2CID 17385711.
  29. ^ Geelen, Jim; Gerards, Bert; Reed, Bruce; Seymour, Paul; Vetta, Adrian (2009), "On the odd-minor variant of Hadwiger's conjecture", Journal of Combinatorial Theory, Series B, 99 (1): 20–29, doi:10.1016/j.jctb.2008.03.006, MR 2467815.
  30. ^ Chudnovsky, Maria; Kalai, Gil; Nevo, Eran; Novik, Isabella; Seymour, Paul (2016), "Bipartite minors", Journal of Combinatorial Theory, Series B, 116: 219–228, arXiv:1312.0210, doi:10.1016/j.jctb.2015.08.001, MR 3425242, S2CID 14571660.
  31. ^ Kawarabayashi, Kobayashi & Reed (2012).
  32. ^ Johnson, David S. (1987). "The NP-completeness column: An ongoing guide (edition 19)". Journal of Algorithms. 8 (2): 285–303. CiteSeerX 10.1.1.114.3864. doi:10.1016/0196-6774(87)90043-5.
  33. ^ Bodlaender, Hans L. (1993). "A Tourist Guide through Treewidth" (PDF). Acta Cybernetica. 11: 1–21. See end of Section 5.
  34. ^ Bodlaender, Hans L. (1993). "A Tourist Guide through Treewidth" (PDF). Acta Cybernetica. 11: 1–21. First paragraph after Theorem 5.3
  35. ^ Adler, Isolde; Dorn, Frederic; Fomin, Fedor V.; Sau, Ignasi; Thilikos, Dimitrios M. (2012-09-01). "Fast Minor Testing in Planar Graphs" (PDF). Algorithmica. 64 (1): 69–84. doi:10.1007/s00453-011-9563-9. ISSN 0178-4617. S2CID 6204674.

References edit

External links edit

graph, minor, graph, theory, undirected, graph, called, minor, graph, formed, from, deleting, edges, vertices, contracting, edges, theory, graph, minors, began, with, wagner, theorem, that, graph, planar, only, minors, include, neither, complete, graph, comple. In graph theory an undirected graph H is called a minor of the graph G if H can be formed from G by deleting edges vertices and by contracting edges The theory of graph minors began with Wagner s theorem that a graph is planar if and only if its minors include neither the complete graph K5 nor the complete bipartite graph K3 3 1 The Robertson Seymour theorem implies that an analogous forbidden minor characterization exists for every property of graphs that is preserved by deletions and edge contractions 2 For every fixed graph H it is possible to test whether H is a minor of an input graph G in polynomial time 3 together with the forbidden minor characterization this implies that every graph property preserved by deletions and contractions may be recognized in polynomial time 4 Other results and conjectures involving graph minors include the graph structure theorem according to which the graphs that do not have H as a minor may be formed by gluing together simpler pieces and Hadwiger s conjecture relating the inability to color a graph to the existence of a large complete graph as a minor of it Important variants of graph minors include the topological minors and immersion minors Contents 1 Definitions 2 Example 3 Major results and conjectures 4 Minor closed graph families 5 Variations 5 1 Topological minors 5 2 Induced minors 5 3 Immersion minor 5 4 Shallow minors 5 5 Parity conditions 6 Algorithms 7 Notes 8 References 9 External linksDefinitions editAn edge contraction is an operation that removes an edge from a graph while simultaneously merging the two vertices it used to connect An undirected graph H is a minor of another undirected graph G if a graph isomorphic to H can be obtained from G by contracting some edges deleting some edges and deleting some isolated vertices The order in which a sequence of such contractions and deletions is performed on G does not affect the resulting graph H Graph minors are often studied in the more general context of matroid minors In this context it is common to assume that all graphs are connected with self loops and multiple edges allowed that is they are multigraphs rather than simple graphs the contraction of a loop and the deletion of a cut edge are forbidden operations This point of view has the advantage that edge deletions leave the rank of a graph unchanged and edge contractions always reduce the rank by one In other contexts such as with the study of pseudoforests it makes more sense to allow the deletion of a cut edge and to allow disconnected graphs but to forbid multigraphs In this variation of graph minor theory a graph is always simplified after any edge contraction to eliminate its self loops and multiple edges 5 A function f is referred to as minor monotone if whenever H is a minor of G one has f H f G Example editIn the following example graph H is a minor of graph G H nbsp G nbsp The following diagram illustrates this First construct a subgraph of G by deleting the dashed edges and the resulting isolated vertex and then contract the gray edge merging the two vertices it connects nbsp Major results and conjectures editIt is straightforward to verify that the graph minor relation forms a partial order on the isomorphism classes of finite undirected graphs it is transitive a minor of a minor of G is a minor of G itself and G and H can only be minors of each other if they are isomorphic because any nontrivial minor operation removes edges or vertices A deep result by Neil Robertson and Paul Seymour states that this partial order is actually a well quasi ordering if an infinite list G1 G2 of finite graphs is given then there always exist two indices i lt j such that Gi is a minor of Gj Another equivalent way of stating this is that any set of graphs can have only a finite number of minimal elements under the minor ordering 6 This result proved a conjecture formerly known as Wagner s conjecture after Klaus Wagner Wagner had conjectured it long earlier but only published it in 1970 7 In the course of their proof Seymour and Robertson also prove the graph structure theorem in which they determine for any fixed graph H the rough structure of any graph that does not have H as a minor The statement of the theorem is itself long and involved but in short it establishes that such a graph must have the structure of a clique sum of smaller graphs that are modified in small ways from graphs embedded on surfaces of bounded genus Thus their theory establishes fundamental connections between graph minors and topological embeddings of graphs 8 For any graph H the simple H minor free graphs must be sparse which means that the number of edges is less than some constant multiple of the number of vertices 9 More specifically if H has h vertices then a simple n vertex simple H minor free graph can have at most O nhlog h displaystyle scriptstyle O nh sqrt log h nbsp edges and some Kh minor free graphs have at least this many edges 10 Thus if H has h vertices then H minor free graphs have average degree O hlog h displaystyle scriptstyle O h sqrt log h nbsp and furthermore degeneracy O hlog h displaystyle scriptstyle O h sqrt log h nbsp Additionally the H minor free graphs have a separator theorem similar to the planar separator theorem for planar graphs for any fixed H and any n vertex H minor free graph G it is possible to find a subset of O n displaystyle scriptstyle O sqrt n nbsp vertices whose removal splits G into two possibly disconnected subgraphs with at most 2n 3 vertices per subgraph 11 Even stronger for any fixed H H minor free graphs have treewidth O n displaystyle scriptstyle O sqrt n nbsp 12 The Hadwiger conjecture in graph theory proposes that if a graph G does not contain a minor isomorphic to the complete graph on k vertices then G has a proper coloring with k 1 colors 13 The case k 5 is a restatement of the four color theorem The Hadwiger conjecture has been proven for k 6 14 but is unknown in the general case Bollobas Catlin amp Erdos 1980 call it one of the deepest unsolved problems in graph theory Another result relating the four color theorem to graph minors is the snark theorem announced by Robertson Sanders Seymour and Thomas a strengthening of the four color theorem conjectured by W T Tutte and stating that any bridgeless 3 regular graph that requires four colors in an edge coloring must have the Petersen graph as a minor 15 Minor closed graph families editFurther information on minor closed graph families including a list of some Robertson Seymour theorem Many families of graphs have the property that every minor of a graph in F is also in F such a class is said to be minor closed For instance in any planar graph or any embedding of a graph on a fixed topological surface neither the removal of edges nor the contraction of edges can increase the genus of the embedding therefore planar graphs and the graphs embeddable on any fixed surface form minor closed families If F is a minor closed family then because of the well quasi ordering property of minors among the graphs that do not belong to F there is a finite set X of minor minimal graphs These graphs are forbidden minors for F a graph belongs to F if and only if it does not contain as a minor any graph in X That is every minor closed family F can be characterized as the family of X minor free graphs for some finite set X of forbidden minors 2 The best known example of a characterization of this type is Wagner s theorem characterizing the planar graphs as the graphs having neither K5 nor K3 3 as minors 1 In some cases the properties of the graphs in a minor closed family may be closely connected to the properties of their excluded minors For example a minor closed graph family F has bounded pathwidth if and only if its forbidden minors include a forest 16 F has bounded tree depth if and only if its forbidden minors include a disjoint union of path graphs F has bounded treewidth if and only if its forbidden minors include a planar graph 17 and F has bounded local treewidth a functional relationship between diameter and treewidth if and only if its forbidden minors include an apex graph a graph that can be made planar by the removal of a single vertex 18 If H can be drawn in the plane with only a single crossing that is it has crossing number one then the H minor free graphs have a simplified structure theorem in which they are formed as clique sums of planar graphs and graphs of bounded treewidth 19 For instance both K5 and K3 3 have crossing number one and as Wagner showed the K5 free graphs are exactly the 3 clique sums of planar graphs and the eight vertex Wagner graph while the K3 3 free graphs are exactly the 2 clique sums of planar graphs and K5 20 Variations editTopological minors edit A graph H is called a topological minor of a graph G if a subdivision of H is isomorphic to a subgraph of G 21 Every topological minor is also a minor The converse however is not true in general for instance the complete graph K5 in the Petersen graph is a minor but not a topological one but holds for graph with maximum degree not greater than three 22 The topological minor relation is not a well quasi ordering on the set of finite graphs 23 and hence the result of Robertson and Seymour does not apply to topological minors However it is straightforward to construct finite forbidden topological minor characterizations from finite forbidden minor characterizations by replacing every branch set with k outgoing edges by every tree on k leaves that has down degree at least two Induced minors edit A graph H is called an induced minor of a graph G if it can be obtained from an induced subgraph of G by contracting edges Otherwise G is said to be H induced minor free 24 Immersion minor edit A graph operation called lifting is central in a concept called immersions The lifting is an operation on adjacent edges Given three vertices v u and w where v u and u w are edges in the graph the lifting of vuw or equivalent of v u u w is the operation that deletes the two edges v u and u w and adds the edge v w In the case where v w already was present v and w will now be connected by more than one edge and hence this operation is intrinsically a multi graph operation In the case where a graph H can be obtained from a graph G by a sequence of lifting operations on G and then finding an isomorphic subgraph we say that H is an immersion minor of G There is yet another way of defining immersion minors which is equivalent to the lifting operation We say that H is an immersion minor of G if there exists an injective mapping from vertices in H to vertices in G where the images of adjacent elements of H are connected in G by edge disjoint paths The immersion minor relation is a well quasi ordering on the set of finite graphs and hence the result of Robertson and Seymour applies to immersion minors This furthermore means that every immersion minor closed family is characterized by a finite family of forbidden immersion minors In graph drawing immersion minors arise as the planarizations of non planar graphs from a drawing of a graph in the plane with crossings one can form an immersion minor by replacing each crossing point by a new vertex and in the process also subdividing each crossed edge into a path This allows drawing methods for planar graphs to be extended to non planar graphs 25 Shallow minors edit A shallow minor of a graph G is a minor in which the edges of G that were contracted to form the minor form a collection of disjoint subgraphs with low diameter Shallow minors interpolate between the theories of graph minors and subgraphs in that shallow minors with high depth coincide with the usual type of graph minor while the shallow minors with depth zero are exactly the subgraphs 26 They also allow the theory of graph minors to be extended to classes of graphs such as the 1 planar graphs that are not closed under taking minors 27 Parity conditions edit An alternative and equivalent definition of a graph minor is that H is a minor of G whenever the vertices of H can be represented by a collection of vertex disjoint subtrees of G such that if two vertices are adjacent in H there exists an edge with its endpoints in the corresponding two trees in G An odd minor restricts this definition by adding parity conditions to these subtrees If H is represented by a collection of subtrees of G as above then H is an odd minor of G whenever it is possible to assign two colors to the vertices of G in such a way that each edge of G within a subtree is properly colored its endpoints have different colors and each edge of G that represents an adjacency between two subtrees is monochromatic both its endpoints are the same color Unlike for the usual kind of graph minors graphs with forbidden odd minors are not necessarily sparse 28 The Hadwiger conjecture that k chromatic graphs necessarily contain k vertex complete graphs as minors has also been studied from the point of view of odd minors 29 A different parity based extension of the notion of graph minors is the concept of a bipartite minor which produces a bipartite graph whenever the starting graph is bipartite A graph H is a bipartite minor of another graph G whenever H can be obtained from G by deleting vertices deleting edges and collapsing pairs of vertices that are at distance two from each other along a peripheral cycle of the graph A form of Wagner s theorem applies for bipartite minors A bipartite graph G is a planar graph if and only if it does not have the utility graph K3 3 as a bipartite minor 30 Algorithms editThe problem of deciding whether a graph G contains H as a minor is NP complete in general for instance if H is a cycle graph with the same number of vertices as G then H is a minor of G if and only if G contains a Hamiltonian cycle However when G is part of the input but H is fixed it can be solved in polynomial time More specifically the running time for testing whether H is a minor of G in this case is O n3 where n is the number of vertices in G and the big O notation hides a constant that depends superexponentially on H 3 since the original Graph Minors result this algorithm has been improved to O n2 time 31 Thus by applying the polynomial time algorithm for testing whether a given graph contains any of the forbidden minors it is theoretically possible to recognize the members of any minor closed family in polynomial time This result is not used in practice since the hidden constant is so huge needing three layers of Knuth s up arrow notation to express as to rule out any application making it a galactic algorithm 32 Furthermore in order to apply this result constructively it is necessary to know what the forbidden minors of the graph family are 4 In some cases the forbidden minors are known or can be computed 33 In the case where H is a fixed planar graph then we can test in linear time in an input graph G whether H is a minor of G 34 In cases where H is not fixed faster algorithms are known in the case where G is planar 35 Notes edit a b Lovasz 2006 p 77 Wagner 1937a a b Lovasz 2006 theorem 4 p 78 Robertson amp Seymour 2004 a b Robertson amp Seymour 1995 a b Fellows amp Langston 1988 Lovasz 2006 is inconsistent about whether to allow self loops and multiple adjacencies he writes on p 76 that parallel edges and loops are allowed but on p 77 he states that a graph is a forest if and only if it does not contain the triangle K3 as a minor true only for simple graphs Diestel 2005 Chapter 12 Minors Trees and WQO Robertson amp Seymour 2004 Lovasz 2006 p 76 Lovasz 2006 pp 80 82 Robertson amp Seymour 2003 Mader 1967 Kostochka 1982 Kostochka 1984 Thomason 1984 Thomason 2001 Alon Seymour amp Thomas 1990 Plotkin Rao amp Smith 1994 Reed amp Wood 2009 Grohe 2003 Hadwiger 1943 Robertson Seymour amp Thomas 1993 Thomas 1999 Pegg 2002 Robertson amp Seymour 1983 Lovasz 2006 Theorem 9 p 81 Robertson amp Seymour 1986 Eppstein 2000 Demaine amp Hajiaghayi 2004 Robertson amp Seymour 1993 Demaine Hajiaghayi amp Thilikos 2002 Wagner 1937a Wagner 1937b Hall 1943 Diestel 2005 p 20 Diestel 2005 p 22 Ding 1996 Blasiok et al 2015 Buchheim et al 2014 Nesetril amp Ossona de Mendez 2012 Nesetril amp Ossona de Mendez 2012 pp 319 321 Kawarabayashi Ken ichi Reed Bruce Wollan Paul 2011 The graph minor algorithm with parity conditions 52nd Annual IEEE Symposium on Foundations of Computer Science Institute of Electrical and Electronics Engineers pp 27 36 doi 10 1109 focs 2011 52 S2CID 17385711 Geelen Jim Gerards Bert Reed Bruce Seymour Paul Vetta Adrian 2009 On the odd minor variant of Hadwiger s conjecture Journal of Combinatorial Theory Series B 99 1 20 29 doi 10 1016 j jctb 2008 03 006 MR 2467815 Chudnovsky Maria Kalai Gil Nevo Eran Novik Isabella Seymour Paul 2016 Bipartite minors Journal of Combinatorial Theory Series B 116 219 228 arXiv 1312 0210 doi 10 1016 j jctb 2015 08 001 MR 3425242 S2CID 14571660 Kawarabayashi Kobayashi amp Reed 2012 Johnson David S 1987 The NP completeness column An ongoing guide edition 19 Journal of Algorithms 8 2 285 303 CiteSeerX 10 1 1 114 3864 doi 10 1016 0196 6774 87 90043 5 Bodlaender Hans L 1993 A Tourist Guide through Treewidth PDF Acta Cybernetica 11 1 21 See end of Section 5 Bodlaender Hans L 1993 A Tourist Guide through Treewidth PDF Acta Cybernetica 11 1 21 First paragraph after Theorem 5 3 Adler Isolde Dorn Frederic Fomin Fedor V Sau Ignasi Thilikos Dimitrios M 2012 09 01 Fast Minor Testing in Planar Graphs PDF Algorithmica 64 1 69 84 doi 10 1007 s00453 011 9563 9 ISSN 0178 4617 S2CID 6204674 References editAlon Noga Seymour Paul Thomas Robin 1990 A separator theorem for nonplanar graphs Journal of the American Mathematical Society 3 4 801 808 doi 10 2307 1990903 JSTOR 1990903 MR 1065053 Blasiok Jaroslaw Kaminski Marcin Raymond Jean Florent Trunck Theophile 2015 Induced minors and well quasi ordering arXiv 1510 07135 Bibcode 2015arXiv151007135B Bollobas B Catlin P A Erdos Paul 1980 Hadwiger s conjecture is true for almost every graph European Journal of Combinatorics 1 3 195 199 doi 10 1016 s0195 6698 80 80001 1 Buchheim Christoph Chimani Markus Gutwenger Carsten Junger Michael Mutzel Petra 2014 Crossings and planarization in Tamassia Roberto ed Handbook of Graph Drawing and Visualization Discrete Mathematics and its Applications Boca Raton CRC Press Boca Raton FL Demaine Erik D Hajiaghayi MohammadTaghi 2004 Diameter and treewidth in minor closed graph families revisited Algorithmica 40 3 211 215 doi 10 1007 s00453 004 1106 1 S2CID 390856 Demaine Erik D Hajiaghayi MohammadTaghi Thilikos Dimitrios M 2002 1 5 Approximation for treewidth of graphs excluding a graph with one crossing as a minor Proc 5th International Workshop on Approximation Algorithms for Combinatorial Optimization APPROX 2002 Lecture Notes in Computer Science vol 2462 Springer Verlag pp 67 80 doi 10 1007 3 540 45753 4 8 Diestel Reinhard 2005 Graph Theory 3rd ed Berlin New York Springer Verlag ISBN 978 3 540 26183 4 Ding Guoli 1996 Excluding a long double path minor Journal of Combinatorial Theory Series B 66 1 11 23 doi 10 1006 jctb 1996 0002 MR 1368512 Eppstein David 2000 Diameter and treewidth in minor closed graph families Algorithmica 27 3 275 291 arXiv math CO 9907126 doi 10 1007 s004530010020 MR 1759751 S2CID 3172160 Fellows Michael R Langston Michael A 1988 Nonconstructive tools for proving polynomial time decidability Journal of the ACM 35 3 727 739 doi 10 1145 44483 44491 S2CID 16587284 Grohe Martin 2003 Local tree width excluded minors and approximation algorithms Combinatorica 23 4 613 632 arXiv math 0001128 doi 10 1007 s00493 003 0037 9 S2CID 11751235 Hadwiger Hugo 1943 Uber eine Klassifikation der Streckenkomplexe Vierteljschr Naturforsch Ges Zurich 88 133 143 Hall Dick Wick 1943 A note on primitive skew curves Bulletin of the American Mathematical Society 49 12 935 936 doi 10 1090 S0002 9904 1943 08065 2 Kawarabayashi Ken ichi Kobayashi Yusuke Reed Bruce March 2012 The disjoint paths problem in quadratic time Journal of Combinatorial Theory Series B 102 2 424 435 doi 10 1016 j jctb 2011 07 004 Kostochka Alexandr V 1982 The minimum Hadwiger number for graphs with a given mean degree of vertices Metody Diskret Analiz in Russian 38 37 58 Kostochka Alexandr V 1984 Lower bound of the Hadwiger number of graphs by their average degree Combinatorica 4 4 307 316 doi 10 1007 BF02579141 S2CID 15736799 Lovasz Laszlo 2006 Graph minor theory Bulletin of the American Mathematical Society 43 1 75 86 doi 10 1090 S0273 0979 05 01088 8 Mader Wolfgang 1967 Homomorphieeigenschaften und mittlere Kantendichte von Graphen Mathematische Annalen 174 4 265 268 doi 10 1007 BF01364272 S2CID 120261785 Nesetril Jaroslav Ossona de Mendez Patrice 2012 Sparsity Graphs Structures and Algorithms Algorithms and Combinatorics vol 28 Springer pp 62 65 doi 10 1007 978 3 642 27875 4 ISBN 978 3 642 27874 7 MR 2920058 Pegg Ed Jr 2002 Book Review The Colossal Book of Mathematics PDF Notices of the American Mathematical Society 49 9 1084 1086 Bibcode 2002ITED 49 1084A doi 10 1109 TED 2002 1003756 Plotkin Serge Rao Satish Smith Warren D 1994 Shallow excluded minors and improved graph decompositions Proc 5th ACM SIAM Symp on Discrete Algorithms SODA 1994 pp 462 470 Reed Bruce Wood David R 2009 A linear time algorithm to find a separator in a graph excluding a minor ACM Transactions on Algorithms 5 4 Article 39 doi 10 1145 1597036 1597043 S2CID 760001 Robertson Neil Seymour Paul 1983 Graph minors I Excluding a forest Journal of Combinatorial Theory Series B 35 1 39 61 doi 10 1016 0095 8956 83 90079 5 Robertson Neil Seymour Paul D 1986 Graph minors V Excluding a planar graph Journal of Combinatorial Theory Series B 41 1 92 114 doi 10 1016 0095 8956 86 90030 4 Robertson Neil Seymour Paul D 1993 Excluding a graph with one crossing in Robertson Neil Seymour Paul eds Graph Structure Theory Proc AMS IMS SIAM Joint Summer Research Conference on Graph Minors Contemporary Mathematics vol 147 American Mathematical Society pp 669 675 Robertson Neil Seymour Paul D 1995 Graph Minors XIII The disjoint paths problem Journal of Combinatorial Theory Series B 63 1 65 110 doi 10 1006 jctb 1995 1006 Robertson Neil Seymour Paul D 2003 Graph Minors XVI Excluding a non planar graph Journal of Combinatorial Theory Series B 89 1 43 76 doi 10 1016 S0095 8956 03 00042 X Robertson Neil Seymour Paul D 2004 Graph Minors XX Wagner s conjecture Journal of Combinatorial Theory Series B 92 2 325 357 doi 10 1016 j jctb 2004 08 001 Robertson Neil Seymour Paul Thomas Robin 1993 Hadwiger s conjecture for K6 free graphs PDF Combinatorica 13 3 279 361 doi 10 1007 BF01202354 S2CID 9608738 Thomas Robin 1999 Recent excluded minor theorems for graphs Surveys in combinatorics 1999 Canterbury PDF London Math Soc Lecture Note Ser vol 267 Cambridge Cambridge Univ Press pp 201 222 MR 1725004 Thomason Andrew 1984 An extremal function for contractions of graphs Mathematical Proceedings of the Cambridge Philosophical Society 95 2 261 265 Bibcode 1983MPCPS 95 261T doi 10 1017 S0305004100061521 S2CID 124801301 Thomason Andrew 2001 The extremal function for complete minors Journal of Combinatorial Theory Series B 81 2 318 338 doi 10 1006 jctb 2000 2013 Wagner Klaus 1937a Uber eine Eigenschaft der ebenen Komplexe Math Ann 114 570 590 doi 10 1007 BF01594196 S2CID 123534907 Wagner Klaus 1937b Uber eine Erweiterung des Satzes von Kuratowski Deutsche Mathematik 2 280 285 External links editWeisstein Eric W Graph Minor MathWorld Retrieved from https en wikipedia org w index php title Graph minor amp oldid 1195659066, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.