random graphs from a minor closed class
play

Random graphs from a minor-closed class Colin McDiarmid Oxford - PowerPoint PPT Presentation

Introduction Properties of graph classes Counting More generally Random graphs from a minor-closed class Colin McDiarmid Oxford University Analysis of Algorithms, Paris, June 2014 Colin McDiarmid (Oxford) Graphs from a minor-closed class 1


  1. Introduction Properties of graph classes Counting More generally Random graphs from a minor-closed class Colin McDiarmid Oxford University Analysis of Algorithms, Paris, June 2014 Colin McDiarmid (Oxford) Graphs from a minor-closed class 1 / 40

  2. Introduction Properties of graph classes Counting More generally Question Let A be a class of (simple) graphs closed under isomorphism, eg the class P of planar graphs. A n is the set of graphs in A on vertices 1 , . . . , n . R n ∈ u A means that R n is picked uniformly at random from A n . What are typical properties of R n ? usually a giant component? probability of being connected? many vertices of degree 1? size of the 2-core? Can we learn anything useful for the design or analysis of algorithms? Colin McDiarmid (Oxford) Graphs from a minor-closed class 2 / 40

  3. Introduction Properties of graph classes Counting More generally Generating functions Given a class A of graph, A ( x ) denotes the exponential generating function n |A n | x n / n !. Also ρ = ρ ( A ) = ρ ( A ) is the radius of convergence. (egf) � For suitable classes of graphs, we can relate the egfs (or two variable versions) of all graphs, connected graphs, 2-connected graphs and 3-connected graphs. If we know enough about the 3-connected graphs (as we do for planar graphs, thanks to Tutte and others) then we may be able to extend to all graphs. Let us leave that for now and proceed in greater generality. Colin McDiarmid (Oxford) Graphs from a minor-closed class 3 / 40

  4. Introduction Properties of graph classes Counting More generally Minors H is a minor of G if H can be obtained from a subgraph of G by edge-contractions. A is minor-closed if G ∈ A , H a minor of G ⇒ H ∈ A Examples: forests, series-parallel graphs, and more generally graphs of treewidth ≤ k ; outerplanar graphs, planar graphs, and more generally graphs embeddable on a given surface; graphs with at most k (vertex) disjoint cycles. Colin McDiarmid (Oxford) Graphs from a minor-closed class 4 / 40

  5. Introduction Properties of graph classes Counting More generally Minors Ex ( H ) is the class of graphs with no minor a graph in H . For example: series-parallel graphs = Ex ( K 4 ), planar graphs = Ex ( { K 5 , K 3 , 3 } ), graphs with no two disjoint cycles = Ex (2 C 3 ). Easy to see that: A is minor-closed iff A = Ex ( H ) for some class H . Robertson and Seymour’s graph minors theorem (once Wagner’s conjecture) is that if A is minor-closed then A = Ex ( H ) for some finite class H . The unique minimal such H consists of the excluded minors for A . Colin McDiarmid (Oxford) Graphs from a minor-closed class 5 / 40

  6. Introduction Properties of graph classes Counting More generally Minors Mostly we shall assume that A is minor-closed and proper (that is, not empty and not all graphs). For such A , a result of Mader says: there is a c = c ( A ) such that the average degree of each graph in A is at most c . Thus our graphs are sparse. For Ex ( K t ) the maximum average degree is of order t √ log t (Kostochka, Thomason). Call A small if ρ ( A ) > 0, that is ∃ c such that |A n | ≤ c n n ! . Norine, Seymour, Thomas and Wollan (2006); and Dvor´ ak and Norine (2010) showed that: Each (proper) minor-closed graph class A is small. Colin McDiarmid (Oxford) Graphs from a minor-closed class 6 / 40

  7. Introduction Properties of graph classes Counting More generally Decomposable If a graph is in A if and only if each component is, then we call A decomposable. For example the class of planar graph is decomposable but the class of graphs embeddable on the torus is not. A minor-closed class is decomposable iff each excluded minor is connected. Let A be a decomposable class of graphs; and let C consist of the connected graphs in A , with egf C ( x ). The exponential formula says that A ( x ) = e C ( x ) . Colin McDiarmid (Oxford) Graphs from a minor-closed class 7 / 40

  8. Introduction Properties of graph classes Counting More generally Bridge-addable and addable A is bridge-addable if whenever G ∈ A and u and v are in different components of G then G + uv ∈ A . A is addable if it is decomposable and bridge-addable. A minor-closed class A is addable iff each excluded minor is 2-connected. G S is bridge-addable but not decomposable (and so not addable) except in the planar case. Colin McDiarmid (Oxford) Graphs from a minor-closed class 8 / 40

  9. Introduction Properties of graph classes Counting More generally Bridge-addability and being connected From McD, Steger and Welsh (2005): Lemma If A is bridge-addable and R n ∈ u A then P ( R n is connected ) ≥ 1 / e . For trees T and forests F , |T n | = n n − 2 and |F n | ∼ e 1 2 n n − 2 . Thus for F n ∈ u F , P ( F n is connected) ∼ e − 1 2 . Colin McDiarmid (Oxford) Graphs from a minor-closed class 9 / 40

  10. Introduction Properties of graph classes Counting More generally Bridge-addability and being connected McD, Steger and Welsh (2006) conjectured: Conjecture If A is bridge-addable then P ( R n is connected ) ≥ e − 1 2 + o (1) . Balister, Bollob´ as and Gerke (2008, 2010) give an asymptotic lower bound of e − 0 . 7983 . Norine (2013) improves this to e − 2 / 3 , but the full conjecture is still open. Addario-Berry, McD and Reed (2012), and Kang and Panagiotou (2013) prove the conjecture if A is also closed under deleting bridges, that is if A is bridge-alterable. Colin McDiarmid (Oxford) Graphs from a minor-closed class 10 / 40

  11. Introduction Properties of graph classes Counting More generally Bridge-alterability and connectivity Here is a natural strengthening of the last conjecture, see eg Balister, Bollob´ as and Gerke (2010). Conjecture Let A be bridge-addable, R n ∈ u A and F n ∈ u F . Then P ( R n is connected ) ≥ P ( F n is connected ) . (Recall that P ( F n is connected) ∼ e − 1 2 .) Colin McDiarmid (Oxford) Graphs from a minor-closed class 11 / 40

  12. Introduction Properties of graph classes Counting More generally Bridge-alterability and connectivity The result below (2013) gives a weakened form of the conjecture. Theorem Let A be bridge-alterable, R n ∈ u A , and F t ∈ u F for t = 1 , 2 , . . . . Then P ( R n is connected ) ≥ n / 3 < t ≤ n P ( F t is connected ) . min The value n / 3 can be increased towards n / 2. Colin McDiarmid (Oxford) Graphs from a minor-closed class 12 / 40

  13. Introduction Properties of graph classes Counting More generally Big component The big component Big ( G ) of a graph G is the (lex first) component with most vertices. The fragment ‘left over’, Frag ( G ), is the subgraph induced on the vertices not in the big component. Write frag ( G ) for v ( Frag ( G )). Theorem If A is bridge-addable then E [ frag ( R n )] < 2 . Thus Big ( R n ) is giant! Colin McDiarmid (Oxford) Graphs from a minor-closed class 13 / 40

  14. Introduction Properties of graph classes Counting More generally Growth constant A has a growth constant γ if ( |A n | / n !) 1 / n → γ as n → ∞ , that is, if |A n | = ( γ + o (1)) n n ! . A has growth constant γ = ⇒ A ( x ) has radius of convergence ρ = 1 /γ . If A is decomposable, then the exponential formula shows that A and C have the same radius of convergence. Observe that: A contains all paths = ⇒ ρ ≤ 1. Bernardi, Noy and Welsh 2010: if A does not contain all paths then ρ = ∞ (assuming A is monotonic). Colin McDiarmid (Oxford) Graphs from a minor-closed class 14 / 40

  15. Introduction Properties of graph classes Counting More generally When is there a growth constant? small and addable McD, Steger and Welsh (2005): Lemma A small and addable ⇒ ∃ growth constant γ ( A ) Proof. Since A is bridge-addable, P ( R n is connected) ≥ 1 / e . Since also A is decomposable � a + b � |A a | |A b | 1 |A a + b | ≥ a e e 2 and so f ( n ) = |A n | 2 e 2 n ! satisfies f ( a + b ) ≥ f ( a ) · f ( b ); that is, f is supermultiplicative. Now use ‘Fekete’s lemma’ to show that f ( n ) 1 / n → sup f ( k ) 1 / k < ∞ . k Colin McDiarmid (Oxford) Graphs from a minor-closed class 15 / 40

  16. Introduction Properties of graph classes Counting More generally When is there a growth constant? minor-closed and addable – and G S Theorem Each addable proper minor-closed class A has a growth constant γ ( A ) . In particular the class P of planar graphs has a growth constant. For any surface S other than the plane, the class G S of graphs embeddable on S is bridge-addable but not addable. However, we could show (2008) that G S has the same growth constant as P . (We now know much more, indeed asymptotic formulae.) Bernardi, Noy and Welsh (2010) asked: does every proper minor-closed class of graphs have a growth constant? Colin McDiarmid (Oxford) Graphs from a minor-closed class 16 / 40

  17. Introduction Properties of graph classes Counting More generally Having a growth constant yields .. Pendant copies theorem - introduction Let H be a connected graph with a root vertex. G has a pendant copy of H if G has a bridge e with H at one end, where e is incident with the root of H . H is freely attachable to A if whenever we have a graph G in A and a disjoint copy of H , and we add an edge between a vertex in G and the root of H , then the resulting graph must be in A . For an addable minor-closed class A , the class of freely attachable graphs is the class of connected graphs in A . For G S , the class of freely attachable graphs is the class of connected planar graphs. Colin McDiarmid (Oxford) Graphs from a minor-closed class 17 / 40

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend