Expander graph

Sparse graph with strong connectivity

In graph theory, an expander graph is a sparse graph that has strong connectivity properties, quantified using vertex, edge or spectral expansion. Expander constructions have spawned research in pure and applied mathematics, with several applications to complexity theory, design of robust computer networks, and the theory of error-correcting codes.[1]

Definitions

Intuitively, an expander graph is a finite, undirected multigraph in which every subset of the vertices that is not "too large" has a "large" boundary. Different formalisations of these notions give rise to different notions of expanders: edge expanders, vertex expanders, and spectral expanders, as defined below.

A disconnected graph is not an expander, since the boundary of a connected component is empty. Every connected graph is an expander; however, different connected graphs have different expansion parameters. The complete graph has the best expansion property, but it has largest possible degree. Informally, a graph is a good expander if it has low degree and high expansion parameters.

Edge expansion

The edge expansion (also isoperimetric number or Cheeger constant) h(G) of a graph G on n vertices is defined as

h ( G ) = min 0 < | S | n 2 | S | | S | , {\displaystyle h(G)=\min _{0<|S|\leq {\frac {n}{2}}}{\frac {|\partial S|}{|S|}},}
where S := { { u , v } E ( G )   :   u S , v S } , {\displaystyle \partial S:=\{\{u,v\}\in E(G)\ :\ u\in S,v\notin S\},}

which can also be written as S = E(S, S) with S := V(G) \ S the complement of S and

E ( A , B ) = { { u , v } E ( G )   :   u A , v B } {\displaystyle E(A,B)=\{\{u,v\}\in E(G)\ :\ u\in A,v\in B\}}

the edges between the subsets of vertices A,BV(G).

In the equation, the minimum is over all nonempty sets S of at most n2 vertices and S is the edge boundary of S, i.e., the set of edges with exactly one endpoint in S.[2]

Intuitively,

min | S | = min E ( S , S ¯ ) {\displaystyle \min {|\partial S|}=\min E({S},{\overline {S}})}

is the minimum number of edges that need to be cut in order to split the graph in two. The edge expansion normalizes this concept by dividing with smallest number of vertices among the two parts. To see how the normalization can drastically change the value, consider the following example. Take two complete graphs with the same number of vertices n and add n edges between the two graphs by connecting their vertices one-to-one. The minimum cut will be n but the edge expansion will be 1.

Notice that in min |S|, the optimization can be equivalently done either over 0 ≤ |S| ≤ n2 or over any non-empty subset, since E ( S , S ¯ ) = E ( S ¯ , S ) {\displaystyle E(S,{\overline {S}})=E({\overline {S}},S)} . The same is not true for h(G) because of the normalization by |S|. If we want to write h(G) with an optimization over all non-empty subsets, we can rewrite it as

h ( G ) = min S V ( G ) E ( S , S ¯ ) min { | S | , | S ¯ | } . {\displaystyle h(G)=\min _{\emptyset \subsetneq S\subsetneq V(G)}{\frac {E({S},{\overline {S}})}{\min\{|S|,|{\overline {S}}|\}}}.}

Vertex expansion

The vertex isoperimetric number hout(G) (also vertex expansion or magnification) of a graph G is defined as

h out ( G ) = min 0 < | S | n 2 | out ( S ) | | S | , {\displaystyle h_{\text{out}}(G)=\min _{0<|S|\leq {\frac {n}{2}}}{\frac {|\partial _{\text{out}}(S)|}{|S|}},}

where out(S) is the outer boundary of S, i.e., the set of vertices in V(G) \ S with at least one neighbor in S.[3] In a variant of this definition (called unique neighbor expansion) out(S) is replaced by the set of vertices in V with exactly one neighbor in S.[4]

The vertex isoperimetric number hin(G) of a graph G is defined as

h in ( G ) = min 0 < | S | n 2 | in ( S ) | | S | , {\displaystyle h_{\text{in}}(G)=\min _{0<|S|\leq {\frac {n}{2}}}{\frac {|\partial _{\text{in}}(S)|}{|S|}},}

where in ( S ) {\displaystyle \partial _{\text{in}}(S)} is the inner boundary of S, i.e., the set of vertices in S with at least one neighbor in V(G) \ S.[3]

