Pseudorandom graph

From HandWiki
Revision as of 22:47, 6 February 2024 by Nautica (talk | contribs) (linkage)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

In graph theory, a graph is said to be a pseudorandom graph if it obeys certain properties that random graphs obey with high probability. There is no concrete definition of graph pseudorandomness, but there are many reasonable characterizations of pseudorandomness one can consider. Pseudorandom properties were first formally considered by Andrew Thomason in 1987.[1][2] He defined a condition called "jumbledness": a graph [math]\displaystyle{ G=(V,E) }[/math] is said to be [math]\displaystyle{ (p,\alpha) }[/math]-jumbled for real [math]\displaystyle{ p }[/math] and [math]\displaystyle{ \alpha }[/math] with [math]\displaystyle{ 0\lt p\lt 1\leq \alpha }[/math] if

[math]\displaystyle{ \left|e(U)-p\binom{|U|}{2}\right|\leq \alpha|U| }[/math]

for every subset [math]\displaystyle{ U }[/math] of the vertex set [math]\displaystyle{ V }[/math], where [math]\displaystyle{ e(U) }[/math] is the number of edges among [math]\displaystyle{ U }[/math] (equivalently, the number of edges in the subgraph induced by the vertex set [math]\displaystyle{ U }[/math]). It can be shown that the Erdős–Rényi random graph [math]\displaystyle{ G(n,p) }[/math] is almost surely [math]\displaystyle{ (p,O(\sqrt{np})) }[/math]-jumbled.[2]:6 However, graphs with less uniformly distributed edges, for example a graph on [math]\displaystyle{ 2n }[/math] vertices consisting of an [math]\displaystyle{ n }[/math]-vertex complete graph and [math]\displaystyle{ n }[/math] completely independent vertices, are not [math]\displaystyle{ (p,\alpha) }[/math]-jumbled for any small [math]\displaystyle{ \alpha }[/math], making jumbledness a reasonable quantifier for "random-like" properties of a graph's edge distribution.

Connection to local conditions

Thomason showed that the "jumbled" condition is implied by a simpler-to-check condition, only depending on the codegree of two vertices and not every subset of the vertex set of the graph. Letting [math]\displaystyle{ \operatorname{codeg}(u,v) }[/math] be the number of common neighbors of two vertices [math]\displaystyle{ u }[/math] and [math]\displaystyle{ v }[/math], Thomason showed that, given a graph [math]\displaystyle{ G }[/math] on [math]\displaystyle{ n }[/math] vertices with minimum degree [math]\displaystyle{ np }[/math], if [math]\displaystyle{ \operatorname{codeg}(u,v)\leq np^2+\ell }[/math] for every [math]\displaystyle{ u }[/math] and [math]\displaystyle{ v }[/math], then [math]\displaystyle{ G }[/math] is [math]\displaystyle{ \left( p,\sqrt{(p+\ell)n}\,\right) }[/math]-jumbled.[2]:7 This result shows how to check the jumbledness condition algorithmically in polynomial time in the number of vertices, and can be used to show pseudorandomness of specific graphs.[2]:7

Chung–Graham–Wilson theorem

