Jump to content

Random regular graph

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jane.p.gao (talk | contribs) at 00:43, 20 March 2007 (this is a new article). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Definition


A random d-regular graph is a graph from , which denotes the probability space of all d-regular graphs on vertex set [n], where nd is even and , with uniform distribution.


Pairing Model


Pairing Model, also called Configuration Model, is one of the most commonly used model to generate regular graphs uniformly. Suppose we want to generate graphs from , where d is a constant, the pairing model is described as follows.

Consider a set of nd points, where nd is even, and partition them into n buckets with d points in each of them. We take a random matching of the nd points, and then contract the d points in each bucket into a single vertex. The resulting graph is a d-regular multigraph on n vertices.

Let denote the probability space of random $d$-regular multigraphs generated by the pairing model as described above. Every graph in $\mathcal{G}_{n,d}$ corresponds to $(d!)^n$ copies in $\mathcal{P}_{n,d}$, So all simple graphs, namely, graphs without loops and multiple edges, in $\mathcal{P}_{n,d}$ occur u.a.r.


Properties of Pairing Model


The following result gives the probability of a multigraph from being simple.

P{ is simple}.


Since the expected time of generating a simple graph is exponential to , the algorithm will get slow when d gets large.


Properties of Random Regular Graphs


All local structures but trees and cycles appear in a random regular graph with probability o(1) as n goes to infinity. For any given subset of vertices with bounded size, the subgraph induced by this subset is a tree a.a.s.

The next theorem gives nice property of the distribution of the number of short cycles.
For d fixed, let be the number of cycles of length i in a graph in . For fixed are asymptotically independent Poisson random variables with means .


References


N.C.Wormald, Models of random regular graphs, In Surveys in Combinatorics, pages 239-298. Cambridge University Press, 1999.