Spectral expansion

When G is d-regular, a linear algebraic definition of expansion is possible based on the eigenvalues of the adjacency matrix A = A(G) of G, where Aij is the number of edges between vertices i and j.[5] Because A is symmetric, the spectral theorem implies that A has n real-valued eigenvalues λ1 ≥ λ2 ≥ … ≥ λn. It is known that all these eigenvalues are in [−d, d] and more specifically, it is known that λn = −d if and only if G is bipartite.

More formally, we refer to an n-vertex, d-regular graph with

max i 1 | λ i | λ {\displaystyle \max _{i\neq 1}|\lambda _{i}|\leq \lambda }

as an (n, d, λ)-graph. The bound given by an (n, d, λ)-graph on λi for i ≠ 1 is useful many contexts, including the expander mixing lemma.

Spectral expansion can be two-sided, as above, with max i 1 | λ i | λ {\displaystyle \max _{i\neq 1}|\lambda _{i}|\leq \lambda } , or it can be one-sided, with max i 1 λ i λ {\displaystyle \max _{i\neq 1}\lambda _{i}\leq \lambda } . The latter is a weaker notion that holds also for bipartite graphs and is still useful for many applications, such as the Alon-Chung lemma.[6]

Because G is regular, the uniform distribution u R n {\displaystyle u\in \mathbb {R} ^{n}} with ui = 1n for all i = 1, …, n is the stationary distribution of G. That is, we have Au = du, and u is an eigenvector of A with eigenvalue λ1 = d, where d is the degree of the vertices of G. The spectral gap of G is defined to be d − λ2, and it measures the spectral expansion of the graph G.[7]

If we set

λ = max { | λ 2 | , | λ n | } {\displaystyle \lambda =\max\{|\lambda _{2}|,|\lambda _{n}|\}}

as this is the largest eigenvalue corresponding to an eigenvector orthogonal to u, it can be equivalently defined using the Rayleigh quotient:

λ = max v u , v 0 A v 2 v 2 , {\displaystyle \lambda =\max _{v\perp u,v\neq 0}{\frac {\|Av\|_{2}}{\|v\|_{2}}},}

where

v 2 = ( i = 1 n v i 2 ) 1 / 2 {\displaystyle \|v\|_{2}=\left(\sum _{i=1}^{n}v_{i}^{2}\right)^{1/2}}

is the 2-norm of the vector v R n {\displaystyle v\in \mathbb {R} ^{n}} .

The normalized versions of these definitions are also widely used and more convenient in stating some results. Here one considers the matrix 1/dA, which is the Markov transition matrix of the graph G. Its eigenvalues are between −1 and 1. For not necessarily regular graphs, the spectrum of a graph can be defined similarly using the eigenvalues of the Laplacian matrix. For directed graphs, one considers the singular values of the adjacency matrix A, which are equal to the roots of the eigenvalues of the symmetric matrix ATA.

Relationships between different expansion properties

The expansion parameters defined above are related to each other. In particular, for any d-regular graph G,

h out ( G ) h ( G ) d h out ( G ) . {\displaystyle h_{\text{out}}(G)\leq h(G)\leq d\cdot h_{\text{out}}(G).}

Consequently, for constant degree graphs, vertex and edge expansion are qualitatively the same.

Cheeger inequalities

When G is d-regular, meaning each vertex is of degree d, there is a relationship between the isoperimetric constant h(G) and the gap d − λ2 in the spectrum of the adjacency operator of G. By standard spectral graph theory, the trivial eigenvalue of the adjacency operator of a d-regular graph is λ1 = d and the first non-trivial eigenvalue is λ2. If G is connected, then λ2 < d. An inequality due to Dodziuk[8] and independently Alon and Milman[9] states that[10]

1 2 ( d λ 2 ) h ( G ) 2 d ( d λ 2 ) . {\displaystyle {\tfrac {1}{2}}(d-\lambda _{2})\leq h(G)\leq {\sqrt {2d(d-\lambda _{2})}}.}

In fact, the lower bound is tight. The lower bound is achieved in limit for the hypercube Qn, where h(G) = 1 and d – λ2 = 2. The upper bound is (asymptotically) achieved for a cycle, where h(Cn) = 4/n= Θ(1/n) and d – λ2 = 2-2cos(2 π {\displaystyle \pi } /n) ≈ (2 π {\displaystyle \pi } /n)2= Θ(1/n2).[1] A better bound is given in [11] as