In the spirit of the conditions considered by Thomason and their alternately global and local nature, several weaker conditions were considered by Chung, Graham, and Wilson in 1989:[3] a graph [math]\displaystyle{ G }[/math] on [math]\displaystyle{ n }[/math] vertices with edge density [math]\displaystyle{ p }[/math] and some [math]\displaystyle{ \varepsilon\gt 0 }[/math] can satisfy each of these conditions if

  • Discrepancy: for any subsets [math]\displaystyle{ X,Y }[/math] of the vertex set [math]\displaystyle{ V=V(G) }[/math], the number of edges between [math]\displaystyle{ X }[/math] and [math]\displaystyle{ Y }[/math] is within [math]\displaystyle{ \varepsilon n^2 }[/math] of [math]\displaystyle{ p|X||Y| }[/math].
  • Discrepancy on individual sets: for any subset [math]\displaystyle{ X }[/math] of [math]\displaystyle{ V }[/math], the number of edges among [math]\displaystyle{ X }[/math] is within [math]\displaystyle{ \varepsilon n^2 }[/math] of [math]\displaystyle{ p\binom{|X|}{2} }[/math].
  • Subgraph counting: for every graph [math]\displaystyle{ H }[/math], the number of labeled copies of [math]\displaystyle{ H }[/math] among the subgraphs of [math]\displaystyle{ G }[/math] is within [math]\displaystyle{ \varepsilon n^{v(H)} }[/math] of [math]\displaystyle{ p^{e(H)}n^{v(H)} }[/math].
  • 4-cycle counting: the number of labeled [math]\displaystyle{ 4 }[/math]-cycles among the subgraphs of [math]\displaystyle{ G }[/math] is within [math]\displaystyle{ \varepsilon n^4 }[/math] of [math]\displaystyle{ p^4n^4 }[/math].
  • Codegree: letting [math]\displaystyle{ \operatorname{codeg}(u,v) }[/math] be the number of common neighbors of two vertices [math]\displaystyle{ u }[/math] and [math]\displaystyle{ v }[/math],
[math]\displaystyle{ \sum_{u,v\in V}\big|\operatorname{codeg}(u,v)-p^2 n\big|\leq \varepsilon n^3. }[/math]
  • Eigenvalue bounding: If [math]\displaystyle{ \lambda_1\geq \lambda_2\geq \cdots \geq \lambda_n }[/math] are the eigenvalues of the adjacency matrix of [math]\displaystyle{ G }[/math], then [math]\displaystyle{ \lambda_1 }[/math] is within [math]\displaystyle{ \varepsilon n }[/math] of [math]\displaystyle{ pn }[/math] and [math]\displaystyle{ \max\left(\left|\lambda_2\right|,\left|\lambda_n\right|\right)\leq \varepsilon n }[/math].

These conditions may all be stated in terms of a sequence of graphs [math]\displaystyle{ \{G_n\} }[/math] where [math]\displaystyle{ G_n }[/math] is on [math]\displaystyle{ n }[/math] vertices with [math]\displaystyle{ (p+o(1))\binom{n}{2} }[/math] edges. For example, the 4-cycle counting condition becomes that the number of copies of any graph [math]\displaystyle{ H }[/math] in [math]\displaystyle{ G_n }[/math] is [math]\displaystyle{ \left(p^{e(H)}+o(1)\right)e^{v(H)} }[/math] as [math]\displaystyle{ n\to\infty }[/math], and the discrepancy condition becomes that [math]\displaystyle{ \left|e(X,Y)-p|X||Y|\right|=o(n^2) }[/math], using little-o notation.

A pivotal result about graph pseudorandomness is the Chung–Graham–Wilson theorem, which states that many of the above conditions are equivalent, up to polynomial changes in [math]\displaystyle{ \varepsilon }[/math][3]. A sequence of graphs which satisfies those conditions is called quasi-random. It is considered particularly surprising[2]:9 that the weak condition of having the "correct" 4-cycle density implies the other seemingly much stronger pseudorandomness conditions. Graphs such as the 4-cycle, the density of which in a sequence of graphs is sufficient to test the quasi-randomness of the sequence, are known as forcing graphs.

Some implications in the Chung–Graham–Wilson theorem are clear by the definitions of the conditions: the discrepancy on individual sets condition is simply the special case of the discrepancy condition for [math]\displaystyle{ Y=X }[/math], and 4-cycle counting is a special case of subgraph counting. In addition, the graph counting lemma, a straightforward generalization of the triangle counting lemma, implies that the discrepancy condition implies subgraph counting.

The fact that 4-cycle counting implies the codegree condition can be proven by a technique similar to the second-moment method. Firstly, the sum of codegrees can be upper-bounded:

