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

random graphs from a minor closed class
SMART_READER_LITE
LIVE PREVIEW

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


slide-1
SLIDE 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

slide-2
SLIDE 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. An is the set of graphs in A on vertices 1, . . . , n. Rn ∈u A means that Rn is picked uniformly at random from An. What are typical properties of Rn? usually a giant component? probability of being connected? many vertices

  • f 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

slide-3
SLIDE 3

Introduction Properties of graph classes Counting More generally

Generating functions

Given a class A of graph, A(x) denotes the exponential generating function (egf)

n |An|xn/n!. Also ρ = ρ(A) = ρ(A) is the radius of convergence.

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

slide-4
SLIDE 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;

  • uterplanar graphs, planar graphs, and more generally graphs embeddable
  • n a given surface;

graphs with at most k (vertex) disjoint cycles.

Colin McDiarmid (Oxford) Graphs from a minor-closed class 4 / 40

slide-5
SLIDE 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(K4), planar graphs = Ex({K5, K3,3}), graphs with no two disjoint cycles = Ex(2C3). 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

slide-6
SLIDE 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(Kt) the maximum average degree is of

  • rder t√log t (Kostochka, Thomason).

Call A small if ρ(A) > 0, that is ∃c such that |An| ≤ cnn! . 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

slide-7
SLIDE 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) = eC(x).

Colin McDiarmid (Oxford) Graphs from a minor-closed class 7 / 40

slide-8
SLIDE 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. GS 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

slide-9
SLIDE 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 Rn ∈u A then P(Rn is connected) ≥ 1/e. For trees T and forests F, |Tn| = nn−2 and |Fn| ∼ e

1 2 nn−2. Thus for

Fn ∈u F, P(Fn is connected) ∼ e− 1

2 . Colin McDiarmid (Oxford) Graphs from a minor-closed class 9 / 40

slide-10
SLIDE 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(Rn is connected) ≥ e− 1

2 +o(1).

Balister, Bollob´ as and Gerke (2008, 2010) give an asymptotic lower bound

  • f 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

slide-11
SLIDE 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, Rn ∈u A and Fn ∈u F. Then P(Rn is connected) ≥ P(Fn is connected). (Recall that P(Fn is connected) ∼ e− 1

2 .) Colin McDiarmid (Oxford) Graphs from a minor-closed class 11 / 40

slide-12
SLIDE 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, Rn ∈u A, and Ft ∈u F for t = 1, 2, . . .. Then P(Rn is connected) ≥ min

n/3<t≤n P(Ft is connected).

The value n/3 can be increased towards n/2.

Colin McDiarmid (Oxford) Graphs from a minor-closed class 12 / 40

slide-13
SLIDE 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(Rn)] < 2. Thus Big(Rn) is giant!

Colin McDiarmid (Oxford) Graphs from a minor-closed class 13 / 40

slide-14
SLIDE 14

Introduction Properties of graph classes Counting More generally

Growth constant

