fbpx
Wikipedia

Szemerédi regularity lemma

Szemerédi's regularity lemma is one of the most powerful tools in extremal graph theory, particularly in the study of large dense graphs. It states that the vertices of every large enough graph can be partitioned into a bounded number of parts so that the edges between different parts behave almost randomly.

The edges between parts behave in a "random-like" fashion.

According to the lemma, no matter how large a graph is, we can approximate it with the edge densities between a bounded number of parts. Between any two parts, the distribution of edges will be pseudorandom as per the edge density. These approximations provide essentially correct values for various properties of the graph, such as the number of embedded copies of a given subgraph or the number of edge deletions required to remove all copies of some subgraph.

Statement

To state Szemerédi's regularity lemma formally, we must formalize what the edge distribution between parts behaving 'almost randomly' really means. By 'almost random', we're referring to a notion called ε-regularity. To understand what this means, we first state some definitions. In what follows G is a graph with vertex set V.

Definition 1. Let XY be disjoint subsets of V. The edge density of the pair (XY) is defined as:

 

where E(XY) denotes the set of edges having one end vertex in X and one in Y.

 
Subset pairs of a regular pair are similar in edge density to the original pair.

We call a pair of parts ε-regular if, whenever you take a large subset of each part, their edge density isn't too far off the edge density of the pair of parts. Formally,

Definition 2. For ε > 0, a pair of vertex sets X and Y is called ε-regular, if for all subsets A ⊆ X, B ⊆ Y satisfying |A| ≥ ε|X|, |B| ≥ ε|Y|, we have

 

The natural way to define an ε-regular partition should be one where each pair of parts is ε-regular. However, some graphs, such as the half graphs, require many pairs of partitions (but a small fraction of all pairs) to be irregular.[1] So we shall define ε-regular partitions to be one where most pairs of parts are ε-regular.

Definition 3. A partition of   into   sets   is called an  -regular partition if

 

Now we can state the lemma:

Szemerédi's Regularity Lemma. For every ε > 0 and positive integer m there exists an integer M such that if G is a graph with at least M vertices, there exists an integer k in the range m ≤ k ≤ M and an ε-regular partition of the vertex set of G into k sets.

The bound M for the number of parts in the partition of the graph given by the proofs of Szemeredi's regularity lemma is very large, given by a O(ε−5)-level iterated exponential of m. At one time it was hoped that the true bound was much smaller, which would have had several useful applications. However Gowers (1997) found examples of graphs for which M does indeed grow very fast and is at least as large as a ε−1/16-level iterated exponential of m. In particular the best bound has level exactly 4 in the Grzegorczyk hierarchy, and so is not an elementary recursive function.[2]

Proof

 
The boundaries of irregularity witnessing subsets refine each part of the partition.

We shall find an ε-regular partition for a given graph following an algorithm. A rough outline:

  1. Start with an arbitrary partition (could just be 1 part)
  2. While the partition isn't ε-regular:
    • Find the subsets which witness ε-irregularity for each irregular pair.
    • Simultaneously refine the partition using all the witnessing subsets.

We apply a technique called the energy increment argument to show that this process terminates after a bounded number of steps. Basically, we define a monovariant which must increase by a certain amount in each step, but it's bounded above and thus cannot increase indefinitely. This monovariant is called 'energy' as it's an   quantity.

Definition 4. Let UW be subsets of V. Set  . The energy of the pair (UW) is defined as:

 

For partitions   of U and   of W, we define the energy to be the sum of the energies between each pair of parts:

 

Finally, for a partition   of V, define the energy of   to be  . Specifically,

 

Observe that energy is between 0 and 1 because edge density is bounded above by 1:

 

Now, we start by proving that energy does not decrease upon refinement.

Lemma 1. (Energy is nondecreasing under partitioning) For any partitions   and   of vertex sets   and  ,  .

Proof: Let   and  . Choose vertices   uniformly from   and   uniformly from  , with   in part   and   in part  . Then define the random variable  . Let us look at properties of  . The expectation is

 

The second moment is

 

By convexity,  . Rearranging, we get that   for all  . 

If each part of   is further partitioned, the new partition is called a refinement of  . Now, if  , applying Lemma 1 to each pair   proves that for every refinement   of  ,  . Thus the refinement step in the algorithm doesn't lose any energy.

Lemma 2. (Energy boost lemma) If   is not  -regular as witnessed by  , then,

 

Proof: Define   as above. Then,

 

But observe that   with probability  (corresponding to   and  ), so

   

Now we can prove the energy increment argument, which shows that energy increases substantially in each iteration of the algorithm.

Lemma 3 (Energy increment lemma) If a partition   of   is not  -regular, then there exists a refinement   of   where every   is partitioned into at most   parts such that

 

Proof: For all   such that   is not  -regular, find   and   that witness irregularity (do this simultaneously for all irregular pairs). Let   be a common refinement of   by  's. Each   is partitioned into at most   parts as desired. Then,

 

Where   is the partition of   given by  . By Lemma 1, the above quantity is at least

 

Since   is cut by   when creating  , so   is a refinement of  . By lemma 2, the above sum is at least

 

But the second sum is at least   since   is not  -regular, so we deduce the desired inequality.  

Now, starting from any partition, we can keep applying Lemma 3 as long as the resulting partition isn't  -regular. But in each step energy increases by  , and it's bounded above by 1. Then this process can be repeated at most   times, before it terminates and we must have an  -regular partition.

Applications

Graph counting lemma

If we have enough information about the regularity of a graph, we can count the number of copies of a specific subgraph within the graph up to small error.

Graph Counting Lemma. Let   be a graph with  , and let  . Let   be an  -vertex graph with vertex sets   such that   is  -regular whenever  . Then, the number of labeled copies of   in   is within   of

 

This can be combined with Szemerédi's regularity lemma to prove the Graph removal lemma. The graph removal lemma can be used to prove Roth's Theorem on Arithmetic Progressions,[3] and a generalization of it, the hypergraph removal lemma, can be used to prove Szemerédi's theorem.[4]

The graph removal lemma generalizes to induced subgraphs, by considering edge edits instead of only edge deletions. This was proved by Alon, Fischer, Krivelevich, and Szegedy in 2000.[5] However, this required a stronger variation of the regularity lemma.

Szemerédi's regularity lemma does not provide meaningful results in sparse graphs. Since sparse graphs have subconstant edge densities,  -regularity is trivially satisfied. Even though the result seems purely theoretical, some attempts [6][7] have been made to use the regularity method as compression technique for large graphs.

Frieze-Kannan regularity

A different notion of regularity was introduced by Frieze and Kannan, known as the weak regularity lemma.[8] This lemma defines a weaker notion of regularity than that of Szemerédi which uses better bounds and can be used in efficient algorithms.

Given a graph  , a partition of its vertices   is said to be Frieze-Kannan  -regular if for any pair of sets  :

 