[math]\displaystyle{ \sum_{u,v\in G} \operatorname{codeg}(u,v)=\sum_{x\in G} \deg(x)^2\ge n\left(\frac{2e(G)}{n}\right)^2=\left(p^2+o(1)\right)n^3. }[/math]

Given 4-cycles, the sum of squares of codegrees is bounded:

[math]\displaystyle{ \sum_{u,v} \operatorname{codeg}(u,v)^2=\text{Number of labeled copies of }C_4 + o(n^4)\le \left(p^4+o(1)\right)n^4. }[/math]

Therefore, the Cauchy–Schwarz inequality gives

[math]\displaystyle{ \sum_{u,v\in G}|\operatorname{codeg}(u,v)-p^2n|\le n\left(\sum_{u,v\in G} \left(\operatorname{codeg}(u,v)-p^2n\right)^2\right)^{1/2}, }[/math]

which can be expanded out using our bounds on the first and second moments of [math]\displaystyle{ \operatorname{codeg} }[/math] to give the desired bound. A proof that the codegree condition implies the discrepancy condition can be done by a similar, albeit trickier, computation involving the Cauchy–Schwarz inequality.

The eigenvalue condition and the 4-cycle condition can be related by noting that the number of labeled 4-cycles in [math]\displaystyle{ G }[/math] is, up to [math]\displaystyle{ o(1) }[/math] stemming from degenerate 4-cycles, [math]\displaystyle{ \operatorname{tr}\left(A_G^4\right) }[/math], where [math]\displaystyle{ A_G }[/math] is the adjacency matrix of [math]\displaystyle{ G }[/math]. The two conditions can then be shown to be equivalent by invocation of the Courant–Fischer theorem.[3]

Connections to graph regularity

The concept of graphs that act like random graphs connects strongly to the concept of graph regularity used in the Szemerédi regularity lemma. For [math]\displaystyle{ \varepsilon\gt 0 }[/math], a pair of vertex sets [math]\displaystyle{ X,Y }[/math] is called [math]\displaystyle{ \varepsilon }[/math]-regular, if for all subsets [math]\displaystyle{ A\subset X,B\subset Y }[/math] satisfying [math]\displaystyle{ |A|\geq\varepsilon|X|,|B|\geq\varepsilon|Y| }[/math], it holds that

[math]\displaystyle{ \left| d(X,Y) - d(A,B) \right| \le \varepsilon, }[/math]

where [math]\displaystyle{ d(X,Y) }[/math] denotes the edge density between [math]\displaystyle{ X }[/math] and [math]\displaystyle{ Y }[/math]: the number of edges between [math]\displaystyle{ X }[/math] and [math]\displaystyle{ Y }[/math] divided by [math]\displaystyle{ |X||Y| }[/math]. This condition implies a bipartite analogue of the discrepancy condition, and essentially states that the edges between [math]\displaystyle{ A }[/math] and [math]\displaystyle{ B }[/math] behave in a "random-like" fashion. In addition, it was shown by Miklós Simonovits and Vera T. Sós in 1991 that a graph satisfies the above weak pseudorandomness conditions used in the Chung–Graham–Wilson theorem if and only if it possesses a Szemerédi partition where nearly all densities are close to the edge density of the whole graph.[4]

Sparse pseudorandomness

Chung–Graham–Wilson theorem analogues

The Chung–Graham–Wilson theorem, specifically the implication of subgraph counting from discrepancy, does not follow for sequences of graphs with edge density approaching [math]\displaystyle{ 0 }[/math], or, for example, the common case of [math]\displaystyle{ d }[/math]-regular graphs on [math]\displaystyle{ n }[/math] vertices as [math]\displaystyle{ n\to\infty }[/math]. The following sparse analogues of the discrepancy and eigenvalue bounding conditions are commonly considered:

  • Sparse discrepancy: for any subsets [math]\displaystyle{ X,Y }[/math] of the vertex set [math]\displaystyle{ V=V(G) }[/math], the number of edges between [math]\displaystyle{ X }[/math] and [math]\displaystyle{ Y }[/math] is within [math]\displaystyle{ \varepsilon dn }[/math] of [math]\displaystyle{ \frac{d}{n}|X||Y| }[/math].
  • Sparse eigenvalue bounding: If [math]\displaystyle{ \lambda_1\geq \lambda_2\geq \cdots \geq \lambda_n }[/math] are the eigenvalues of the adjacency matrix of [math]\displaystyle{ G }[/math], then [math]\displaystyle{ \max\left(\left|\lambda_2\right|,\left|\lambda_n\right|\right)\leq \varepsilon d }[/math].

