Presentation is loading. Please wait.

Presentation is loading. Please wait.

Expanders Eliyahu Kiperwasser. What is it? Expanders are graphs with no small cuts. The later gives several unique traits to such graph, such as: – High.

Similar presentations


Presentation on theme: "Expanders Eliyahu Kiperwasser. What is it? Expanders are graphs with no small cuts. The later gives several unique traits to such graph, such as: – High."— Presentation transcript:

1 Expanders Eliyahu Kiperwasser

2 What is it? Expanders are graphs with no small cuts. The later gives several unique traits to such graph, such as: – High connectivity. – No “bottle-neck”.

3 What is it? (First definition) Graph is an expander if and only if for every subset S,  is a constant larger than 1. G=(V,E) is an expander if the number of edges originating from every subset of vertices is larger than the number of vertices at least by a constant factor.

4 That’s Easy… We are all familiar with graphs which are in fact expanders with more than a constant factor. – i.e. cliques. The challenge is to find sparse graphs which hold as expanders.

5 Construction of Explicit Expanders In this section, we describe two ways to build such marvelous objects as expanders. The following two methods show that some constant-degree regular graph exist with good expansion. We will show: – The Margulis/Gaber-Galil Expander. – The Lubotsky-Philips-Sarnak Expander.

6 Lubotsky-Philips-Sarnak Expander A graph on p+1 nodes, where p is a prime. Let graph vertices be V=ZpU{inf} V is a normal algebraic field with one extension, it contains also 0 -1, meaning inf. Given a vertex x, connect it to: – X+1 – X-1 – 1/X Proof is out of this lecture’s scope.

7 Lubotsky-Philips-Sarnak Example Given a vertex x, connect it to: – X+1 – X-1 – 1/X Inf

8 Margulis/Gaber-Galil Expander A graph on m 2 nodes Every node is a pair (x,y) where x,y  Z m (x,y) is connected to – (x+y,y), (x-y,y) – (x+y+1,y), (x-y-1,y) – (x,y+x), (x,y-x) – (x,y+x+1), (x,y-x-1) (all operations are modulo m) Proof is out of lecture scope.

9 Spectral gap From now on we will discuss only d-regular undirected graphs, where A(G) is the adjacency matrix. Since A is a real symmetric matrix, it contains the following real eigenvalues: λ 1 => λ 2 =>…=> λ n. Let λ = max{ |λ i (G)| : i>1} We define spectral gap as d-λ.

10 A second definition of expanders We can define an expander graph by looking at the adjacency matrix A. Graph is an expander if and only if A’s spectral gap is larger than zero.

11 Expansion vs. Spectral gap Theorem: – If G is an (n, d, λ)-expander then – We prove only one direction.

12 Expanders vs. Spectral gap It is easily seen from previous theorem that if the spectral gap (d-λ) is zero, the graph we are looking at is not an expander. However, if the spectral gap is larger then the “qualities” of the expander are improved (i.e. more connectivity, larger cuts, etc’).

13 Rayleigh Quotient The following is a lemma which will appear useful is the future. Lemma: Proof: – For A(G), λ 1 =d is easily seen to be the largest eigenvalue accompanied by the vector of ones as an eigenvector. – There exists an orthonormal basis V 1,V 2,…,V n where each V i is an eigenvector of A(G).

14 Rayleigh Quotient Proof cont.

15 Lower Bound Theorem In this section we will prove the correctness of the lower bound suggested by previous theorem. We prove that Proof: – Let

16 Lower Bound Theorem Proof cont. – By combining the Rayleigh coefficient with the fact that (Ax,x)<=||Ax||*||x||, we get: – We will develop this inner product further:

17 Lower Bound Theorem Proof cont. – After previous calculations we now have all that is needed to use Rayleigh lemma: – Since S contains at most half of the graph’s vertices, we conclude:

18 Markov Chains Definition: A finite state machine with probabilities for each transition, that is, a probability that the next state is j given that the current state is i.finite state machine Named after Andrei Andreyevich Markov (1856 - 1922), who studied poetry and other texts as stochastic sequences of characters.Andrei Andreyevich Markov We will use Markov chains for the proof of our next final lemma, in order to analyze a random walk on an expander graph.

19 In directed graphs … There is an exponentially decreasing probability to reach a distant vertex.

20 In undirected graphs In an undirected graph this probability can decrease by a polynomial factor. Expander guarantee an almost uniform chance to “hit” each vertex. For example, clique provides a perfect uniform distribution. …

21 Random walks On the left we see the adjacency matrix associated with the graph. On the right we see the probability of transition between vertex i to j. Markov Chain

22 Random walks - Explanation Hence, the probability of hitting an arbitrary vertex v on the i th step is equal to the sum over all v neighbors of the probability of hitting those vertices multiply by the probability of the transition to v.

23 Random walks – Algebraic notation We can re-write the expression in a compact manner: Where x is the initial distribution.

24 Random walks - Example Suppose x is a uniform distribution on the vertices then after one step on the graph we receive the following distribution:

25 An Expander Lemma Let G be an (n,d,λ)-expander and F subset of E. Then the probability that a random walk, starting in the zero-th step from a random edge in F, passes through F on its t step is bounded by Later used to prove PCP theorem.

26 A random walk as a Markov chain Proof – Let X be a vector containing the current distribution on the vertices. – Let X’ be the next distribution vector, meaning the probability to visit vertex u is (Ax) u – In algebraic notation,

27 Expressing the success probability Proof cont. – the initial distribution x. – Observation: The distribution we reach after the i- th step is. – Let P be the probability we are interested at, which is that of traversing an edge of F in the t step. – Let be the number of edges of F incident on w, divided by d. – then

28 Plugging the initial x Proof cont. – To calculate X, we pick an edge in F, then pick one of the endpoints of that edge to start on. Resulting: – Using the previous results we get:

29 Decomposing x Proof cont. – Observation: The sum of each row in A/d equals one. – Hence, if is a uniform distribution on the vertices of the graph, then – We decompose any vector x to uniform distribution plus the remaining orthogonal components. – More intuitively, we separate x to V 1 component and the rest of the orthogonal basis. Random Walk

30 Final Expander Lemma Proof cont. – By linearity,

31 Final Expander Lemma Proof cont. – Hence,

32 Final Expander Lemma Proof cont. – Since the entries of X are positive, – Maximum can be achieved when all edges incident to v are in F, therefore F

33 Final Expander Lemma Proof cont. – We will continue with previous calculation:

34 Final Expander Lemma Proof cont. – Let’s see what we have so far, – By combining those result, we finish our proof: The graph is d-regular,

35 Additional Lemma The following lemma will be useful to us when proving the PCP theorem. If G is a d-regular graph on the vertex set V and H is a d’-regular graph on V then G’=GUH=(V,E(G)UE(H)) is a d+d’-regular graph such that λ(G’)<=λ(G)+λ(H)

36 Lemma Proof Choose x which sustains the following: – In words, the second eigenvector normalized.

37 The End Questions?


Download ppt "Expanders Eliyahu Kiperwasser. What is it? Expanders are graphs with no small cuts. The later gives several unique traits to such graph, such as: – High."

Similar presentations


Ads by Google