A has a growth constant γ if (|An|/n!)1/n → γ as n → ∞, that is, if |An| = (γ + 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

slide-15
SLIDE 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(Rn is connected) ≥ 1/e.

Since also A is decomposable |Aa+b| ≥ a + b a |Aa| e |Ab| e 1 2 and so f (n) = |An|

2e2n! 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

k

f (k)1/k < ∞.

Colin McDiarmid (Oxford) Graphs from a minor-closed class 15 / 40

slide-16
SLIDE 16

Introduction Properties of graph classes Counting More generally

When is there a growth constant?

minor-closed and addable – and GS

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 GS of graphs embeddable

  • n S is bridge-addable but not addable. However, we could show (2008)

that GS 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

slide-17
SLIDE 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 GS, the class of freely attachable graphs is the class of connected planar graphs.

Colin McDiarmid (Oxford) Graphs from a minor-closed class 17 / 40

slide-18
SLIDE 18

Introduction Properties of graph classes Counting More generally

Pendant copies theorem

Theorem

Let A have a finite positive growth constant, and let H be freely attachable to A. Let Rn ∈u A. Then there exists α > 0 such that Pr (Rn has < αn pendant copies of H) = e−Ω(n). Often this shows that there are linear numbers of vertices of each degree, and exponentially many automorphisms. For Rn ∈u P, whp ω(Rn) = 4 and so χ(Rn) = 4. Hadwiger’s Conjecture being false says that for some k, there is a graph G ∈ Ex(Kk) with χ(G) ≥ k. But then for Rn ∈u Ex(Kk), wvhp χ(Rn) ≥ k. All but an exponentially small proportion of (Kk) are counterexamples!

Colin McDiarmid (Oxford) Graphs from a minor-closed class 18 / 40

slide-19
SLIDE 19

Introduction Properties of graph classes Counting More generally

Pendant copies theorem

Theorem

Let A have a finite positive growth constant, and let H be freely attachable to A. Let Rn ∈u A. Then there exists α > 0 such that Pr (Rn has < αn pendant copies of H) = e−Ω(n). Often this shows that there are linear numbers of vertices of each degree, and exponentially many automorphisms. For Rn ∈u P, whp ω(Rn) = 4 and so χ(Rn) = 4. Hadwiger’s Conjecture being false says that for some k, there is a graph G ∈ Ex(Kk) with χ(G) ≥ k. But then for Rn ∈u Ex(Kk), wvhp χ(Rn) ≥ k. All but an exponentially small proportion of (Kk) are counterexamples!

Colin McDiarmid (Oxford) Graphs from a minor-closed class 18 / 40

slide-20
SLIDE 20

Introduction Properties of graph classes Counting More generally

Pendant copies theorem

searching for a subgraph

Let A have a growth constant, and let the connected graph H be freely

  • attachable. For example, let A be addable and minor-closed and let

H ∈ A; or let A be GS and H be planar. Suppose we want to find a copy of H in Rn or verify there is no such

  • subgraph. How quickly can we do so?

We see that we can do so in constant expected time; and similarly if we can seek an induced copy of H or a minor H.

Colin McDiarmid (Oxford) Graphs from a minor-closed class 19 / 40

slide-21
SLIDE 21

Introduction Properties of graph classes Counting More generally

Pendant copies theorem

searching for a subgraph

Let A have a growth constant, and let the connected graph H be freely

  • attachable. For example, let A be addable and minor-closed and let

H ∈ A; or let A be GS and H be planar. Suppose we want to find a copy of H in Rn or verify there is no such

  • subgraph. How quickly can we do so?

We see that we can do so in constant expected time; and similarly if we can seek an induced copy of H or a minor H.

Colin McDiarmid (Oxford) Graphs from a minor-closed class 19 / 40

slide-22
SLIDE 22

Introduction Properties of graph classes Counting More generally

Smoothness

Let A be any small class of graphs. Call A smooth if

|An| n|An−1| → a limit as n → ∞.

In this case the limit must be the growth constant γ. All the classes for which we know an asymptotic counting formula are smooth, for example series-parallel graphs, P, GS. Showing smoothness is an important step in proving results about Rn ∈u A.

Colin McDiarmid (Oxford) Graphs from a minor-closed class 20 / 40

slide-23
SLIDE 23

Introduction Properties of graph classes Counting More generally

When is A smooth?

Bender, Canfield and Richmond (2008):

Theorem

GS is smooth for any surface S. The proof did not involve an asymptotic counting formula (and indeed none was then known). The method can be adapted to show more. The core of G, core(G), is the unique maximal subgraph such that the minimum degree δ(G) ≥ 2. The idea is that, if the core grows reasonably smoothly then rooting trees in it yields a smooth class. The proof method can be adapted to show that any addable minor-closed class is smooth, and indeed more generally.

Colin McDiarmid (Oxford) Graphs from a minor-closed class 21 / 40

slide-24
SLIDE 24

Introduction Properties of graph classes Counting More generally

Well-behaved graph classes

Our results will involve a well-behaved class of graphs A. We require that A is proper, minor-closed and bridge-addable, and satisfies certain further

  • conditions. The following classes of graphs are all well-behaved:

any proper, minor-closed, addable class (for example the class of forests, or series-parallel graphs or planar graphs); the class GS of graphs embeddable on any given surface S; the class of all graphs which contain at most k vertex-disjoint cycles. The definition of well-behaved requires A also to be ‘freely-addable-or-limited’. [It suffices also for A to be closed under subdivision of edges, if there is a growth constant.]

Colin McDiarmid (Oxford) Graphs from a minor-closed class 22 / 40

slide-25
SLIDE 25

Introduction Properties of graph classes Counting More generally

Well-behaved graph classes

Freely-addable-or-limited classes of graphs

H ∈ A is freely addable to A if the disjoint union G ∪ H ∈ A whenever G ∈ A. (If A is decomposable then each graph in A is freely addable.) H ∈ A is limited in A if kH is not in A for some positive integer k. If A is GS then the freely addable graphs are the planar graphs, and the limited graphs are the non-planar graphs in GS. A is freely-addable-or-limited if each graph in A is either freely addable or limited (it cannot be both). Decomposable classes, GS and Ex(kC3) are all freely-addable-or-limited. Ex(C3 ∪ C4) is not freely-addable-or-limited.

Colin McDiarmid (Oxford) Graphs from a minor-closed class 23 / 40

slide-26
SLIDE 26

Introduction Properties of graph classes Counting More generally

Smoothness and core(Rn) theorem

Theorem

Let A be well-behaved, with growth constant γ > e; let C denote the class

  • f connected graphs in A; and let Rn ∈u A. Then both A and C are

smooth. (a) Cδ≥2 has growth constant β where β is the unique root > 1 to βe1/β = γ; (b) Let α = 1 − x where x is the unique root < 1 to xe−x = 1/β. Then P(|v(core(Rn)) − αn| > ǫn) = e−Ω(n). (b) Let D denote the class of connected graphs freely addable to A. Let ρ = 1/γ. Then T(ρ) < D(ρ) < ∞, and the probability that core(Rn) is connected tends to eT(ρ)−D(ρ). Conjecture: every minor closed class is smooth?

Colin McDiarmid (Oxford) Graphs from a minor-closed class 24 / 40

slide-27
SLIDE 27

Introduction Properties of graph classes Counting More generally

Graphs on surfaces

smoothness

Let us illustrate the last theorem for GS. We have known since 2008 that GS has growth constant γ, where γ is the planar graph growth constant; and from Gim´ enez and Noy (2009) we have γ ≈ 27.226878. [Counting GS was vastly improved in 2011 by Chapuy, Fusy, Gim´ enez, Mohar and Noy, and by Bender and Gao, to give an asymptotic formula for |GS

n |.]

GS is well-behaved, and so GS is smooth, as we saw earlier – here we learn something new about the core.

Colin McDiarmid (Oxford) Graphs from a minor-closed class 25 / 40

slide-28
SLIDE 28

Introduction Properties of graph classes Counting More generally

Example: graphs on surfaces

core(Rn) for Rn ∈u GS

Solving βe1/β = γ gives β ≈ 26.207554. This is the growth constant of the class of (connected) graphs in GS with minimum degree at least 2. The growth constant β is only slightly larger than the growth constant ≈ 26.18412 for 2-connected graphs in GS, from Bender, Gao and Wormald (2002). Solving α = 1 − 1/β gives α ≈ 0.961843; and for Rn ∈u GS v(core(Rn)) ∼ αn whp Also, the asymptotic number αn of vertices in the core of Rn is only slightly larger than the number of vertices in the largest block of Rn, which is about 0.95982n, from Gim´ enez, Noy and Ru´ e (2007). See also recent work of Noy and Ramos (2014).

Colin McDiarmid (Oxford) Graphs from a minor-closed class 26 / 40

slide-29
SLIDE 29

Introduction Properties of graph classes Counting More generally

Example: graphs on surfaces

Rn ∈u GS, connectivity of core(Rn)

Finally, consider the connectivity of the 2-core. The class D of connected freely addable graphs is the class of connected planar graphs. From Gim´ enez and Noy (2009), e−D(ρ) ≈ 0.963253 where ρ = 1/γ. Further eT(ρ) ≈ 1.038138, so by part (d) of the last Theorem, the probability that core(Rn) is connected ≈ 0.999990. Thus P(core(Rn) not connected ) ≈ 10−5. For comparison P(Frag(Rn) = C3) ∼ e−D(ρ)ρ3/6 ≈ 8 · 10−6.

Colin McDiarmid (Oxford) Graphs from a minor-closed class 27 / 40

slide-30
SLIDE 30

Introduction Properties of graph classes Counting More generally

Boltzmann Poisson random graph

Let A be decomposable. Fix ρ > 0 such that A(ρ) is finite; and let µ(H) = ρv(H)

aut(H) for each H ∈ UA.

Here UA denotes the unlabelled graphs in A. Easy to see: A(ρ) =

  • H∈UA

µ(H).

Colin McDiarmid (Oxford) Graphs from a minor-closed class 28 / 40

slide-31
SLIDE 31

Introduction Properties of graph classes Counting More generally

Boltzmann Poisson random graph

The Boltzmann Poisson random graph R = R(A, ρ) takes values in UA, with P[R = H] = µ(H) A(ρ) for each H ∈ UA. Let C denote the class of connected graphs in A. For each H ∈ UC let κ(G, H) be the number of components of G isomorphic to H.

Proposition

The random variables κ(R, H) for H ∈ UC are independent, with κ(R, H) ∼ Po(µ(H)).

Colin McDiarmid (Oxford) Graphs from a minor-closed class 29 / 40

slide-32
SLIDE 32

Introduction Properties of graph classes Counting More generally

Fragments theorem

Recall that H ∈ A is freely addable to A if the disjoint union G ∪ H ∈ A whenever G ∈ A. Let FA be the class of graphs freely addable to A. Observe that FA is

  • decomposable. Also, if A is bridge-addable then so is FA, and then FA is

addable.

Theorem

Let A be well-behaved, and let ρ = ρ(A). Let FA be the class of graphs freely addable to A, with egf FA. Then 0 < ρ < ∞ and FA(ρ) is finite; and for Rn ∈u A, Fn = UFrag(Rn) satisfies Fn →d R where R is the Boltzmann Poisson random graph R(FA, ρ).

Colin McDiarmid (Oxford) Graphs from a minor-closed class 30 / 40

slide-33
SLIDE 33

Introduction Properties of graph classes Counting More generally

Corollaries on Fragments and connectivity

Corollary

Let D be the class of connected graphs in FA. Given distinct graphs H1, . . . , Hk in UD the k random variables κ(Fn, Hi) are asymptotically independent with distribution Po(µ(Hi)). This gives for example, for Rn ∈u A P(Rn is connected ) → e−D(ρ). Consider trees T and forests F, where ρ = 1/e. For Rn ∈u F, since T(ρ) = 1

2,

P(Rn is connected ) = |Tn| |Fn| → e− 1

2 . Colin McDiarmid (Oxford) Graphs from a minor-closed class 31 / 40

slide-34
SLIDE 34

Introduction Properties of graph classes Counting More generally

Other minor-closed classes

Connected excluded minors

What behaviour can we see with other minor-closed classes, not well-behaved? Example Path forests, ie Ex(C3, K1,3). Decomposable but not bridge-addable. Smooth with growth constant 1. κ(Rn) asymptotically normal, mean ∼ √n. Largest component size ∼ √n log n. More examples in:

  • M. Bousquet-M´

elou and K. Weller (2014) Asymptotic properties of some minor-closed classes of graphs

Colin McDiarmid (Oxford) Graphs from a minor-closed class 32 / 40

slide-35
SLIDE 35

Introduction Properties of graph classes Counting More generally

Other minor-closed classes

Disconnected excluded minors

Example At most k disjoint cycles, ie Ex((k + 1)C3). Not decomposable. Looks like a forest with k additional ‘free’ vertices. Smooth with growth constant γk = 2ke. P(Rn) is connected) → pk := e−T(1/γk) (p0 = e− 1

2 ).