It is generally true that this eigenvalue condition implies the corresponding discrepancy condition, but the reverse is not true: the disjoint union of a random large [math]\displaystyle{ d }[/math]-regular graph and a [math]\displaystyle{ d+1 }[/math]-vertex complete graph has two eigenvalues of exactly [math]\displaystyle{ d }[/math] but is likely to satisfy the discrepancy property. However, as proven by David Conlon and Yufei Zhao in 2017, slight variants of the discrepancy and eigenvalue conditions for [math]\displaystyle{ d }[/math]-regular Cayley graphs are equivalent up to linear scaling in [math]\displaystyle{ \varepsilon }[/math].[5] One direction of this follows from the expander mixing lemma, while the other requires the assumption that the graph is a Cayley graph and uses the Grothendieck inequality.

Consequences of eigenvalue bounding

A [math]\displaystyle{ d }[/math]-regular graph [math]\displaystyle{ G }[/math] on [math]\displaystyle{ n }[/math] vertices is called an [math]\displaystyle{ (n,d,\lambda) }[/math]-graph if, letting the eigenvalues of the adjacency matrix of [math]\displaystyle{ G }[/math] be [math]\displaystyle{ d=\lambda_1\geq \lambda_2\geq \cdots \geq \lambda_n }[/math], [math]\displaystyle{ \max\left(\left|\lambda_2\right|,\left|\lambda_n\right|\right)\leq \lambda }[/math]. The Alon-Boppana bound gives that [math]\displaystyle{ \max\left(\left|\lambda_2\right|,\left|\lambda_n\right|\right)\geq 2\sqrt{d-1}-o(1) }[/math] (where the [math]\displaystyle{ o(1) }[/math] term is as [math]\displaystyle{ n\to\infty }[/math]), and Joel Friedman proved that a random [math]\displaystyle{ d }[/math]-regular graph on [math]\displaystyle{ n }[/math] vertices is [math]\displaystyle{ (n,d,\lambda) }[/math] for [math]\displaystyle{ \lambda=2\sqrt{d-1}+o(1) }[/math].[6] In this sense, how much [math]\displaystyle{ \lambda }[/math] exceeds [math]\displaystyle{ 2\sqrt{d-1} }[/math] is a general measure of the non-randomness of a graph. There are graphs with [math]\displaystyle{ \lambda\leq 2\sqrt{d-1} }[/math], which are termed Ramanujan graphs. They have been studied extensively and there are a number of open problems relating to their existence and commonness.

