1
princeton university F’02 cos 597D: a theorist’s toolkit Homework 4 Out: November 11 Due: November 25 You can collaborate with your classmates, but be sure to list your collaborators with your answer. If you get help from a published source (book, paper etc.), cite that. Also, limit your answers to one page or less —you just need to give enough detail to convince me. If you suspect a problem is open, just say so and give reasons for your suspicion. §1 Estimate the mixing time of the random walk on the lollipop graph, which consists of a complete graph on n nodes and a path of length n attached to one of those nodes. §2 Give an efficient algorithm for the following task, which is used for dimension reduction in many clustering algorithms. We are given n vectors x 1 ,x 2 ,...x n ∈ℜ n and a number k, and we desire the k dimensional subspace S of n which minimizes the sum of the squared lengths of the projections of x 1 ,x 2 ,...,x n to S . You may assume that eigenvalues and eigenvectors can be efficiently computed. §3 In this question you will prove that random walks on constant degree expanders mix very rapidly: for any subset of vertices C that is fairly large, the probability that a random walk of length l avoids C is exp(l). Let G =(V,E) be an unweighted undirected graph and A be its adjacency matrix. (a) Show that the number of walks of length l is g T A l g where g is the all-1 vector. (b) Suppose now that G is d-regular and has n vertices. Suppose that each of the eigenvalues of A except the largest (which is d) has magnitude at most λ. Let C be a subset of cn vertices and let A be the adjacency matrix of the induced graph on V \ C . Show that every eigenvalue of A is at most (1 c)d + in magnitude. (c) Conclude that if λ< 0.9d (i.e., G is an expander) and c =1/2 then the probabil- ity that a random walk of length l in G (starting at a randomly chosen vertex) avoids C is at most exp(l). 1

Homework 4

Embed Size (px)

DESCRIPTION

Fourth problem set from A Theorist's Toolkit

Citation preview

princeton university F’02 cos 597D: a theorist’s toolkit

Homework 4

Out: November 11 Due: November 25

You can collaborate with your classmates, but be sure to list your collaborators with youranswer. If you get help from a published source (book, paper etc.), cite that. Also, limityour answers to one page or less —you just need to give enough detail to convince me. Ifyou suspect a problem is open, just say so and give reasons for your suspicion.

§1 Estimate the mixing time of the random walk on the lollipop graph, which consists ofa complete graph on n nodes and a path of length n attached to one of those nodes.

§2 Give an efficient algorithm for the following task, which is used for dimension reductionin many clustering algorithms. We are given n vectors x1, x2, . . . xn ∈ ℜn and anumber k, and we desire the k dimensional subspace S of ℜn which minimizes thesum of the squared lengths of the projections of x1, x2, . . . , xn to S. You may assumethat eigenvalues and eigenvectors can be efficiently computed.

§3 In this question you will prove that random walks on constant degree expanders mixvery rapidly: for any subset of vertices C that is fairly large, the probability thata random walk of length l avoids C is exp(−l). Let G = (V, E) be an unweightedundirected graph and A be its adjacency matrix.

(a) Show that the number of walks of length l is gT Alg where g is the all-1 vector.

(b) Suppose now that G is d-regular and has n vertices. Suppose that each of theeigenvalues of A except the largest (which is d) has magnitude at most λ. LetC be a subset of cn vertices and let A′ be the adjacency matrix of the inducedgraph on V \ C. Show that every eigenvalue of A′ is at most (1 − c)d + cλ inmagnitude.

(c) Conclude that if λ < 0.9d (i.e., G is an expander) and c = 1/2 then the probabil-ity that a random walk of length l in G (starting at a randomly chosen vertex)avoids C is at most exp(−l).

1