tauraso18. 123KB Jun 04 2011 12:09:36 AM

1

2
3

47

6

Journal of Integer Sequences, Vol. 11 (2008),
Article 08.4.4

23 11

Edge Cover Time for Regular Graphs
Roberto Tauraso
Dipartimento di Matematica
Universit`a di Roma “Tor Vergata”
via della Ricerca Scientifica
00133 Roma
Italy

tauraso@mat.uniroma2.it

Abstract
Consider the following stochastic process on a graph: initially all vertices are uncovered and at each step cover the two vertices of a random edge. What is the expected
number of steps required to cover all vertices of the graph? In this note we show that
the mean cover time for a regular graph of N vertices is asymptotically (N log N )/2.
Moreover, we compute the exact mean cover time for some regular graphs via generating functions.

1

Introduction

The classical coupon collector’s problem can be extended in many ways. In some variants
that can be found in the literature (see, for example, [1, 2, 3, 4]) the objects to be collected
are the vertices of a graph. There are various interesting collection processes (e.g., a random
walk through the graph), but the following one does not seem to have been considered much.
Let G be a connected graph with N ≥ 2 vertices and M ≥ 1 edges (no loops). An edge
covering of G is a set of edges so that every vertex of G is adjacent to (or covered by) at
least one edge in this set. Initially all vertices of the graph are uncovered and at each step
we pick a random edge among all edges and we cover its two vertices. Let τG be the edge

cover time, i.e., the random variable that counts the number of steps required to cover all
vertices of G. What is its expected value E[τG ]?
Let C(G, k) be the number of edge coverings of G with exactly k edges. Then the probability that at the n-th step the whole graph is covered is given by
 
M
X
n k!
p(n) =
C(G, k)
.
n
k
M
k=1
1

Since the following identity holds
 
 
k

X
n
k−r k
rn ,
(−1)
k! =
r
k
r=1
then

p(n) =

M
X
r=1

where
b r) =
C(G,


The probability generating function is
P (x) =


X

n

p(n)x =

n=1

M
X
r=1

M
X


b r)
C(G,
k−r

(−1)

k=r

b r)
C(G,

 
k
C(G, k).
r

∞ 
X
rx n


M

n=1

 r n
M

=

M
−1
X
r=1

b r)
C(G,

x
rx
+

M − rx 1 − x

b M ) = C(G, M ) = 1. In order to compute E[τG ] we define
because C(G,
Q(x) =


X

(p(n) − p(n − 1))xn + p(1)x = P (x)(1 − x).

n=2

Then

Q′ (x) = P ′ (x)(1 − x) − P (x)
!
M
−1
M

−1
X
X
1
M
r
b r) rx − x
b
+
(1 − x) −
C(G,
=
C(G, r)
2
2
(M − rx)
(1 − x)
M − rx 1 − x
r=1
r=1

!
M
−1
M
−1
X
X
Mr
b
b r) rx + 1.
C(G, r)
=
(1 − x) −
C(G,
2
(M − rx)
M − rx
r=1
r=1


Finally we are able to express the answer in finite terms (see [6]) and we obtain


E[τG ] = Q (1) = 1 −

M
−1
X
r=1

b r)
C(G,

r
.
M −r

(1)

In the next sections we will apply the above formula to several kind of graphs, after the

generating function whose coefficients give C(G, k) has been determined. We decided to
consider only regular graphs, so that no vertex is privileged with respect to the others.
Before we start, we would like to establish some bounds for E[τG ] when G is a generic
d-regular graph with N vertices (and dN/2 edges). Since the graph is regular, at each step
every vertex has the same probability to be covered. Hence if we assume that only one
vertex of the chosen edge is covered, then the modified process is just the classical coupon
collector’s problem, and therefore its mean cover time N HN is greater than E[τG ]. A more
precise asymptotic bound is given by the following theorem, which uses the probabilistic
method (see, for example, [2]) .
2

Theorem 1.1. Let G be a d-regular graph with N vertices and let τG its cover time. Then
for any α > 0



τG − (N log N )/2
≤ α ≥ 1 − 2e−2α + o(1).
Pr
(2)

N

Moreover,

E[τG ] ∼ (N log N )/2.

(3)

Proof. Let A(v) be the event such that the vertex v is not covered after
f (N ) = N (log N + a)/2
steps with a ∈ R. Since the probability that the vertex v is covered at any step is
p = d/(N d/2) = 2/N,
it follows that
Pr(A(v)) =

X

(1 − p)k−1 p = (1 − p)f (N ) =

k>f (N )

e−a
+ o(1/N ).
N

If v 6= w and v − w is not an edge, then the probability that v or w are covered at any step
is
p = 2d/(N d/2) = 4/N.
Hence

e−2a
Pr(A(v) ∩ A(w)) = (1 − p)
=
+ o(1/N 2 ).
2
N
On the other hand, if v 6= w and v − w is an edge then the probability that v or w are
covered at any step is
p = (2d − 1)/(N d/2) = 4/N − 2/(N d)
f (N )

then

e−a(2−1/d)
+ o(1/N 2−1/d ).
2−1/d
N
P
Let X(v) be the indicator for the event A(v) and let X = v X(v) be the number of vertices
v such that A(v) occurs. We have the following estimates:
Pr(A(v) ∩ A(w)) = (1 − p)f (N ) =

e−a
+ o(1/N ),
N
e−a
+ o(1/N ),
E[(X(v)]2 ) − E[X(v)]2 =
N
E[X(v) · X(w)] − E[X(v)] · E[X(w)]
e−2a
Pr(A(v) ∩ A(w)) − 2 + o(1/N 2 )
N

2
 o(1/N ),
if v − w is not an edge;
−a(2−1/d)
e

+ o(1/N 2−1/d ), if v − w is not an edge.
N 2−1/d

E[X(v)] = 1 · Pr(A(v)) =
Var[X(v)] =
Cov[X(v), X(w)] =
=
=

3

Therefore
E[X] =

X

E[X(v)] = e−a + o(1),

v

Var[X] =

X

Var[X(v)] +

v

X

Cov[X(v), X(w)]

v6=w




e−a(2−1/d)
2−1/d
= e + o(1) + N d
+ o(1/N
)
N 2−1/d
+N (N − 1 − d)o(1/N 2 )
= e−a + o(1).
−a

So we can find an explicit upper and lower bound for Pr(X = 0), that is, the the probability
that the cover time τG is less than N (log N + a)/2. By Chebyshev’s inequality,
Pr(X = 0) ≤ Pr(|X − E[X]| ≥ E[X]) ≤

e−a + o(1)
Var[X]
=
= ea + o(1).
(E[X])2
e−2a + o(1)

(4)

On the other hand
Pr(X = 0) = 1 − Pr(X > 0) ≥ 1 − E[X] = 1 − e−a + o(1).

(5)

Let α > 0. By (4), if a = −2α then
Pr(τG − (N log N )/2 < −αN ) ≤ e−2α + o(1).
By (5), if a = 2M then
Pr(τG − (N log N )/2 > αN ) = 1 − Pr(τG − (N log N )/2 < αN ) ≤ e−2α + o(1).
Finally
Pr(|τG − (N log N )/2| < αN ) = 1 − Pr(τG − (N log N )/2 < −αN )
−Pr(τG − (N log N )/2 > αN )
≥ 1 − 2e−2α + o(1)
and Eq. (2) has been proved. Eq. (3) follows directly from (2).

2

The cycle graph Cn

The cycle Cn is a 2-regular graph with N = n vertices placed around a circle and M = n
edges. In order to compute the number of ways C(Cn , k, v) such that k edges cover v vertices
of Cn , we choose one of the n vertices and, from there, we place clockwise the v − k connected
components. Let xi ≥ 1 be number of edges of the ith-component then these numbers solve
the equation
x1 + x2 + · · · + xv−k = k.
Let yi ≥ 1 be number of edges of the gap between ith-component and the next one then
these numbers solve equation
y1 + y2 + · · · + yv−k = n − k.
4

y3
x3
x1

y2
y1
x2
Hence n times the number of the all positive integral solutions of the previous equations
gives v − k times (the first component is labeled) the number C(Cn , k, v). Therefore






n
k−1
n
k
n−k−1
n−k−1
C(Cn , k, v) =
=
v−k v−k−1
k v−k
v−k−1
v−k−1
and the number of edge coverings with k edges is


2 − xy
k
n
= [xn y k ]
.
C(Cn , k) = C(Cn , k, n) =
k n−k
1 − yx − yx2
The sequence is triangular with respect to the double index (n, k) since C(Cn , k) can be
considered zero when k > n, and it appears in Sloane’s Encyclopedia [7] as A113214.
It is interesting to note that the total number of edge coverings of Cn is the n-th Lucas
number (A000032)


n
n
X
X
n
k
C(Cn ) =
C(Cn , k) =
= Ln .
k
n

k
k=1
k=1

This is not a real surprise because the edge coverings of Cn are in bijective correpondence
with the monomer-dimer tilings (no overlapping) of Cn : replace any vertex covered by two
edges with a monomer and then fill the rest with dimers.

The following identities are well known (see, for example, [5]) and we include the proofs
here for completeness.
5

Lemma 2.1. i) For any positive integer n
1−n



n−1
X
(−1)r n − 1
r

r

r=1

= nHn .

(6)

ii) For any positive integers n and p


n−1
X
(−1)r−p n − 1 − p
r

r=p

r−p

=

1
p

Proof. As regards identity (6)
Z

0

and

1

(1 − x)n−1 − 1
dx =
x

Z

1

0

Z

0

n−1
1X

r

(−1)

r=1

(1 − x)n−1 − 1
dx = −
x

Z

0






n−1
X
n − 1 r−1
(−1)r n − 1
x dx =
,
r
r
r
r=1

1 n−1

t

−1
dx = −
t−1

Z

Now identity (7),
Z

1

x

p−1

n−1−p

(1−x)

dx =

Z

0

0

1

x

p−1

(7)



n−1
p

0

n−2
1X

tr dt = −Hn−1 .

r=0





n−1
n−1
X
X
(−1)r−p n − 1 − p
r−p
r−p n − 1 − p
,
x dx =
(−1)
r
r−p
r−p
r=p
r=p

and on the other hand
Z 1
(p − 1)!(n − 1 − p)!
1
xp−1 (1 − x)n−1−p dx = B(p − 1, n − 1 − p) =
= n−1 .
(n − 1)!
p p
0
We are now able to find an explicit formula for the mean cover time for the cycle graph.
Theorem 2.2.

⌊n/2⌋

E[τCn ] = nHn − n

X
p=1

6

p



n−p
p

n−1 .
p−1

Proof. By (1)
E[τCn ] =
=
=
=
=

n−1
X

n−1

X
r
b n , n − r) n − r
1−
C(C
=1−
n−r
r
r=1
r=1

 

n
n−1
X
n
k
k
n−r X
k−n+r
(−1)
1−
n−r k n−k
r k=n−r
r=1



n−1
n
X
1 X
k
k−1
k−n+r
1−n
(−1)
n−r−1 n−k
r
r=1
k=n−r



n−1
r
X
1X
n−p
r−p n − p − 1
1−n
(−1)
r p=0
r−p
p
r=1




 n−1
n−1 
n−1
X
X
n − p X (−1)r−p n − p − 1
(−1)r n − 1
−n
.
1−n
r
r
r
r−p
p
p=1
r=p
r=1
b n , r)
C(C

Therefore, by the previous lemma
E[τCn ] = nHn − n

n−1
X
p=1

p



n−p
p

n−1
p

⌊n/2⌋

= nHn − n

X
p=1

p



n−p
p

n−1 .
p

The exact values of E[τCn ] for N = n = 2, 3, 4, 5, 6, 7, 8 are
5 11 31 67 167 151
,
.
1, , , , ,
2 3 6 10 20 15

3

The cyclic ladder Cn × K2

The cyclic ladder is a 3-regular graph obtained by taking the graph cartesian product of the
cycle graph Cn and the complete graph K2 . It has N = 2n vertice (n on the outer circle and
n in the inner circle) and M = 3n edges (n on each circle and the n rungs).

7

The number of coverings of Cn × K2 without rungs is L2n because the inner and the outer
circles are covered independently. Assume that the covering has r ≥ 1 rungs then we label
the first one and we let xi + 1 ≥ 1 be the number of edges (on one circle) between the i-th
rung and the next one. Since the number of coverings of a linear graph with xi + 2 vertices
with the end vertices already covered is the Fibonacci number Fxi +3 (just the number of
monomer-dimer tilings of the (xi + 2)-strip) then the number of coverings with r ≥ 1 rungs
is given by the r-convolution
(n/r)

r
Y

X

Fx2i +3 .

x1 +···+xr =n−r i=1

Therefore
C(Cn × K2 ) = L2n +

n
X
X
(n/r)
r=1

r
Y

x1 +···+xr =n−r i=1

Now it is easy to find the generating function: since
h(x) =


X

L2n xn

n=0

4 − 7x − x2
=
(1 + x)(1 − 3x + x2 )

it follows that
f (x) = h(x) + (xD)


X
(xg(x))r
r=1

r

Fx2i +3 .

and g(x) =


X

2
Fn+3
xn =

n=0

!



= h(x) + (xD) log



4 + x − x2
,
(1 + x)(1 − 3x + x2 )

1
1 − xg(x)



4 − 15x − 18x2 − x3
=
(1 + x)(1 − 6x − 3x2 + 2x3 )
= 4 + 5x + 43x2 + 263x3 + 1699x4 + 10895x5 + 69943x6 + 448943x7 + o(x7 )
and C(Cn × K2 ) = [xn ]f (x) is the sequence A123304.
Letting
4 − (4y + 3y 2 )x − y 3 x2
h(x, y) =
1 − (y + y 2 )x − (y 2 + y 3 )x2 + y 3 x3
and
1 + 2y + y 2 + (−y + y 2 + y 3 )x − y 3 x2
g(x) =
,
1 − (y + y 2 )x − (y 2 + y 3 )x2 + y 3 x3
by a similar argument, we can show that C(Cn × K2 , k) = [xn y k ]f (x, y) where
 



1
f (x, y) = h(x, y) + x
log
∂x
1 − xyg(x, y)
2
3
4 − (3y + 9y + 3y )x − (4y 2 + 10y 3 + 4y 4 )x2 + (y 3 − y 4 − y 5 )x3
=
.
(1 + xy)(1 − (2y + 3y 2 + y 3 )x − (2y 3 + y 4 )x2 + (y 3 + y 4 )x3 )
By (1), the exact values of E[τCn ×K2 ] for N = 2n = 4, 6, 8, 10 are
18 1919 788 334283
,
,
,
.
5 280 77 24024

8

4

Kn and Kn,n

There are two other important regular graphs whose edge coverings are counted by sequences
contained in the Sloane’s Encyclopedia [7]: the complete graph Kn and the complete bipartite
graph Kn,n . All the formulas can be verified by applying
 the inclusion-exclusion principle.
n
The triangular sequence C(Kn , k) for 0 ≤ k ≤ M = 2 is A054548 and C(Kn ) is A006129:
 
  n−j 
n
n
X
X
n−j
j n
j n
2
2( 2 ) .
(−1)
and C(Kn ) =
C(Kn , k) =
(−1)
j
k
j
j=0
j=0
By (1), the exact values of E[τKn ] for N = n = 2, 3, 4, 5, 6 are
5 19 671 97
1, , ,
, .
2 5 126 14
The triangular sequence C(Kn,n , k) for 0 ≤ k ≤ M = n2 is A055599 and C(Kn,n ) is A048291

 
 X
n
n
X
(n − j)(n − i)
j n
i n
(−1)
C(Kn,n , k) =
(−1)
k
j
i j=0
i=0
and

 
n
(2n−j − 1)n .
C(Kn,n ) =
(−1)
j
j=0
n
X

j

By (1), the exact values of E[τKn,n ] for N = 2n = 2, 4, 6, 8, 10 are
1,

11 1909 4687 144789
,
,
,
.
3 280 455 10313

References
[1] M. Adler, E. Halperin, R. Karp and V. Vazirani, A stochastic process on the hypercube
with applications to peer-to-peer networks, Proc. STOC 2003, 575–584.
[2] N. Alon and J. H. Spencer, The Probabilistic Method, 2nd Edition, Wiley, 2000.
[3] C. Cooper and A. Frieze, The cover time of random regular graphs, SIAM J. Discrete
Math., 18 (2005), 728–740.
[4] N. Dimitrov and C. Plaxton, Optimal cover time for a graph-based coupon collector
process, Proc. ICALP 2005, 702–716.
[5] H. W. Gould, Combinatorial Identities, Morgantown, West Virginia, 1972.
[6] A. N. Myers and H. Wilf, Some new aspects of the coupon collector’s problem, SIAM
J. Discrete Math., 17 (2003), 1–17.
9

[7] N. J. A. Sloane, The On-Line Encyclopedia of Integer Sequences, published electronically
at http://www.research.att.com/∼njas/sequences/.

2000 Mathematics Subject Classification: Primary 60C05.
Keywords: coupon collector’s problem, graph, edge cover.
(Concerned with sequences A000032, A006129, A048291, A054548, A055599, A113214, and
A123304.)

Received October 23 2006; revised version received May 24 2008; September 30 2008. Published in Journal of Integer Sequences, October 4 2008.
Return to Journal of Integer Sequences home page.

10

Dokumen yang terkait

AN ALIS IS YU RID IS PUT USAN BE B AS DAL AM P E RKAR A TIND AK P IDA NA P E NY E RTA AN M E L AK U K A N P R AK T IK K E DO K T E RA N YA NG M E N G A K IB ATK AN M ATINYA P AS IE N ( PUT USA N N O MOR: 9 0/PID.B /2011/ PN.MD O)

0 82 16

ANALISIS FAKTOR YANGMEMPENGARUHI FERTILITAS PASANGAN USIA SUBUR DI DESA SEMBORO KECAMATAN SEMBORO KABUPATEN JEMBER TAHUN 2011

2 53 20

EFEKTIVITAS PENDIDIKAN KESEHATAN TENTANG PERTOLONGAN PERTAMA PADA KECELAKAAN (P3K) TERHADAP SIKAP MASYARAKAT DALAM PENANGANAN KORBAN KECELAKAAN LALU LINTAS (Studi Di Wilayah RT 05 RW 04 Kelurahan Sukun Kota Malang)

45 393 31

FAKTOR – FAKTOR YANG MEMPENGARUHI PENYERAPAN TENAGA KERJA INDUSTRI PENGOLAHAN BESAR DAN MENENGAH PADA TINGKAT KABUPATEN / KOTA DI JAWA TIMUR TAHUN 2006 - 2011

1 35 26

A DISCOURSE ANALYSIS ON “SPA: REGAIN BALANCE OF YOUR INNER AND OUTER BEAUTY” IN THE JAKARTA POST ON 4 MARCH 2011

9 161 13

Pengaruh kualitas aktiva produktif dan non performing financing terhadap return on asset perbankan syariah (Studi Pada 3 Bank Umum Syariah Tahun 2011 – 2014)

6 101 0

Pengaruh pemahaman fiqh muamalat mahasiswa terhadap keputusan membeli produk fashion palsu (study pada mahasiswa angkatan 2011 & 2012 prodi muamalat fakultas syariah dan hukum UIN Syarif Hidayatullah Jakarta)

0 22 0

Pendidikan Agama Islam Untuk Kelas 3 SD Kelas 3 Suyanto Suyoto 2011

4 108 178

ANALISIS NOTA KESEPAHAMAN ANTARA BANK INDONESIA, POLRI, DAN KEJAKSAAN REPUBLIK INDONESIA TAHUN 2011 SEBAGAI MEKANISME PERCEPATAN PENANGANAN TINDAK PIDANA PERBANKAN KHUSUSNYA BANK INDONESIA SEBAGAI PIHAK PELAPOR

1 17 40

KOORDINASI OTORITAS JASA KEUANGAN (OJK) DENGAN LEMBAGA PENJAMIN SIMPANAN (LPS) DAN BANK INDONESIA (BI) DALAM UPAYA PENANGANAN BANK BERMASALAH BERDASARKAN UNDANG-UNDANG RI NOMOR 21 TAHUN 2011 TENTANG OTORITAS JASA KEUANGAN

3 32 52