Similar behaviour for Ex((k + 1)Ct), Ex((k + 1)D), Ex((k + 1)K1,t),.. (and for unlabelled graphs with few disjoint cycles) but not for Ex(2K4). Kurauskas and McD (2011, 2012), McD (2011), Kang and McD 2011.

Colin McDiarmid (Oxford) Graphs from a minor-closed class 33 / 40

slide-36
SLIDE 36

Introduction Properties of graph classes Counting More generally

Disjoint excluded minors

disjoint minors from an addable class

Let apexkA denote the set of G such that there is a set X of at most k vertices with G − X ∈ A. A fan is a path P together with a vertex adjacent to each vertex on P. Let A be addable, with set B of (2-connected) excluded minors (so A = Ex(B)). If A does not contain all fans, then Ex(k + 1)B is the union of apexkA and an exponentially smaller class. If A contains all fans (eg A = Ex(K4)) then this is false. [Ex(K1,t) is not addable. Disjoint K1,t minors behave a little differently for t ≥ 4: the difference class is smaller by a factor 2−Θ(n

2t−5 2t−4 ). ] Colin McDiarmid (Oxford) Graphs from a minor-closed class 34 / 40

slide-37
SLIDE 37

Introduction Properties of graph classes Counting More generally

Disjoint excluded minors