The weak regularity lemma for graphs states that every graph has a weak  -regular partition into at most   parts.

This notion can be extended to graphons by defining a stepping operator. Given a graphon   and a partition   of  , we can define   as a step-graphon with steps given by   and values given by averaging   over each step.

A partition   is weak  -regular if:

 

The weak regularity lemma for graphons states that every graphon has a weak  -regular partition into at most   parts. As with Szemerédi's regularity lemma, the weak regularity also induces a counting lemma.


Algorithmic Applications

One of the initial motivations for the development of the weak regularity lemma was the search for an efficient algorithm for estimating the maximum cut in a dense graph.[8] It has been shown that approximating the max-cut problem beyond 16/17 is NP-hard,[9] however an algorithmic version of the weak regularity lemma gives an efficient algorithm for approximating the max-cut for dense graphs within an   additive error.[8] These ideas have been further developed into efficient sampling algorithms for estimating max-cut in dense graphs.[10]

The smaller bounds of the weak regularity lemma allow for efficient algorithms to find an  -regular partition.[11] Graph regularity has further been used in various area of theoretical computer science, such as matrix multiplication[12] and communication complexity.[13]

Strong regularity lemma

The strong regularity lemma is a stronger variation of the regularity lemma proven by Alon, Fischer, Krivelevich, and Szegedy in 2000.[5] Intuitively, it provides information between non-regular pairs and could be applied to prove the induced graph removal lemma.

Statement

For any infinite sequence of constants  , there exists an integer   such that for any graph  , we can obtain two (equitable) partitions   and   such that the following properties are satisfied:

  •   refines  , that is every part of   is the union of some collection of parts in  .
  •   is  -regular and   is  -regular.
  •  
  •  

Proof

We apply the regularity lemma repeatedly to prove the stronger version. A rough outline:

  • Start with   be an   regular partition
  • Repeatedly find its refinement   that is   regular. If the energy increment of  , we simply return  . Otherwise, we replace   with   and continue.

We start with   be an   regular partition of   with   parts. Here   corresponds to the bound of parts in regularity lemma when  .

Now for  , we set   to be an  regular refinement of   with   parts. By the energy increment argument,  . Since the energy is bounded in  , there must be some   such that  . We return   as  .

By our choice of   the regular and refinement conditions hold. The energy condition holds trivially. Now we argue for the number of parts. We use induction to show that  , there exists   such that  . By setting  , we have  . Note that when  ,  , so we could set   and the statement is true for  . By setting  , we have  

Remarks on equitable

A partition is equitable if the sizes of any two sets differ by at most  . By equitizing in each round of iteration, the proof of regularity lemma could be accustomed to prove the equitable version of regularity lemma. And by replacing the regularity lemma with its equitable version, the proof above could prove the equitable version of strong regularity lemma where   and   are equitable partitions.

A useful Corollary

Statement

For any infinite sequence of constants  , there exists   such that there exists a partition   and subsets   for each   where the following properties are satisfied:

  •  
  •   is  -regular for each pair  
  •   for all but   pairs  

Motivation

The corollary explores deeper the small energy increment. It gives us a partition together with subsets with large sizes from each part, which are pairwise regular. In addition, the density between the corresponding subset pairs differs "not much" from the density between the corresponding parts.

Proof of corollary

We'll only prove the weaker result where the second condition only requires   to be  -regular for  . The full version can be proved by picking more subsets from each part that are mostly pairwise regular and combine them together.

Let  . We apply the strong regularity lemma to find equitable   that is a   regular partition and equitable   that is a   regular refinement of   , such that   and  .

Now assume that  , we randomly pick a vertex   from each   and let   to be the set that contains   in  . We argue that the subsets   satisfy all the conditions with probability  .

By setting   the first condition is trivially true since   is an equitable partition. Since at most   vertex pairs live between irregular pairs in   , the probability that the pair   and   is irregular  , by union bound, the probability that at least one pair  ,   is irregular  . Note that

 

So by Markov's inequality  , so with probability  , at most   pairs could have  . By union bound, the probability that all conditions hold  .

History and Extensions

 
Gowers's construction for the lower bound of Szemerédi's regularity lemma

Szemerédi (1975) first introduced a weaker version of this lemma, restricted to bipartite graphs, in order to prove Szemerédi's theorem,[14] and in (Szemerédi 1978) he proved the full lemma.[15] Extensions of the regularity method to hypergraphs were obtained by Rödl and his collaborators[16][17][18] and Gowers.[19][20]

János Komlós, Gábor Sárközy and Endre Szemerédi later (in 1997) proved in the blow-up lemma[21][22] that the regular pairs in Szemerédi regularity lemma behave like complete bipartite graphs under the correct conditions. The lemma allowed for deeper exploration into the nature of embeddings of large sparse graphs into dense graphs.

The first constructive version was provided by Alon, Duke, Lefmann, Rödl and Yuster.[23] Subsequently, Frieze and Kannan gave a different version and extended it to hypergraphs.[24] They later produced a different construction due to Alan Frieze and Ravi Kannan that uses singular values of matrices.[25] One can find more efficient non-deterministic algorithms, as formally detailed in Terence Tao's blog[26] and implicitly mentioned in various papers.[27][28][29]

An inequality of Terence Tao extends the Szemerédi regularity lemma, by revisiting it from the perspective of probability theory and information theory instead of graph theory.[30] Terence Tao has also provided a proof of the lemma based on spectral theory, using the adjacency matrices of graphs.[31]

It is not possible to prove a variant of the regularity lemma in which all pairs of partition sets are regular. Some graphs, such as the half graphs, require many pairs of partitions (but a small fraction of all pairs) to be irregular.[1]

It is a common variant in the definition of an  -regular partition to require that the vertex sets all have the same size, while collecting the leftover vertices in an "error"-set   whose size is at most an  -fraction of the size of the vertex set of  .

A stronger variation of the regularity lemma was proven by Alon, Fischer, Krivelevich, and Szegedy while proving the induced graph removal lemma. This works with a sequence of   instead of just one, and shows that there exists a partition with an extremely regular refinement, where the refinement doesn't have too large of an energy increment.

Szemerédi's regularity lemma can be interpreted as saying that the space of all graphs is totally bounded (and hence precompact) in a suitable metric (the cut distance). Limits in this metric can be represented by graphons; another version of the regularity lemma simply states that the space of graphons is compact.[32]