Given an [math]\displaystyle{ (n,d,\lambda) }[/math] graph for small [math]\displaystyle{ \lambda }[/math], many standard graph-theoretic quantities can be bounded to near what one would expect from a random graph. In particular, the size of [math]\displaystyle{ \lambda }[/math] has a direct effect on subset edge density discrepancies via the expander mixing lemma. Other examples are as follows, letting [math]\displaystyle{ G }[/math] be an [math]\displaystyle{ (n,d,\lambda) }[/math] graph:

  • If [math]\displaystyle{ d\leq \frac{n}{2} }[/math], the vertex-connectivity [math]\displaystyle{ \kappa(G) }[/math] of [math]\displaystyle{ G }[/math] satisfies [math]\displaystyle{ \kappa(G)\geq d-\frac{36\lambda^2}{d}. }[/math][7]
  • If [math]\displaystyle{ \lambda\leq d-2 }[/math], [math]\displaystyle{ G }[/math] is [math]\displaystyle{ d }[/math] edge-connected. If [math]\displaystyle{ n }[/math] is even, [math]\displaystyle{ G }[/math] contains a perfect matching.[2]:32
  • The maximum cut of [math]\displaystyle{ G }[/math] is at most [math]\displaystyle{ \frac{n(d+\lambda)}{4} }[/math].[2]:33
  • The largest independent subset of a subset [math]\displaystyle{ U\subset V(G) }[/math] in [math]\displaystyle{ G }[/math] is of size at least [math]\displaystyle{ \frac{n}{2(d-\lambda)}\ln\left(\frac{|U|(d-\lambda)}{n(\lambda+1)}+1\right). }[/math][8]
  • The chromatic number of [math]\displaystyle{ G }[/math] is at most [math]\displaystyle{ \frac{6(d-\lambda)}{\ln\left(\frac{d+1}{\lambda+1}\right)}. }[/math][8]

Connections to the Green–Tao theorem

Pseudorandom graphs factor prominently in the proof of the Green–Tao theorem. The theorem is proven by transferring Szemerédi's theorem, the statement that a set of positive integers with positive natural density contains arbitrarily long arithmetic progressions, to the sparse setting (as the primes have natural density [math]\displaystyle{ 0 }[/math] in the integers). The transference to sparse sets requires that the sets behave pseudorandomly, in the sense that corresponding graphs and hypergraphs have the correct subgraph densities for some fixed set of small (hyper)subgraphs.[9] It is then shown that a suitable superset of the prime numbers, called pseudoprimes, in which the primes are dense obeys these pseudorandomness conditions, completing the proof.

References

  1. Thomason, Andrew (1987). "Pseudo-random graphs". Annals of Discrete Math 33: 307–331. https://www.sciencedirect.com/science/article/pii/S0304020808730639. 
  2. 2.0 2.1 2.2 2.3 2.4 2.5 2.6 Krivelevich, Michael; Sudakov, Benny (2006). "Pseudo-random Graphs". More Sets, Graphs and Numbers. Bolyai Society Mathematical Studies. 15. pp. 199–262. doi:10.1007/978-3-540-32439-3_10. ISBN 978-3-540-32377-8. https://people.math.ethz.ch/~sudakovb/pseudo-random-survey.pdf. 
  3. 3.0 3.1 3.2 Chung, F. R. K.; Graham, R. L.; Wilson, R. M. (1989). "Quasi-Random Graphs". Combinatorica 9 (4): 345–362. doi:10.1007/BF02125347. http://www.math.ucsd.edu/~fan/wp/quasirandom1.pdf. 
  4. Simonovits, Miklós; Sós, Vera (1991). "Szemerédi's partition and quasirandomness". Random Structures and Algorithms 2: 1–10. doi:10.1002/rsa.3240020102. 
  5. Conlon, David; Zhao, Yufei (2017). "Quasirandom Cayley graphs". Discrete Analysis 6. doi:10.19086/da.1294. 
  6. Friedman, Joel (2003). "Relative expanders or weakly relatively Ramanujan graphs". Duke Math. J. 118 (1): 19–35. doi:10.1215/S0012-7094-03-11812-8. 
  7. Krivelevich, Michael; Sudakov, Benny; Vu, Van H.; Wormald, Nicholas C. (2001). "Random regular graphs of high degree". Random Structures and Algorithms 18 (4): 346–363. doi:10.1002/rsa.1013. 
  8. 8.0 8.1 Alon, Noga; Krivelevich, Michael; Sudakov, Benny (1999). "List coloring of random and pseudorandom graphs". Combinatorica 19 (4): 453–472. doi:10.1007/s004939970001. 
  9. Conlon, David; Fox, Jacob; Zhao, Yufei (2014). "The Green–Tao theorem: an exposition". EMS Surveys in Mathematical Sciences 1 (2): 249–282. doi:10.4171/EMSS/6.