disjoint minors from an addable class

Let apexkA denote the set of G such that there is a set X of at most k vertices with G − X ∈ A. A fan is a path P together with a vertex adjacent to each vertex on P. Let A be addable, with set B of (2-connected) excluded minors (so A = Ex(B)). If A does not contain all fans, then Ex(k + 1)B is the union of apexkA and an exponentially smaller class. If A contains all fans (eg A = Ex(K4)) then this is false. [Ex(K1,t) is not addable. Disjoint K1,t minors behave a little differently for t ≥ 4: the difference class is smaller by a factor 2−Θ(n

2t−5 2t−4 ). ] Colin McDiarmid (Oxford) Graphs from a minor-closed class 34 / 40

slide-38
SLIDE 38

Introduction Properties of graph classes Counting More generally

Disjoint K4 minors 1

What about Ex(2K4)? Ex(K4) has growth constant γ ≈ 9.07 (Bernardi, Noy and Welsh 2010). So apex(Ex(K4)) has growth constant 2γ. Ex(2K4) ⊇ apex3F. apex3F has growth constant 23e > 2γ. Thus apex(Ex(K4)) is exponentially smaller than Ex(2K4).

Colin McDiarmid (Oxford) Graphs from a minor-closed class 35 / 40

slide-39
SLIDE 39