References

  1. ^ a b Conlon, David; Fox, Jacob (2012), "Bounds for graph regularity and removal lemmas", Geometric and Functional Analysis, 22 (5): 1191–1256, arXiv:1107.4829, doi:10.1007/s00039-012-0171-x, MR 2989432, S2CID 1623986
  2. ^ Gowers, W. T. (1997), "Lower bounds of tower type for Szemerédi's uniformity lemma", Geometric and Functional Analysis, 7 (2): 322–337, doi:10.1007/PL00001621, MR 1445389, S2CID 115242956.
  3. ^ Roth, K. F. (1953), "On certain sets of integers", Journal of the London Mathematical Society, 28 (1): 104–109, doi:10.1112/jlms/s1-28.1.104, MR 0051853
  4. ^ Tao, Terence (2006), "A variant of the hypergraph removal lemma", Journal of Combinatorial Theory, Series A, 113 (7): 1257–1280, arXiv:math/0503572, doi:10.1016/j.jcta.2005.11.006, MR 2259060, S2CID 14337591
  5. ^ a b Alon, Noga; Fischer, Eldar; Krivelevich, Michael; Szegedy, Mario (2000), "Efficient testing of large graphs", Combinatorica, 20 (4): 451–476, doi:10.1007/s004930070001, MR 1804820, S2CID 44645628
  6. ^ Pelosin, Francesco (2018). Graph Compression Using The Regularity Method (MSc thesis). Ca' Foscari University of Venice. arXiv:1810.07275.
  7. ^ Fiorucci, Marco; Pelosin, Francesco; Pelillo, Marcello (February 2020). "Separating structure from noise in large graphs using the regularity lemma". Pattern Recognition. 98: 107070. arXiv:1905.06917.
  8. ^ a b c Frieze, Alan; Kannan, Ravi (1999), "Quick Approximation to Matrices and Applications", Combinatorica, 19 (2): 175–220, doi:10.1007/s004930050052
  9. ^ Håstad, Johan (2001), "Some Optimal Inapproximability Results", Journal of the ACM, 48 (4): 798–859, doi:10.1145/502090.502098
  10. ^ Alon, Noga; Fernandez de la Vega, W.; Kannan, Ravi; Karpinksi, Marek (2003), "Random sampling and approximation of MAX-CSPs", Journal of Computer and System Sciences, 67 (2): 212–243, doi:10.1016/S0022-0000(03)00008-4
  11. ^ Dellamonica, Domingos; Kalyanasundaram, Subrahmanyam; Martin, Daniel; Rödl, Vojtěch; Shapira, Asaf (2012), "Random sampling and approximation of MAX-CSPs", SIAM Journal on Discrete Mathematics, 26 (1): 15–29, doi:10.1137/110846373
  12. ^ Bansal, Nikhil; Williams, Ryan (2009), Regularity Lemmas and Combinatorial Algorithms, 2009 50th Annual IEEE Symposium on Foundations of Computer Science, pp. 745–754, doi:10.1109/FOCS.2009.76
  13. ^ Hajnal, András; Maass, Wolfgang; Turán, Gyorgy (1988), On the Communication Complexity of Graph Properties, Proceedings of the Twentieth Annual ACM Symposium on Theory of Computing, vol. 26, Association for Computing Machinery, pp. 186–191, doi:10.1145/62212.62228
  14. ^ Szemerédi, Endre (1975), "On sets of integers containing no k elements in arithmetic progression", Polska Akademia Nauk. Instytut Matematyczny. Acta Arithmetica, 27: 199–245, doi:10.4064/aa-27-1-199-245, MR 0369312.
  15. ^ Szemerédi, Endre (1978), "Regular partitions of graphs", Problèmes combinatoires et théorie des graphes (Colloq. Internat. CNRS, Univ. Orsay, Orsay, 1976), Colloq. Internat. CNRS, vol. 260, Paris: CNRS, pp. 399–401, MR 0540024.
  16. ^ Frankl, Peter; Rödl, Vojtěch (2002), "Extremal problems on set systems", Random Structures & Algorithms, 20 (2): 131–164, doi:10.1002/rsa.10017.abs, MR 1884430.
  17. ^ Rödl, Vojtěch; Skokan, Jozef (2004), "Regularity lemma for k-uniform hypergraphs", Random Structures & Algorithms, 25 (1): 1–42, doi:10.1002/rsa.20017, MR 2069663.
  18. ^ Nagle, Brendan; Rödl, Vojtěch; Schacht, Mathias (2006), "The counting lemma for regular k-uniform hypergraphs", Random Structures & Algorithms, 28 (2): 113–179, CiteSeerX 10.1.1.378.8503, doi:10.1002/rsa.20117, MR 2198495.
  19. ^ Gowers, W. T. (2006), "Quasirandomness, counting and regularity for 3-uniform hypergraphs", Combinatorics, Probability and Computing, 15 (1–2): 143–184, doi:10.1017/S0963548305007236, MR 2195580, S2CID 14632612.
  20. ^ Gowers, W. T. (2007), "Hypergraph regularity and the multidimensional Szemerédi theorem", Annals of Mathematics, Second Series, 166 (3): 897–946, arXiv:0710.3032, Bibcode:2007arXiv0710.3032G, doi:10.4007/annals.2007.166.897, MR 2373376, S2CID 56118006.
  21. ^ Komlós, János; Sárközy, Gábor N.; Szemerédi, Endre (1997), "Blow-up lemma", Combinatorica, 17 (1): 109–123, doi:10.1007/BF01196135, MR 1466579, S2CID 6720143
  22. ^ Komlós, János; Sárközy, Gábor N.; Szemerédi, Endre (1998), "An algorithmic version of the blow-up lemma", Random Structures & Algorithms, 12 (3): 297–312, arXiv:math/9612213, doi:10.1002/(SICI)1098-2418(199805)12:3<297::AID-RSA5>3.3.CO;2-W, MR 1635264
  23. ^ N. Alon and R. A. Duke and H. Lefmann and V. Rödl and R. Yuster (1994). "The Algorithmic Aspects of the Regularity Lemma". Journal of Algorithms. 16: 80–109. CiteSeerX 10.1.1.102.681. doi:10.1006/jagm.1994.1005.
  24. ^ A. Frieze and R. Kannan (1996). "The regularity lemma and approximation schemes for dense problems". FOCS '96: Proceedings of the 37th Annual Symposium on Foundations of Computer Science. doi:10.1109/SFCS.1996.548459.
  25. ^ A. Frieze and R. Kannan (1999). "A Simple Algorithm for Constructing Szemerédi's Regularity Partition" (PDF). Electronic Journal of Combinatorics. 6: R17. doi:10.37236/1449.
  26. ^ Tao, Terence (2009), Szemeredi's regularity lemma via random partitions
  27. ^ Alon, Noga; Shapira, Asaf (2008), "Every monotone graph property is testable", SIAM J. Comput., 38 (2): 505–522, doi:10.1137/050633445, ISSN 0097-5397, MR 2411033
  28. ^ Ishigami, Yoshiyasu (2006), A Simple Regularization of Hypergraphs, arXiv:math/0612838, Bibcode:2006math.....12838I
  29. ^ Austin, Tim (2008), "On exchangeable random variables and the statistics of large graphs and hypergraphs", Probability Surveys, 5: 80–145, arXiv:0801.1698, Bibcode:2008arXiv0801.1698A, doi:10.1214/08-PS124, S2CID 15421306
  30. ^ Tao, Terence (2006), "Szemerédi's regularity lemma revisited", Contributions to Discrete Mathematics, 1 (1): 8–28, arXiv:math/0504472, Bibcode:2005math......4472T, doi:10.11575/cdm.v1i1.61900, MR 2212136.
  31. ^ Tao, Terence (2012), The spectral proof of the Szemeredi regularity lemma
  32. ^ Lovász, László; Szegedy, Balázs (2007), "Szemerédi's lemma for the analyst", Geometric and Functional Analysis, 17: 252–270, doi:10.1007/s00039-007-0599-6, ISSN 1016-443X, MR 2306658, S2CID 15201345