h ( G ) d 2 λ 2 2 . {\displaystyle h(G)\leq {\sqrt {d^{2}-\lambda _{2}^{2}}}.}

These inequalities are closely related to the Cheeger bound for Markov chains and can be seen as a discrete version of Cheeger's inequality in Riemannian geometry.

Similar connections between vertex isoperimetric numbers and the spectral gap have also been studied:[12]

h out ( G ) ( 4 ( d λ 2 ) + 1 ) 2 1 {\displaystyle h_{\text{out}}(G)\leq \left({\sqrt {4(d-\lambda _{2})}}+1\right)^{2}-1}
h in ( G ) 8 ( d λ 2 ) . {\displaystyle h_{\text{in}}(G)\leq {\sqrt {8(d-\lambda _{2})}}.}

Asymptotically speaking, the quantities h2d, hout, and hin2 are all bounded above by the spectral gap O(d – λ2).

Constructions

There are four general strategies for explicitly constructing families of expander graphs.[13] The first strategy is algebraic and group-theoretic, the second strategy is analytic and uses additive combinatorics, the third strategy is combinatorial and uses the zig-zag and related graph products, and the fourth strategy is based on lifts. Noga Alon showed that certain graphs constructed from finite geometries are the sparsest examples of highly expanding graphs.[14]

Margulis–Gabber–Galil

Algebraic constructions based on Cayley graphs are known for various variants of expander graphs. The following construction is due to Margulis and has been analysed by Gabber and Galil.[15] For every natural number n, one considers the graph Gn with the vertex set Z n × Z n {\displaystyle \mathbb {Z} _{n}\times \mathbb {Z} _{n}} , where Z n = Z / n Z {\displaystyle \mathbb {Z} _{n}=\mathbb {Z} /n\mathbb {Z} } : For every vertex ( x , y ) Z n × Z n {\displaystyle (x,y)\in \mathbb {Z} _{n}\times \mathbb {Z} _{n}} , its eight adjacent vertices are

( x ± 2 y , y ) , ( x ± ( 2 y + 1 ) , y ) , ( x , y ± 2 x ) , ( x , y ± ( 2 x + 1 ) ) . {\displaystyle (x\pm 2y,y),(x\pm (2y+1),y),(x,y\pm 2x),(x,y\pm (2x+1)).}

Then the following holds:

Theorem. For all n, the graph Gn has second-largest eigenvalue λ ( G ) 5 2 {\displaystyle \lambda (G)\leq 5{\sqrt {2}}} .

Ramanujan graphs

By a theorem of Alon and Boppana, all sufficiently large d-regular graphs satisfy λ 2 2 d 1 o ( 1 ) {\displaystyle \lambda _{2}\geq 2{\sqrt {d-1}}-o(1)} , where λ2 is the second largest eigenvalue in absolute value.[16] As a direct consequence, we know that for every fixed d and λ < 2 d 1 {\displaystyle \lambda <2{\sqrt {d-1}}} , there are only finitely many (n, d, λ)-graphs. Ramanujan graphs are d-regular graphs for which this bound is tight, satisfying [17]

λ = max | λ i | < d | λ i | 2 d 1 . {\displaystyle \lambda =\max _{|\lambda _{i}|<d}|\lambda _{i}|\leq 2{\sqrt {d-1}}.}

Hence Ramanujan graphs have an asymptotically smallest possible value of λ2. This makes them excellent spectral expanders.

Lubotzky, Phillips, and Sarnak (1988), Margulis (1988), and Morgenstern (1994) show how Ramanujan graphs can be constructed explicitly.[18]

In 1985, Alon, conjectured that most d-regular graphs on n vertices, for sufficiently large n, are almost Ramanujan.[19] That is, for ε > 0, they satisfy

λ 2 d 1 + ε {\displaystyle \lambda \leq 2{\sqrt {d-1}}+\varepsilon } .

In 2003, Joel Friedman both proved the conjecture and specified what is meant by "most d-regular graphs" by showing that random d-regular graphs have λ 2 d 1 + ε {\displaystyle \lambda \leq 2{\sqrt {d-1}}+\varepsilon } for every ε > 0 with probability 1 – O(n), where[20][21]