Introduction Properties of graph classes Counting More generally

Disjoint K4 minors 1

What about Ex(2K4)? Ex(K4) has growth constant γ ≈ 9.07 (Bernardi, Noy and Welsh 2010). So apex(Ex(K4)) has growth constant 2γ. Ex(2K4) ⊇ apex3F. apex3F has growth constant 23e > 2γ. Thus apex(Ex(K4)) is exponentially smaller than Ex(2K4).

Colin McDiarmid (Oxford) Graphs from a minor-closed class 35 / 40

slide-40
SLIDE 40

Introduction Properties of graph classes Counting More generally

Disjoint K4 minors 1

What about Ex(2K4)? Ex(K4) has growth constant γ ≈ 9.07 (Bernardi, Noy and Welsh 2010). So apex(Ex(K4)) has growth constant 2γ. Ex(2K4) ⊇ apex3F. apex3F has growth constant 23e > 2γ. Thus apex(Ex(K4)) is exponentially smaller than Ex(2K4).

Colin McDiarmid (Oxford) Graphs from a minor-closed class 35 / 40

slide-41
SLIDE 41

Introduction Properties of graph classes Counting More generally

Disjoint K4 minors 2

A model of H in G is a subgraph of G contractible to H. Observe: apexkA is the set of G such that there is a set X of at most k vertices satisfying |X ∩ V (B)| ≥ 1 for each model B of a graph in B. Name it again as 1BLk(B). Let jBLk(B) denote the set of G such that there is a set X of at most k vertices satisfying |X ∩ V (B)| ≥ j for each model B of a graph in B. apex3F ⊆ 2BL3K4 ⊆ Ex(2K4).