Further reading

External links

  • Edmonds, Chelsea; Koutsoukou-Argyraki, Angeliki; Paulson, Lawrence C. Szemerédi's regularity lemma (Formal proof development in Isabelle/HOL, Archive of Formal Proofs)

szemerédi, regularity, lemma, szemerédi, regularity, lemma, most, powerful, tools, extremal, graph, theory, particularly, study, large, dense, graphs, states, that, vertices, every, large, enough, graph, partitioned, into, bounded, number, parts, that, edges, . Szemeredi s regularity lemma is one of the most powerful tools in extremal graph theory particularly in the study of large dense graphs It states that the vertices of every large enough graph can be partitioned into a bounded number of parts so that the edges between different parts behave almost randomly The edges between parts behave in a random like fashion According to the lemma no matter how large a graph is we can approximate it with the edge densities between a bounded number of parts Between any two parts the distribution of edges will be pseudorandom as per the edge density These approximations provide essentially correct values for various properties of the graph such as the number of embedded copies of a given subgraph or the number of edge deletions required to remove all copies of some subgraph Contents 1 Statement 2 Proof 3 Applications 3 1 Graph counting lemma 3 2 Frieze Kannan regularity 3 3 Algorithmic Applications 4 Strong regularity lemma 4 1 Statement 4 2 Proof 4 3 Remarks on equitable 4 4 A useful Corollary 4 4 1 Statement 4 4 2 Motivation 4 4 3 Proof of corollary 5 History and Extensions 6 References 7 Further reading 8 External linksStatement EditTo state Szemeredi s regularity lemma formally we must formalize what the edge distribution between parts behaving almost randomly really means By almost random we re referring to a notion called e regularity To understand what this means we first state some definitions In what follows G is a graph with vertex set V Definition 1 Let X Y be disjoint subsets of V The edge density of the pair X Y is defined as d X Y E X Y X Y displaystyle d X Y frac left E X Y right X Y where E X Y denotes the set of edges having one end vertex in X and one in Y Subset pairs of a regular pair are similar in edge density to the original pair We call a pair of parts e regular if whenever you take a large subset of each part their edge density isn t too far off the edge density of the pair of parts Formally Definition 2 For e gt 0 a pair of vertex sets X and Y is called e regular if for all subsets A X B Y satisfying A e X B e Y we have d X Y d A B e displaystyle left d X Y d A B right leq varepsilon The natural way to define an e regular partition should be one where each pair of parts is e regular However some graphs such as the half graphs require many pairs of partitions but a small fraction of all pairs to be irregular 1 So we shall define e regular partitions to be one where most pairs of parts are e regular Definition 3 A partition of V displaystyle V into k displaystyle k sets P V 1 V k displaystyle mathcal P V 1 ldots V k is called an e displaystyle varepsilon regular partition if V i V j not e regular V i V j e V G 2 displaystyle sum V i V j text not varepsilon text regular V i V j leq varepsilon V G 2 Now we can state the lemma Szemeredi s Regularity Lemma For every e gt 0 and positive integer m there exists an integer M such that if G is a graph with at least M vertices there exists an integer k in the range m k M and an e regular partition of the vertex set of G into k sets The bound M for the number of parts in the partition of the graph given by the proofs of Szemeredi s regularity lemma is very large given by a O e 5 level iterated exponential of m At one time it was hoped that the true bound was much smaller which would have had several useful applications However Gowers 1997 found examples of graphs for which M does indeed grow very fast and is at least as large as a e 1 16 level iterated exponential of m In particular the best bound has level exactly 4 in the Grzegorczyk hierarchy and so is not an elementary recursive function 2 Proof Edit The boundaries of irregularity witnessing subsets refine each part of the partition We shall find an e regular partition for a given graph following an algorithm A rough outline Start with an arbitrary partition could just be 1 part While the partition isn t e regular Find the subsets which witness e irregularity for each irregular pair Simultaneously refine the partition using all the witnessing subsets We apply a technique called the energy increment argument to show that this process terminates after a bounded number of steps Basically we define a monovariant which must increase by a certain amount in each step but it s bounded above and thus cannot increase indefinitely This monovariant is called energy as it s an L 2 displaystyle L 2 quantity Definition 4 Let U W be subsets of V Set V n displaystyle V n The energy of the pair U W is defined as q U W U W n 2 d U W 2 displaystyle q U W frac U W n 2 d U W 2 For partitions P U U 1 U k displaystyle mathcal P U U 1 ldots U k of U and P W W 1 W l displaystyle mathcal P W W 1 ldots W l of W we define the energy to be the sum of the energies between each pair of parts q P U P W i 1 k j 1 l q U i W j displaystyle q mathcal P U mathcal P W sum i 1 k sum j 1 l q U i W j Finally for a partition P V 1 V k displaystyle mathcal P V 1 ldots V k of V define the energy of P displaystyle mathcal P to be q P P displaystyle q mathcal P mathcal P Specifically q P i 1 k j 1 k q V i V j i 1 k j 1 k V i V j n 2 d V i V j 2 displaystyle q mathcal P sum i 1 k sum j 1 k q V i V j sum i 1 k sum j 1 k frac V i V j n 2 d V i V j 2 Observe that energy is between 0 and 1 because edge density is bounded above by 1 q P i 1 k j 1 k V i V j n 2 d V i V j 2 i 1 k j 1 k V i V j n 2 1 displaystyle q mathcal P sum i 1 k sum j 1 k frac V i V j n 2 d V i V j 2 leq sum i 1 k sum j 1 k frac V i V j n 2 1 Now we start by proving that energy does not decrease upon refinement Lemma 1 Energy is nondecreasing under partitioning For any partitions P U displaystyle mathcal P U and P W displaystyle mathcal P W of vertex sets U displaystyle U and W displaystyle W q P U P W q U W displaystyle q mathcal P U mathcal P W geq q U W Proof Let P U U 1 U k displaystyle mathcal P U U 1 ldots U k and P W W 1 W l displaystyle mathcal P W W 1 ldots W l Choose vertices x displaystyle x uniformly from U displaystyle U and y displaystyle y uniformly from W displaystyle W with x displaystyle x in part U i displaystyle U i and y displaystyle y in part W j displaystyle W j Then define the random variable Z d U i W j displaystyle Z d U i W j Let us look at properties of Z displaystyle Z The expectation isE Z i 1 k j 1 l U i U W j W d U i W j e U W U W d U W displaystyle mathbb E Z sum i 1 k sum j 1 l frac U i U frac W j W d U i W j frac e U W U W d U W The second moment is E Z 2 i 1 k j 1 l U i U W j W d U i W j 2 n 2 U W q P U P W displaystyle mathbb E Z 2 sum i 1 k sum j 1 l frac U i U frac W j W d U i W j 2 frac n 2 U W q mathcal P U mathcal P W By convexity E Z 2 E Z 2 displaystyle mathbb E Z 2 geq mathbb E Z 2 Rearranging we get that q P U P W q U W displaystyle q mathcal P U mathcal P W geq q U W for all U W displaystyle U W displaystyle square If each part of P displaystyle mathcal P is further partitioned the new partition is called a refinement of P displaystyle mathcal P Now if P V 1 V m displaystyle mathcal P V 1 ldots V m applying Lemma 1 to each pair V i V j displaystyle V i V j proves that for every refinement P displaystyle mathcal P of P displaystyle mathcal P q P q P displaystyle q mathcal P geq q mathcal P Thus the refinement step in the algorithm doesn t lose any energy Lemma 2 Energy boost lemma If U W displaystyle U W is not e displaystyle varepsilon regular as witnessed by U 1 U W 1 W displaystyle U 1 subset U W 1 subset W then q U 1 U U 1 W 1 W W 1 gt q U W e 4 U W n 2 displaystyle q left U 1 U backslash U 1 W 1 W backslash W 1 right gt q U W varepsilon 4 frac U W n 2 Proof Define Z displaystyle Z as above Then V a r Z E Z 2 E Z 2 n 2 U W q U 1 U U 1 W 1 W W 1 q U W displaystyle Var Z mathbb E Z 2 mathbb E Z 2 frac n 2 U W left q left U 1 U backslash U 1 W 1 W backslash W 1 right q U W right But observe that Z E Z d U 1 W 1 d U W displaystyle Z mathbb E Z d U 1 W 1 d U W with probability U 1 U W 1 W displaystyle frac U 1 U frac W 1 W corresponding to x U 1 displaystyle x in U 1 and y W 1 displaystyle y in W 1 so V a r Z E Z E Z 2 U 1 U W 1 W d U 1 W 1 d U W 2 gt e e e 2 displaystyle Var Z mathbb E Z mathbb E Z 2 geq frac U 1 U frac W 1 W d U 1 W 1 d U W 2 gt varepsilon cdot varepsilon cdot varepsilon 2 displaystyle square Now we can prove the energy increment argument which shows that energy increases substantially in each iteration of the algorithm Lemma 3 Energy increment lemma If a partition P V 1 V k displaystyle mathcal P V 1 ldots V k of V G displaystyle V G is not e displaystyle varepsilon regular then there exists a refinement Q displaystyle mathcal Q of P displaystyle mathcal P where every V i displaystyle V i is partitioned into at most 2 k displaystyle 2 k parts such thatq Q q P e 5 displaystyle q mathcal Q geq q mathcal P varepsilon 5 Proof For all i j displaystyle i j such that V i V j displaystyle V i V j is not e displaystyle varepsilon regular find A i j V i displaystyle A i j subset V i and A j i V j displaystyle A j i subset V j that witness irregularity do this simultaneously for all irregular pairs Let Q displaystyle mathcal Q be a common refinement of P displaystyle mathcal P by A i j displaystyle A i j s Each V i displaystyle V i is partitioned into at most 2 k displaystyle 2 k parts as desired Then q Q i j k 2 q Q V i Q V j V i V j e regular q Q V i Q V j V i V j not e regular q Q V i Q V j displaystyle q mathcal Q sum i j in k 2 q mathcal Q V i mathcal Q V j sum V i V j text varepsilon text regular q mathcal Q V i mathcal Q V j sum V i V j text not varepsilon text regular q mathcal Q V i mathcal Q V j Where Q V i displaystyle mathcal Q V i is the partition of V i displaystyle V i given by Q displaystyle mathcal Q By Lemma 1 the above quantity is at least V i V j e regular q V i V j V i V j not e regular q A i j V i A i j A j i V j A j i displaystyle sum V i V j text varepsilon text regular q V i V j sum V i V j text not varepsilon text regular q A i j V i backslash A i j A j i V j backslash A j i Since V i displaystyle V i is cut by A i j displaystyle A i j when creating Q displaystyle mathcal Q so Q V i displaystyle mathcal Q V i is a refinement of A i j V i A i j displaystyle A i j V i backslash A i j By lemma 2 the above sum is at least i j k 2 q V i V j V i V j not e regular e 4 V i V j n 2 displaystyle sum i j in k 2 q V i V j sum V i V j text not varepsilon text regular varepsilon 4 frac V i V j n 2 But the second sum is at least e 5 displaystyle varepsilon 5 since P displaystyle mathcal P is not e displaystyle varepsilon regular so we deduce the desired inequality displaystyle square Now starting from any partition we can keep applying Lemma 3 as long as the resulting partition isn t e displaystyle varepsilon regular But in each step energy increases by e 5 displaystyle varepsilon 5 and it s bounded above by 1 Then this process can be repeated at most e 5 displaystyle varepsilon 5 times before it terminates and we must have an e displaystyle varepsilon regular partition Applications EditGraph counting lemma Edit If we have enough information about the regularity of a graph we can count the number of copies of a specific subgraph within the graph up to small error Graph Counting Lemma Let H displaystyle H be a graph with V H k displaystyle V H k and let e gt 0 displaystyle varepsilon gt 0 Let G displaystyle G be an n displaystyle n vertex graph with vertex sets V 1 V k V G displaystyle V 1 dots V k subseteq V G such that V i V j displaystyle V i V j is e displaystyle varepsilon regular whenever i j E H displaystyle i j in E H Then the number of labeled copies of H displaystyle H in G displaystyle G is within e H e V 1 V k displaystyle e H varepsilon V 1 cdots V k of i j E H d V i V j i 1 k V i displaystyle left prod i j in E H d V i V j right left prod i 1 k V i right This can be combined with Szemeredi s regularity lemma to prove the Graph removal lemma The graph removal lemma can be used to prove Roth s Theorem on Arithmetic Progressions 3 and a generalization of it the hypergraph removal lemma can be used to prove Szemeredi s theorem 4 The graph removal lemma generalizes to induced subgraphs by considering edge edits instead of only edge deletions This was proved by Alon Fischer Krivelevich and Szegedy in 2000 5 However this required a stronger variation of the regularity lemma Szemeredi s regularity lemma does not provide meaningful results in sparse graphs Since sparse graphs have subconstant edge densities e displaystyle varepsilon regularity is trivially satisfied Even though the result seems purely theoretical some attempts 6 7 have been made to use the regularity method as compression technique for large graphs Frieze Kannan regularity Edit A different notion of regularity was introduced by Frieze and Kannan known as the weak regularity lemma 8 This lemma defines a weaker notion of regularity than that of Szemeredi which uses better bounds and can be used in efficient algorithms Given a graph G V E displaystyle G V E a partition of its vertices P V 1 V k displaystyle mathcal P V 1 ldots V k is said to be Frieze Kannan ϵ displaystyle epsilon regular if for any pair of sets S T V displaystyle S T subseteq V e S T i j 1 k d V i V j S V i T V j ϵ V 2 displaystyle left e S T sum i j 1 k d V i V j S cap V i T cap V j right leq epsilon V 2 The weak regularity lemma for graphs states that every graph has a weak ϵ displaystyle epsilon regular partition into at most 4 ϵ 2 displaystyle 4 epsilon 2 parts This notion can be extended to graphons by defining a stepping operator Given a graphon W displaystyle W and a partition P displaystyle mathcal P of 0 1 displaystyle 0 1 we can define W P displaystyle W mathcal P as a step graphon with steps given by P displaystyle mathcal P and values given by averaging W displaystyle W over each step A partition P displaystyle mathcal P is weak ϵ displaystyle epsilon regular if W W P ϵ displaystyle W W mathcal P square leq epsilon The weak regularity lemma for graphons states that every graphon has a weak ϵ displaystyle epsilon regular partition into at most 4 ϵ 2 displaystyle 4 epsilon 2 parts As with Szemeredi s regularity lemma the weak regularity also induces a counting lemma Algorithmic Applications Edit One of the initial motivations for the development of the weak regularity lemma was the search for an efficient algorithm for estimating the maximum cut in a dense graph 8 It has been shown that approximating the max cut problem beyond 16 17 is NP hard 9 however an algorithmic version of the weak regularity lemma gives an efficient algorithm for approximating the max cut for dense graphs within an ϵ n 2 displaystyle epsilon n 2 additive error 8 These ideas have been further developed into efficient sampling algorithms for estimating max cut in dense graphs 10 The smaller bounds of the weak regularity lemma allow for efficient algorithms to find an ϵ displaystyle epsilon regular partition 11 Graph regularity has further been used in various area of theoretical computer science such as matrix multiplication 12 and communication complexity 13 Strong regularity lemma EditThe strong regularity lemma is a stronger variation of the regularity lemma proven by Alon Fischer Krivelevich and Szegedy in 2000 5 Intuitively it provides information between non regular pairs and could be applied to prove the induced graph removal lemma Statement Edit For any infinite sequence of constants ϵ 0 ϵ 1 gt 0 displaystyle epsilon 0 geq epsilon 1 geq gt 0 there exists an integer M displaystyle M such that for any graph G displaystyle G we can obtain two equitable partitions P displaystyle mathcal P and Q displaystyle mathcal Q such that the following properties are satisfied Q displaystyle mathcal Q refines P displaystyle mathcal P that is every part of P displaystyle mathcal P is the union of some collection of parts in Q displaystyle mathcal Q P displaystyle mathcal P is ϵ 0 displaystyle epsilon 0 regular and Q displaystyle mathcal Q is ϵ P displaystyle epsilon mathcal P regular q Q lt q P ϵ 0 displaystyle q mathcal Q lt q mathcal P epsilon 0 Q M displaystyle mathcal Q leq M Proof Edit We apply the regularity lemma repeatedly to prove the stronger version A rough outline Start with P 0 displaystyle mathcal P 0 be an ϵ 0 displaystyle epsilon 0 regular partitionRepeatedly find its refinement Q displaystyle mathcal Q that is ϵ P displaystyle epsilon mathcal P regular If the energy increment of Q ϵ 0 displaystyle mathcal Q leq epsilon 0 we simply return P Q displaystyle mathcal P mathcal Q Otherwise we replace P displaystyle mathcal P with Q displaystyle mathcal Q and continue We start with P 0 displaystyle mathcal P 0 be an ϵ 0 displaystyle epsilon 0 regular partition of G displaystyle G with M ϵ 0 displaystyle leq M epsilon 0 parts Here M t displaystyle M t corresponds to the bound of parts in regularity lemma when ϵ t displaystyle epsilon t Now for i 0 1 displaystyle i 0 1 cdots we set P i 1 displaystyle mathcal P i 1 to be an ϵ P i displaystyle epsilon P i regular refinement of P i displaystyle mathcal P i with M ϵ P i P i displaystyle leq M epsilon P i mathcal P i parts By the energy increment argument q P i 1 q P i displaystyle q mathcal P i 1 geq q mathcal P i Since the energy is bounded in 0 1 displaystyle 0 1 there must be some i 1 ϵ 0 1 displaystyle i leq 1 epsilon 0 1 such that q P i 1 q P i lt ϵ 0 displaystyle q mathcal P i 1 q mathcal P i lt epsilon 0 We return P i P i 1 displaystyle mathcal P i mathcal P i 1 as P Q displaystyle mathcal P mathcal Q By our choice of P i 1 displaystyle mathcal P i 1 the regular and refinement conditions hold The energy condition holds trivially Now we argue for the number of parts We use induction to show that i displaystyle forall i there exists M i displaystyle M i such that P i M i displaystyle mathcal P i leq M i By setting M 0 M ϵ 0 displaystyle M 0 M epsilon 0 we have P 0 M 0 displaystyle mathcal P 0 leq M 0 Note that when P i M i displaystyle P i leq M i P i 1 M ϵ P i P i M ϵ M i M i displaystyle P i 1 leq M epsilon P i mathcal P i leq M epsilon M i M i so we could set M i 1 M ϵ M i M i displaystyle M i 1 M epsilon M i M i and the statement is true for i 1 displaystyle i 1 By setting M max i 1 ϵ 0 2 M i displaystyle M max i leq 1 epsilon 0 2 M i we have P Q M displaystyle P Q leq M Remarks on equitable Edit A partition is equitable if the sizes of any two sets differ by at most 1 displaystyle 1 By equitizing in each round of iteration the proof of regularity lemma could be accustomed to prove the equitable version of regularity lemma And by replacing the regularity lemma with its equitable version the proof above could prove the equitable version of strong regularity lemma where P displaystyle mathcal P and Q displaystyle mathcal Q are equitable partitions A useful Corollary Edit Statement Edit For any infinite sequence of constants ϵ 0 ϵ 1 gt 0 displaystyle epsilon 0 geq epsilon 1 geq gt 0 there exists d gt 0 displaystyle delta gt 0 such that there exists a partition P V 1 V k displaystyle mathcal P V 1 V k and subsets W i V i displaystyle W i subset V i for each i displaystyle i where the following properties are satisfied W i gt d n displaystyle W i gt delta n W i W j displaystyle W i W j is ϵ P displaystyle epsilon mathcal P regular for each pair 1 i j k displaystyle 1 leq i leq j leq k d W i W j d V i V j ϵ 0 displaystyle d W i W j d V i V j leq epsilon 0 for all but ϵ 0 P 2 displaystyle epsilon 0 mathcal P 2 pairs 1 i j k displaystyle 1 leq i leq j leq k Motivation Edit The corollary explores deeper the small energy increment It gives us a partition together with subsets with large sizes from each part which are pairwise regular In addition the density between the corresponding subset pairs differs not much from the density between the corresponding parts Proof of corollary Edit We ll only prove the weaker result where the second condition only requires W i W j displaystyle W i W j to be ϵ P displaystyle epsilon mathcal P regular for 1 i lt j k displaystyle 1 leq i lt j leq k The full version can be proved by picking more subsets from each part that are mostly pairwise regular and combine them together Let r ϵ 0 3 20 displaystyle r epsilon 0 3 20 We apply the strong regularity lemma to find equitable P displaystyle mathcal P that is a r displaystyle r regular partition and equitable Q displaystyle mathcal Q that is a r P 4 displaystyle r P 4 regular refinement of P displaystyle mathcal P such that q Q q P r displaystyle q mathcal Q q mathcal P leq r and Q M displaystyle mathcal Q leq M Now assume that P V 1 V k displaystyle P V 1 cdots V k we randomly pick a vertex v i displaystyle v i from each V i displaystyle V i and let W i displaystyle W i to be the set that contains v i displaystyle v i in Q displaystyle mathcal Q We argue that the subsets W i displaystyle W i satisfy all the conditions with probability gt 0 displaystyle gt 0 By setting d 1 2 M displaystyle delta frac 1 2M the first condition is trivially true since Q displaystyle mathcal Q is an equitable partition Since at most r P 4 n 2 ϵ 0 V i V j 3 P 2 displaystyle frac r P 4 binom n 2 leq epsilon 0 frac V i V j 3 P 2 vertex pairs live between irregular pairs in Q displaystyle mathcal Q the probability that the pair W i displaystyle W i and W j displaystyle W j is irregular 1 3 P 2 displaystyle leq frac 1 3 P 2 by union bound the probability that at least one pair W i displaystyle W i W i displaystyle W i is irregular 1 3 displaystyle leq 1 3 Note thatr q Q q P i j V i V j n 2 E d W i W j d V i V j 2 i j 1 4 P 2 E d W i W j d V i V j 2 1 4 P 2 E i j d W i W j d V i V j 2 displaystyle begin aligned r amp geq q mathcal Q q mathcal P amp sum i j frac V i V j n 2 mathbb E d W i W j d V i V j 2 amp geq sum i j frac 1 4 P 2 mathbb E d W i W j d V i V j 2 amp frac 1 4 P 2 mathbb E sum i j d W i W j d V i V j 2 end aligned So by Markov s inequality P i j d W i W j d V i V j 2 8 P 2 r 1 2 displaystyle P sum i j d W i W j d V i V j 2 geq 8 P 2 r leq 1 2 so with probability 1 2 displaystyle geq 1 2 at most ϵ 0 P 2 displaystyle epsilon 0 P 2 pairs could have d W i W j d V i V j ϵ 0 displaystyle d W i W j d V i V j geq epsilon 0 By union bound the probability that all conditions hold 1 1 2 1 3 gt 0 displaystyle geq 1 1 2 1 3 gt 0 History and Extensions Edit Gowers s construction for the lower bound of Szemeredi s regularity lemma Szemeredi 1975 first introduced a weaker version of this lemma restricted to bipartite graphs in order to prove Szemeredi s theorem 14 and in Szemeredi 1978 he proved the full lemma 15 Extensions of the regularity method to hypergraphs were obtained by Rodl and his collaborators 16 17 18 and Gowers 19 20 Janos Komlos Gabor Sarkozy and Endre Szemeredi later in 1997 proved in the blow up lemma 21 22 that the regular pairs in Szemeredi regularity lemma behave like complete bipartite graphs under the correct conditions The lemma allowed for deeper exploration into the nature of embeddings of large sparse graphs into dense graphs The first constructive version was provided by Alon Duke Lefmann Rodl and Yuster 23 Subsequently Frieze and Kannan gave a different version and extended it to hypergraphs 24 They later produced a different construction due to Alan Frieze and Ravi Kannan that uses singular values of matrices 25 One can find more efficient non deterministic algorithms as formally detailed in Terence Tao s blog 26 and implicitly mentioned in various papers 27 28 29 An inequality of Terence Tao extends the Szemeredi regularity lemma by revisiting it from the perspective of probability theory and information theory instead of graph theory 30 Terence Tao has also provided a proof of the lemma based on spectral theory using the adjacency matrices of graphs 31 It is not possible to prove a variant of the regularity lemma in which all pairs of partition sets are regular Some graphs such as the half graphs require many pairs of partitions but a small fraction of all pairs to be irregular 1 It is a common variant in the definition of an e displaystyle varepsilon regular partition to require that the vertex sets all have the same size while collecting the leftover vertices in an error set V 0 displaystyle V 0 whose size is at most an e displaystyle varepsilon fraction of the size of the vertex set of G displaystyle G A stronger variation of the regularity lemma was proven by Alon Fischer Krivelevich and Szegedy while proving the induced graph removal lemma This works with a sequence of e displaystyle varepsilon instead of just one and shows that there exists a partition with an extremely regular refinement where the refinement doesn t have too large of an energy increment Szemeredi s regularity lemma can be interpreted as saying that the space of all graphs is totally bounded and hence precompact in a suitable metric the cut distance Limits in this metric can be represented by graphons another version of the regularity lemma simply states that the space of graphons is compact 32 References Edit a b Conlon David Fox Jacob 2012 Bounds for graph regularity and removal lemmas Geometric and Functional Analysis 22 5 1191 1256 arXiv 1107 4829 doi 10 1007 s00039 012 0171 x MR 2989432 S2CID 1623986 Gowers W T 1997 Lower bounds of tower type for Szemeredi s uniformity lemma Geometric and Functional Analysis 7 2 322 337 doi 10 1007 PL00001621 MR 1445389 S2CID 115242956 Roth K F 1953 On certain sets of integers Journal of the London Mathematical Society 28 1 104 109 doi 10 1112 jlms s1 28 1 104 MR 0051853 Tao Terence 2006 A variant of the hypergraph removal lemma Journal of Combinatorial Theory Series A 113 7 1257 1280 arXiv math 0503572 doi 10 1016 j jcta 2005 11 006 MR 2259060 S2CID 14337591 a b Alon Noga Fischer Eldar Krivelevich Michael Szegedy Mario 2000 Efficient testing of large graphs Combinatorica 20 4 451 476 doi 10 1007 s004930070001 MR 1804820 S2CID 44645628 Pelosin Francesco 2018 Graph Compression Using The Regularity Method MSc thesis Ca Foscari University of Venice arXiv 1810 07275 Fiorucci Marco Pelosin Francesco Pelillo Marcello February 2020 Separating structure from noise in large graphs using the regularity lemma Pattern Recognition 98 107070 arXiv 1905 06917 a b c Frieze Alan Kannan Ravi 1999 Quick Approximation to Matrices and Applications Combinatorica 19 2 175 220 doi 10 1007 s004930050052 Hastad Johan 2001 Some Optimal Inapproximability Results Journal of the ACM 48 4 798 859 doi 10 1145 502090 502098 Alon Noga Fernandez de la Vega W Kannan Ravi Karpinksi Marek 2003 Random sampling and approximation of MAX CSPs Journal of Computer and System Sciences 67 2 212 243 doi 10 1016 S0022 0000 03 00008 4 Dellamonica Domingos Kalyanasundaram Subrahmanyam Martin Daniel Rodl Vojtech Shapira Asaf 2012 Random sampling and approximation of MAX CSPs SIAM Journal on Discrete Mathematics 26 1 15 29 doi 10 1137 110846373 Bansal Nikhil Williams Ryan 2009 Regularity Lemmas and Combinatorial Algorithms 2009 50th Annual IEEE Symposium on Foundations of Computer Science pp 745 754 doi 10 1109 FOCS 2009 76 Hajnal Andras Maass Wolfgang Turan Gyorgy 1988 On the Communication Complexity of Graph Properties Proceedings of the Twentieth Annual ACM Symposium on Theory of Computing vol 26 Association for Computing Machinery pp 186 191 doi 10 1145 62212 62228 Szemeredi Endre 1975 On sets of integers containing no k elements in arithmetic progression Polska Akademia Nauk Instytut Matematyczny Acta Arithmetica 27 199 245 doi 10 4064 aa 27 1 199 245 MR 0369312 Szemeredi Endre 1978 Regular partitions of graphs Problemes combinatoires et theorie des graphes Colloq Internat CNRS Univ Orsay Orsay 1976 Colloq Internat CNRS vol 260 Paris CNRS pp 399 401 MR 0540024 Frankl Peter Rodl Vojtech 2002 Extremal problems on set systems Random Structures amp Algorithms 20 2 131 164 doi 10 1002 rsa 10017 abs MR 1884430 Rodl Vojtech Skokan Jozef 2004 Regularity lemma for k uniform hypergraphs Random Structures amp Algorithms 25 1 1 42 doi 10 1002 rsa 20017 MR 2069663 Nagle Brendan Rodl Vojtech Schacht Mathias 2006 The counting lemma for regular k uniform hypergraphs Random Structures amp Algorithms 28 2 113 179 CiteSeerX 10 1 1 378 8503 doi 10 1002 rsa 20117 MR 2198495 Gowers W T 2006 Quasirandomness counting and regularity for 3 uniform hypergraphs Combinatorics Probability and Computing 15 1 2 143 184 doi 10 1017 S0963548305007236 MR 2195580 S2CID 14632612 Gowers W T 2007 Hypergraph regularity and the multidimensional Szemeredi theorem Annals of Mathematics Second Series 166 3 897 946 arXiv 0710 3032 Bibcode 2007arXiv0710 3032G doi 10 4007 annals 2007 166 897 MR 2373376 S2CID 56118006 Komlos Janos Sarkozy Gabor N Szemeredi Endre 1997 Blow up lemma Combinatorica 17 1 109 123 doi 10 1007 BF01196135 MR 1466579 S2CID 6720143 Komlos Janos Sarkozy Gabor N Szemeredi Endre 1998 An algorithmic version of the blow up lemma Random Structures amp Algorithms 12 3 297 312 arXiv math 9612213 doi 10 1002 SICI 1098 2418 199805 12 3 lt 297 AID RSA5 gt 3 3 CO 2 W MR 1635264 N Alon and R A Duke and H Lefmann and V Rodl and R Yuster 1994 The Algorithmic Aspects of the Regularity Lemma Journal of Algorithms 16 80 109 CiteSeerX 10 1 1 102 681 doi 10 1006 jagm 1994 1005 A Frieze and R Kannan 1996 The regularity lemma and approximation schemes for dense problems FOCS 96 Proceedings of the 37th Annual Symposium on Foundations of Computer Science doi 10 1109 SFCS 1996 548459 A Frieze and R Kannan 1999 A Simple Algorithm for Constructing Szemeredi s Regularity Partition PDF Electronic Journal of Combinatorics 6 R17 doi 10 37236 1449 Tao Terence 2009 Szemeredi s regularity lemma via random partitions Alon Noga Shapira Asaf 2008 Every monotone graph property is testable SIAM J Comput 38 2 505 522 doi 10 1137 050633445 ISSN 0097 5397 MR 2411033 Ishigami Yoshiyasu 2006 A Simple Regularization of Hypergraphs arXiv math 0612838 Bibcode 2006math 12838I Austin Tim 2008 On exchangeable random variables and the statistics of large graphs and hypergraphs Probability Surveys 5 80 145 arXiv 0801 1698 Bibcode 2008arXiv0801 1698A doi 10 1214 08 PS124 S2CID 15421306 Tao Terence 2006 Szemeredi s regularity lemma revisited Contributions to Discrete Mathematics 1 1 8 28 arXiv math 0504472 Bibcode 2005math 4472T doi 10 11575 cdm v1i1 61900 MR 2212136 Tao Terence 2012 The spectral proof of the Szemeredi regularity lemma Lovasz Laszlo Szegedy Balazs 2007 Szemeredi s lemma for the analyst Geometric and Functional Analysis 17 252 270 doi 10 1007 s00039 007 0599 6 ISSN 1016 443X MR 2306658 S2CID 15201345Further reading EditKomlos J Simonovits M 1996 Szemeredi s regularity lemma and its applications in graph theory Combinatorics Paul Erdos is eighty Vol 2 Keszthely 1993 Bolyai Soc Math Stud vol 2 Janos Bolyai Math Soc Budapest pp 295 352 MR 1395865 Komlos J Shokoufandeh Ali Simonovits Miklos Szemeredi Endre 2002 The regularity lemma and its applications in graph theory Theoretical aspects of computer science Tehran 2000 Lecture Notes in Computer Science vol 2292 Springer Berlin pp 84 112 doi 10 1007 3 540 45878 6 3 ISBN 978 3 540 43328 6 MR 1966181 External links EditEdmonds Chelsea Koutsoukou Argyraki Angeliki Paulson Lawrence C Szemeredi s regularity lemma Formal proof development in Isabelle HOL Archive of Formal Proofs Retrieved from https en wikipedia org w index php title Szemeredi regularity lemma amp oldid 1059376048, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.