τ = d 1 + 1 2 . {\displaystyle \tau =\left\lceil {\frac {{\sqrt {d-1}}+1}{2}}\right\rceil .}

A simpler proof of a slightly weaker result was given by Puder.[22][23][24]

Marcus, Spielman and Srivastava,[25][26] gave a construction of bipartite Ramanujan graphs based on lifts.

Zig-Zag product

Reingold, Vadhan, and Wigderson introduced the zig-zag product in 2003.[27] Roughly speaking, the zig-zag product of two expander graphs produces a graph with only slightly worse expansion. Therefore, a zig-zag product can also be used to construct families of expander graphs. If G is a (n, m, λ1)-graph and H is an (m, d, λ1)-graph, then the zig-zag product GH is a (nm, d2, φ1, λ2))-graph where φ has the following properties.

  1. If λ1 < 1 and λ2 < 1, then φ1, λ2) < 1;
  2. φ1, λ2) ≤ λ1 + λ2.

Specifically,[27]

ϕ ( λ 1 , λ 2 ) = 1 2 ( 1 λ 2 2 ) λ 2 + 1 2 ( 1 λ 2 2 ) 2 λ 1 2 + 4 λ 2 2 . {\displaystyle \phi (\lambda _{1},\lambda _{2})={\frac {1}{2}}(1-\lambda _{2}^{2})\lambda _{2}+{\frac {1}{2}}{\sqrt {(1-\lambda _{2}^{2})^{2}\lambda _{1}^{2}+4\lambda _{2}^{2}}}.}

Note that property (1) implies that the zig-zag product of two expander graphs is also an expander graph, thus zig-zag products can be used inductively to create a family of expander graphs.