Colin McDiarmid (Oxford) Graphs from a minor-closed class 36 / 40

slide-42
SLIDE 42

Introduction Properties of graph classes Counting More generally

Disjoint K4 minors 3

Kurauskas and McD (2012) conjectured that Ex(2K4) is the union of 2BL3(K4) and an exponentially smaller class; and more generally Ex((k + 1)K4) is the union of 2BL2k+1(K4) and an exponentially smaller class. This has recently been proved by Valentas Kurauskas (2013). For each j there are graphs H such that Ex(2H) is the union of jBL2j−1(H) and an exponentially smaller class, and no smaller j′ works....

Colin McDiarmid (Oxford) Graphs from a minor-closed class 37 / 40

slide-43
SLIDE 43

Introduction Properties of graph classes Counting More generally

Disjoint K4 minors 3

Kurauskas and McD (2012) conjectured that Ex(2K4) is the union of 2BL3(K4) and an exponentially smaller class; and more generally Ex((k + 1)K4) is the union of 2BL2k+1(K4) and an exponentially smaller class. This has recently been proved by Valentas Kurauskas (2013). For each j there are graphs H such that Ex(2H) is the union of jBL2j−1(H) and an exponentially smaller class, and no smaller j′ works....

Colin McDiarmid (Oxford) Graphs from a minor-closed class 37 / 40

slide-44
SLIDE 44

Introduction Properties of graph classes Counting More generally

General model

Binomial random graph Gn,p

In the classical binomial random graph Gn,p on the vertex set [n], the n

2

  • possible edges appear independently with probability p, 0 < p < 1.

For each H ∈ An P(Gn,p = H|Gn,p ∈ A) = pe(H)(1 − p)(n

2)−e(H)

  • G∈An pe(G)(1 − p)(n

2)−e(G) =

λe(H)

  • G∈An λe(G)

where λ = p/(1 − p). Here we assume that An = ∅, and e(G) denotes the number of edges in G.

Colin McDiarmid (Oxford) Graphs from a minor-closed class 38 / 40

slide-45
SLIDE 45

Introduction Properties of graph classes Counting More generally

General model

Random cluster model

In the more general random-cluster model, we are also given ν > 0; and the random graph Rn ranges over the graphs H on [n], with P(Rn = H) ∝ pe(H)(1 − p)(n

2)−e(H) · νκ(H).

Here κ(H) denotes the number of components of H. For each H ∈ An we have P(Rn = H | Rn ∈ A) = λe(H)νκ(H)

  • G∈An λe(G)νκ(G) .

Colin McDiarmid (Oxford) Graphs from a minor-closed class 39 / 40

slide-46
SLIDE 46

Introduction Properties of graph classes Counting More generally

General model

New model

The distribution of our random graphs in A is as follows. Given edge-parameter λ > 0 and component-parameter ν > 0, we let the weighting τ be the pair (λ, ν). For each graph G we let τ(G) = λe(G)νκ(G); and we denote

G∈An τ(G) by τ(An).

Rn ∈τ A means that Rn is a random graph which takes values in An with P(Rn = H) = τ(H) τ(An). We call Rn a τ-weighted random graph from A. When λ = ν = 1 we are back to random graphs sampled uniformly. Think

  • f this case!

Colin McDiarmid (Oxford) Graphs from a minor-closed class 40 / 40