Bounded expansion

From HandWiki
Short description: Family of graphs whose shallow minors are sparse graphs

In graph theory, a family of graphs is said to have bounded expansion if all of its shallow minors are sparse graphs. Many natural families of sparse graphs have bounded expansion. A closely related but stronger property, polynomial expansion, is equivalent to the existence of separator theorems for these families. Families with these properties have efficient algorithms for problems including the subgraph isomorphism problem and model checking for the first order theory of graphs.

Definition and equivalent characterizations

A t-shallow minor of a graph G is defined to be a graph formed from G by contracting a collection of vertex-disjoint subgraphs of radius t, and deleting the remaining vertices of G. A family of graphs has bounded expansion if there exists a function f such that, in every t-shallow minor of a graph in the family, the ratio of edges to vertices is at most f(t).[1]

Equivalent definitions of classes of bounded expansions are that all shallow minors have chromatic number bounded by a function of t,[1] or that the given family has a bounded value of a topological parameter. Such a parameter is a graph invariant that is monotone under taking subgraphs, such that the parameter value can change only in a controlled way when a graph is subdivided, and such that a bounded parameter value implies that a graph has bounded degeneracy.[2]

Polynomial expansion and separator theorems

A stronger notion is polynomial expansion, meaning that the function f used to bound the edge density of shallow minors is a polynomial. If a hereditary graph family obeys a separator theorem, stating that any n-vertex graph in the family can be split into pieces with at most n/2 vertices by the removal of O(nc) vertices for some constant c < 1, then that family necessarily has polynomial expansion. Conversely, graphs with polynomial expansion have sublinear separator theorems.[3]

Classes of graphs with bounded expansion

Because of the connection between separators and expansion, every minor-closed graph family, including the family of planar graphs, has polynomial expansion. The same is true for 1-planar graphs, and more generally the graphs that can be embedded onto surfaces of bounded genus with a bounded number of crossings per edge, as well as the biclique-free string graphs, since these all obey similar separator theorems to the planar graphs.[4][5][6][7] In higher dimensional Euclidean spaces, intersection graphs of systems of balls with the property that any point of space is covered by a bounded number of balls also obey separator theorems[8] that imply polynomial expansion.

Although graphs of bounded book thickness do not have sublinear separators,[9] they also have bounded expansion.[10] Other graphs of bounded expansion include graphs of bounded degree,[11] random graphs of bounded average degree in the Erdős–Rényi model,[12] and graphs of bounded queue number.[2][13]

Algorithmic applications

Instances of the subgraph isomorphism problem in which the goal is to find a target graph of bounded size, as a subgraph of a larger graph whose size is not bounded, may be solved in linear time when the larger graph belongs to a family of graphs of bounded expansion. The same is true for finding cliques of a fixed size, finding dominating sets of a fixed size, or more generally testing properties that can be expressed by a formula of bounded size in the first-order logic of graphs.[14][15]

For graphs of polynomial expansion, there exist polynomial-time approximation schemes for the set cover problem, maximum independent set problem, dominating set problem, and several other related graph optimization problems.[16]

References

  1. 1.0 1.1 "5.5 Classes with Bounded Expansion", Sparsity: Graphs, Structures, and Algorithms, Algorithms and Combinatorics, 28, Springer, 2012, pp. 104–107, doi:10.1007/978-3-642-27875-4, ISBN 978-3-642-27874-7 .
  2. 2.0 2.1 "Characterisations and examples of graph classes with bounded expansion", European Journal of Combinatorics 33 (3): 350–373, 2012, doi:10.1016/j.ejc.2011.09.008 .
  3. Dvořák, Zdeněk; Norin, Sergey (2016), "Strongly sublinear separators and polynomial expansion", SIAM Journal on Discrete Mathematics 30 (2): 1095–1101, doi:10.1137/15M1017569 
  4. (Nešetřil Ossona de Mendez), 14.2 Crossing Number, pp. 319–321.
  5. Grigoriev, Alexander (2007), "Algorithms for graphs embeddable with few crossings per edge", Algorithmica 49 (1): 1–11, doi:10.1007/s00453-007-0010-x, https://cris.maastrichtuniversity.nl/portal/en/publications/algorithms-for-graphs-embeddable-with-few-crossings-per-edge(5984fed8-f0b5-4b0d-91fe-2ca15d158421).html .
  6. "Genus, treewidth, and local crossing number", Proc. 23rd Int. Symp. Graph Drawing (GD 2015), 2015, Bibcode2015arXiv150604380D .
  7. "A separator theorem for string graphs and its applications", Combinatorics, Probability and Computing 19 (3): 371, 2009, doi:10.1017/s0963548309990459, https://infoscience.epfl.ch/record/152985/files/S0963548309990459.pdf .
  8. "Separators for sphere-packings and nearest neighbor graphs", Journal of the ACM 44 (1): 1–29, 1997, doi:10.1145/256292.256294 .
  9. Dujmović, Vida; Sidiropoulos, Anastasios; Wood, David R. (2015), 3-Monotone Expanders, Bibcode2015arXiv150105020D 
  10. (Nešetřil Ossona de Mendez), 14.5 Stack Number, pp. 327–328.
  11. (Nešetřil Ossona de Mendez), p. 307.
  12. (Nešetřil Ossona de Mendez), 14.1 Random Graphs (Erdős–Rényi Model), pp. 314–319.
  13. (Nešetřil Ossona de Mendez), pp. 321–327.
  14. (Nešetřil Ossona de Mendez), 18.3 The Subgraph Isomorphism Problem and Boolean Queries, pp. 400–401.
  15. "Deciding first-order properties for sparse graphs", Proc. 51st Annual IEEE Symposium on Foundations of Computer Science (FOCS 2010), IEEE Computer Soc., Los Alamitos, CA, 2010, pp. 133–142 .
  16. "Approximation algorithms for polynomial-expansion and low-density graphs", Algorithms - ESA 2015, Lecture Notes in Computer Science, 9294, Springer-Verlag, 2015, pp. 717–728, doi:10.1007/978-3-662-48350-3_60, ISBN 978-3-662-48349-7, http://sarielhp.org/papers/14/low_density/ .