Intuitively, the construction of the zig-zag product can be thought of in the following way. Each vertex of G is blown up to a "cloud" of m vertices, each associated to a different edge connected to the vertex. Each vertex is now labeled as (v, k) where v refers to an original vertex of G and k refers to the kth edge of v. Two vertices, (v, k) and (w,l) are connected if it is possible to get from (v, k) to (w, l) through the following sequence of moves.

  1. Zig - Move from (v, k) to (v, k' ), using an edge of H.
  2. Jump across clouds using edge k' in G to get to (w, l' ).
  3. Zag - Move from (w, l' ) to (w, l) using an edge of H.[27]

Lifts

An r-lift of a graph is formed by replacing each vertex by r vertices, and each edge by a matching between the corresponding sets of r {\displaystyle r} vertices. The lifted graph inherits the eigenvalues of the original graph, and has some additional eigenvalues. Bilu and Linial[28][29] showed that every d-regular graph has a 2-lift in which the additional eigenvalues are at most O ( d log 3 d ) {\displaystyle O({\sqrt {d\log ^{3}d}})} in magnitude. They also showed that if the starting graph is a good enough expander, then a good 2-lift can be found in polynomial time, thus giving an efficient construction of d-regular expanders for every d.

Bilu and Linial conjectured that the bound O ( d log 3 d ) {\displaystyle O({\sqrt {d\log ^{3}d}})} can be improved to 2 d 1 {\displaystyle 2{\sqrt {d-1}}} , which would be optimal due to the Alon-Boppana bound. This conjecture was proved in the bipartite setting by Marcus, Spielman and Srivastava,[25][26] who used the method of interlacing polynomials. As a result, they obtained an alternative construction of bipartite Ramanujan graphs. The original non-constructive proof was turned into an algorithm by Michael B. Cohen.[30] Later the method was generalized to r-lifts by Hall, Puder and Sawin.[31]

Randomized constructions

There are many results that show the existence of graphs with good expansion properties through probabilistic arguments. In fact, the existence of expanders was first proved by Pinsker[32] who showed that for a randomly chosen n vertex left d regular bipartite graph, |N(S)| ≥ (d – 2)|S| for all subsets of vertices |S| ≤ cdn with high probability, where cd is a constant depending on d that is O(d-4). Alon and Roichman [33] showed that for every 1 > ε > 0, there is some c(ε) > 0 such that the following holds: For a group G of order n, consider the Cayley graph on G with c(ε) log2 n randomly chosen elements from G. Then, in the limit of n getting to infinity, the resulting graph is almost surely an ε-expander.

Applications and useful properties

The original motivation for expanders is to build economical robust networks (phone or computer): an expander with bounded degree is precisely an asymptotic robust graph with the number of edges growing linearly with size (number of vertices), for all subsets.

Expander graphs have found extensive applications in computer science, in designing algorithms, error correcting codes, extractors, pseudorandom generators, sorting networks (Ajtai, Komlós & Szemerédi (1983)) and robust computer networks. They have also been used in proofs of many important results in computational complexity theory, such as SL = L (Reingold (2008)) and the PCP theorem (Dinur (2007)). In cryptography, expander graphs are used to construct hash functions.

In a 2006 survey of expander graphs, Hoory, Linial, and Wigderson split the study of expander graphs into four categories: extremal problems, typical behavior, explicit constructions, and algorithms. Extremal problems focus on the bounding of expansion parameters, while typical behavior problems characterize how the expansion parameters are distributed over random graphs. Explicit constructions focus on constructing graphs that optimize certain parameters, and algorithmic questions study the evaluation and estimation of parameters.

Expander mixing lemma

The expander mixing lemma states that for an (n, d, λ)-graph, for any two subsets of the vertices S, TV, the number of edges between S and T is approximately what you would expect in a random d-regular graph. The approximation is better the smaller λ is. In a random d-regular graph, as well as in an Erdős–Rényi random graph with edge probability dn, we expect dn • |S| • |T| edges between S and T.

More formally, let E(S, T) denote the number of edges between S and T. If the two sets are not disjoint, edges in their intersection are counted twice, that is,

E ( S , T ) = 2 | E ( G [ S T ] ) | + E ( S T , T ) + E ( S , T S ) . {\displaystyle E(S,T)=2|E(G[S\cap T])|+E(S\setminus T,T)+E(S,T\setminus S).}

Then the expander mixing lemma says that the following inequality holds:

| E ( S , T ) d | S | | T | n | λ | S | | T | . {\displaystyle \left|E(S,T)-{\frac {d\cdot |S|\cdot |T|}{n}}\right|\leq \lambda {\sqrt {|S|\cdot |T|}}.}

Many properties of (n, d, λ)-graphs are corollaries of the expander mixing lemmas, including the following.[1]

  • An independent set of a graph is a subset of vertices with no two vertices adjacent. In an (n, d, λ)-graph, an independent set has size at most λnd.
  • The chromatic number of a graph G, χ(G), is the minimum number of colors needed such that adjacent vertices have different colors. Hoffman showed that dλ ≤ χ(G),[34] while Alon, Krivelevich, and Sudakov showed that if d < 2n3, then[35]

    χ ( G ) O ( d log ( 1 + d / λ ) ) . {\displaystyle \chi (G)\leq O\left({\frac {d}{\log(1+d/\lambda )}}\right).}

  • The diameter of a graph is the maximum distance between two vertices, where the distance between two vertices is defined to be the shortest path between them. Chung showed that the diameter of an (n, d, λ)-graph is at most[36]

    log n log ( d / λ ) . {\displaystyle \left\lceil \log {\frac {n}{\log(d/\lambda )}}\right\rceil .}

Expander walk sampling

The Chernoff bound states that, when sampling many independent samples from a random variable in the range [−1, 1], with high probability the average of our samples is close to the expectation of the random variable. The expander walk sampling lemma, due to Ajtai, Komlós & Szemerédi (1987) and Gillman (1998), states that this also holds true when sampling from a walk on an expander graph. This is particularly useful in the theory of derandomization, since sampling according to an expander walk uses many fewer random bits than sampling independently.

AKS sorting network and approximate halvers

Sorting networks take a set of inputs and perform a series of parallel steps to sort the inputs. A parallel step consists of performing any number of disjoint comparisons and potentially swapping pairs of compared inputs. The depth of a network is given by the number of parallel steps it takes. Expander graphs play an important role in the AKS sorting network, which achieves depth O(log n). While this is asymptotically the best known depth for a sorting network, the reliance on expanders makes the constant bound too large for practical use.

Within the AKS sorting network, expander graphs are used to construct bounded depth ε-halvers. An ε-halver takes as input a length n permutation of (1, …, n) and halves the inputs into two disjoint sets A and B such that for each integer kn2 at most εk of the k smallest inputs are in B and at most εk of the k largest inputs are in A. The sets A and B are an ε-halving.

Following Ajtai, Komlós & Szemerédi (1983), a depth d ε-halver can be constructed as follows. Take an n vertex, degree d bipartite expander with parts X and Y of equal size such that every subset of vertices of size at most εn has at least 1 – ε/ε neighbors.

The vertices of the graph can be thought of as registers that contain inputs and the edges can be thought of as wires that compare the inputs of two registers. At the start, arbitrarily place half of the inputs in X and half of the inputs in Y and decompose the edges into d perfect matchings. The goal is to end with X roughly containing the smaller half of the inputs and Y containing roughly the larger half of the inputs. To achieve this, sequentially process each matching by comparing the registers paired up by the edges of this matching and correct any inputs that are out of order. Specifically, for each edge of the matching, if the larger input is in the register in X and the smaller input is in the register in Y, then swap the two inputs so that the smaller one is in X and the larger one is in Y. It is clear that this process consists of d parallel steps.

After all d rounds, take A to be the set of inputs in registers in X and B to be the set of inputs in registers in Y to obtain an ε-halving. To see this, notice that if a register u in X and v in Y are connected by an edge uv then after the matching with this edge is processed, the input in u is less than that of v. Furthermore, this property remains true throughout the rest of the process. Now, suppose for some kn2 that more than εk of the inputs (1, …, k) are in B. Then by expansion properties of the graph, the registers of these inputs in Y are connected with at least 1 – ε/εk registers in X. Altogether, this constitutes more than k registers so there must be some register A in X connected to some register B in Y such that the final input of A is not in (1, …, k), while the final input of B is. This violates the previous property however, and thus the output sets A and B must be an ε-halving.

See also

Notes

  1. ^ a b c Hoory, Linial & Wigderson (2006)
  2. ^ Definition 2.1 in Hoory, Linial & Wigderson (2006)
  3. ^ a b Bobkov, Houdré & Tetali (2000)
  4. ^ Alon & Capalbo (2002)
  5. ^ cf. Section 2.3 in Hoory, Linial & Wigderson (2006)
  6. ^ N. Alon and F. R. K. Chung, Explicit construction of linear sized tolerant networks. Discrete Math., vol. 72, pp. 15-19, 1988.
  7. ^ This definition of the spectral gap is from Section 2.3 in Hoory, Linial & Wigderson (2006)
  8. ^ Dodziuk 1984.
  9. ^ Alon & Spencer 2011.
  10. ^ Theorem 2.4 in Hoory, Linial & Wigderson (2006)
  11. ^ B. Mohar. Isoperimetric numbers of graphs. J. Combin. Theory Ser. B, 47(3):274–291, 1989.
  12. ^ See Theorem 1 and p.156, l.1 in Bobkov, Houdré & Tetali (2000). Note that λ2 there corresponds to 2(d − λ2) of the current article (see p.153, l.5)
  13. ^ see, e.g., Yehudayoff (2012)
  14. ^ Alon, Noga (1986). "Eigenvalues, geometric expanders, sorting in rounds, and ramsey theory". Combinatorica. 6 (3): 207–219. CiteSeerX 10.1.1.300.5945. doi:10.1007/BF02579382. S2CID 8666466.
  15. ^ see, e.g., p.9 of Goldreich (2011)
  16. ^ Theorem 2.7 of Hoory, Linial & Wigderson (2006)
  17. ^ Definition 5.11 of Hoory, Linial & Wigderson (2006)
  18. ^ Theorem 5.12 of Hoory, Linial & Wigderson (2006)
  19. ^ Alon, Noga (1986-06-01). "Eigenvalues and expanders". Combinatorica. 6 (2): 83–96. doi:10.1007/BF02579166. ISSN 1439-6912. S2CID 41083612.
  20. ^ Friedman, Joel (2004-05-05). "A proof of Alon's second eigenvalue conjecture and related problems". arXiv:cs/0405020.
  21. ^ Theorem 7.10 of Hoory, Linial & Wigderson (2006)
  22. ^ Puder, Doron (2015-08-21). "Expansion of random graphs: New proofs, new results". Inventiones Mathematicae. 201 (3): 845–908. arXiv:1212.5216. Bibcode:2015InMat.201..845P. doi:10.1007/s00222-014-0560-x. S2CID 253743928.
  23. ^ Puder, Doron (2015). "Expansion of random graphs: new proofs, new results". Inventiones Mathematicae. 201 (3): 845–908. arXiv:1212.5216. Bibcode:2015InMat.201..845P. doi:10.1007/s00222-014-0560-x. ISSN 0020-9910. S2CID 16411939.
  24. ^ Friedman, Joel; Puder, Doron (2023). "A note on the trace method for random regular graphs". Israel Journal of Mathematics. 256: 269–282. arXiv:2006.13605. doi:10.1007/s11856-023-2497-5. S2CID 220042379.
  25. ^ a b Adam Marcus; Daniel Spielman; Nikhil Srivastava (2013). Interlacing families I: Bipartite Ramanujan graphs of all degrees (PDF). Foundations of Computer Science (FOCS), 2013 IEEE 54th Annual Symposium.
  26. ^ a b Adam Marcus; Daniel Spielman; Nikhil Srivastava (2015). Interlacing families IV: Bipartite Ramanujan graphs of all sizes (PDF). Foundations of Computer Science (FOCS), 2015 IEEE 56th Annual Symposium.
  27. ^ a b c Reingold, O.; Vadhan, S.; Wigderson, A. (2000). "Entropy waves, the zig-zag graph product, and new constant-degree expanders and extractors". Proceedings 41st Annual Symposium on Foundations of Computer Science. IEEE Comput. Soc. pp. 3–13. doi:10.1109/sfcs.2000.892006. ISBN 0-7695-0850-2. S2CID 420651.
  28. ^ Bilu, Yonatan; Linial, Nathan (2004-04-08). "Constructing expander graphs by 2-lifts and discrepancy vs. spectral gap". arXiv:math/0312022.
  29. ^ Bilu, Yonatan; Linial, Nathan (2006). "Lifts, discrepancy and nearly optimal spectral gap". Combinatorica. 26 (5): 495–519. doi:10.1007/s00493-006-0029-7. ISSN 0209-9683. S2CID 14422668.
  30. ^ Michael B. Cohen (2016). Ramanujan Graphs in Polynomial Time. Foundations of Computer Science (FOCS), 2016 IEEE 57th Annual Symposium. arXiv:1604.03544. doi:10.1109/FOCS.2016.37.
  31. ^ Hall, Chris; Puder, Doron; Sawin, William F. (2018). "Ramanujan coverings of graphs". Advances in Mathematics. 323: 367–410. arXiv:1506.02335. doi:10.1016/j.aim.2017.10.042.
  32. ^ Pinkser, M. (1973). "On the Complexity of a Concentrator". SIAM Journal on Computing. SIAM. CiteSeerX 10.1.1.393.1430.
  33. ^ Alon, N.; Roichman, Y. (1994). "Random Cayley graphs and Expanders". Random Structures and Algorithms. 5 (2). Wiley Online Library: 271–284. doi:10.1002/rsa.3240050203.
  34. ^ Hoffman, A. J.; Howes, Leonard (1970). "On Eigenvalues and Colorings of Graphs, Ii". Annals of the New York Academy of Sciences. 175 (1): 238–242. Bibcode:1970NYASA.175..238H. doi:10.1111/j.1749-6632.1970.tb56474.x. ISSN 1749-6632. S2CID 85243045.
  35. ^ Alon, Noga; Krivelevich, Michael; Sudakov, Benny (1999-09-01). "Coloring Graphs with Sparse Neighborhoods". Journal of Combinatorial Theory. Series B. 77 (1): 73–82. doi:10.1006/jctb.1999.1910. ISSN 0095-8956.
  36. ^ Chung, F. R. K. (1989). "Diameters and eigenvalues". Journal of the American Mathematical Society. 2 (2): 187–196. doi:10.1090/S0894-0347-1989-0965008-X. ISSN 0894-0347.

References

Textbooks and surveys

  • Alon, N.; Spencer, Joel H. (2011). "9.2. Eigenvalues and Expanders". The Probabilistic Method (3rd ed.). John Wiley & Sons.
  • Chung, Fan R. K. (1997), Spectral Graph Theory, CBMS Regional Conference Series in Mathematics, vol. 92, American Mathematical Society, ISBN 978-0-8218-0315-8
  • Davidoff, Guiliana; Sarnak, Peter; Valette, Alain (2003), Elementary number theory, group theory and Ramanujan graphs, LMS student texts, vol. 55, Cambridge University Press, ISBN 978-0-521-53143-6
  • Hoory, Shlomo; Linial, Nathan; Wigderson, Avi (2006), "Expander graphs and their applications" (PDF), Bulletin of the American Mathematical Society, New Series, 43 (4): 439–561, doi:10.1090/S0273-0979-06-01126-8
  • Krebs, Mike; Shaheen, Anthony (2011), Expander families and Cayley graphs: A beginner's guide, Oxford University Press, ISBN 978-0-19-976711-3

Research articles

  • Ajtai, M.; Komlós, J.; Szemerédi, E. (1983), "An O(n log n) sorting network", Proceedings of the 15th Annual ACM Symposium on Theory of Computing, pp. 1–9, doi:10.1145/800061.808726, ISBN 978-0-89791-099-6, S2CID 15311122
  • Ajtai, M.; Komlós, J.; Szemerédi, E. (1987), "Deterministic simulation in LOGSPACE", Proceedings of the 19th Annual ACM Symposium on Theory of Computing, ACM, pp. 132–140, doi:10.1145/28395.28410, ISBN 978-0-89791-221-1, S2CID 15323404
  • Alon, N.; Capalbo, M. (2002), "Explicit unique-neighbor expanders", The 43rd Annual IEEE Symposium on Foundations of Computer Science, 2002. Proceedings, p. 73, CiteSeerX 10.1.1.103.967, doi:10.1109/SFCS.2002.1181884, ISBN 978-0-7695-1822-0, S2CID 6364755
  • Bobkov, S.; Houdré, C.; Tetali, P. (2000), "λ, vertex isoperimetry and concentration", Combinatorica, 20 (2): 153–172, doi:10.1007/s004930070018, S2CID 1173532.
  • Dinur, Irit (2007), "The PCP theorem by gap amplification" (PDF), Journal of the ACM, 54 (3): 12–es, CiteSeerX 10.1.1.103.2644, doi:10.1145/1236457.1236459, S2CID 53244523.
  • Dodziuk, Jozef (1984), "Difference equations, isoperimetric inequality and transience of certain random walks", Trans. Amer. Math. Soc., 284 (2): 787–794, doi:10.2307/1999107, JSTOR 1999107.
  • Gillman, D. (1998), "A Chernoff Bound for Random Walks on Expander Graphs", SIAM Journal on Computing, 27 (4): 1203–1220, doi:10.1137/S0097539794268765
  • Goldreich, Oded (2011), "Basic Facts about Expander Graphs", Studies in Complexity and Cryptography. Miscellanea on the Interplay between Randomness and Computation (PDF), Lecture Notes in Computer Science (Vol. 6650), vol. 6650, pp. 451–464, CiteSeerX 10.1.1.231.1388, doi:10.1007/978-3-642-22670-0_30, ISBN 978-3-642-22669-4
  • Reingold, Omer (2008), "Undirected connectivity in log-space", Journal of the ACM, 55 (4): 1–24, doi:10.1145/1391289.1391291, S2CID 207168478
  • Yehudayoff, Amir (2012), "Proving expansion in three steps", ACM SIGACT News, 43 (3): 67–84, doi:10.1145/2421096.2421115, S2CID 18098370

Recent Applications

  • Hartnett, Kevin (2018), "Universal Method to Sort Complex Information Found", Quanta Magazine (published 13 August 2018)

External links

  • Brief introduction in Notices of the American Mathematical Society
  • Introductory paper by Michael Nielsen Archived 2016-08-17 at the Wayback Machine
  • Lecture notes from a course on expanders (by Nati Linial and Avi Wigderson)
  • Lecture notes from a course on expanders (by Prahladh Harsha)
  • Definition and application of spectral gap