Papers
Topics
Authors
Recent
Search
2000 character limit reached

Degree Form Regularity Lemma

Updated 2 February 2026
  • Degree Form Regularity Lemma is a relaxed version of Szemerédi’s Regularity Lemma that focuses on achieving ε-degularity, ensuring near-uniform vertex degrees in bipartite substructures.
  • It partitions graphs into clusters with small exceptional sets while maintaining degree uniformity, even though the number of clusters grows tower-type in 1/ε.
  • Extremal constructions and nested-separator techniques demonstrate that any ε-degular partition inherently requires a tower-type number of clusters, underlining the complexity in such decompositions.

The degree form regularity lemma is a relaxation of Szemerédi’s Regularity Lemma, providing a weakened but highly structured partitioning regime for graphs. The central notion—ε\varepsilon-degularity—quantifies homogeneity of vertex degrees in bipartite substructures up to small exceptional sets. Despite this relaxation, recent work demonstrates that the cost of obtaining such partitions remains inherently high, requiring a number of clusters with tower-type growth in 1/ε1/\varepsilon (Garbe et al., 2024).

1. Formal Definition of ε\varepsilon-Degularity

Given a finite graph G=(V,E)G=(V,E) (possibly weighted) and disjoint subsets A,BVA,B\subset V, the pair (A,B)(A,B) is said to be ε\varepsilon-degular if there exist subsets AAA'\subset A and BBB'\subset B—called exceptional sets—with AεA|A'|\leq\varepsilon|A| and BεB|B'|\leq\varepsilon|B|, such that for every u,uAAu,u'\in A\setminus A', degB(u)degB(u)εB|\deg_B(u)-\deg_B(u')| \leq \varepsilon|B| and similarly, for v,vBBv,v'\in B\setminus B', degA(v)degA(v)εA|\deg_A(v)-\deg_A(v')| \leq \varepsilon|A|. This property ensures degree uniformity up to error ε\varepsilon, modulo exceptional vertices.

The concept extends naturally to graph partitions. A partition V=V1VV=V_1\sqcup\cdots\sqcup V_\ell is called an ε\varepsilon-degular partition of complexity \ell if all Vi|V_i| differ by at most $1$, and for each ii there are at most ε\varepsilon \ell indices jij\neq i for which (Vi,Vj)(V_i, V_j) fails to be ε\varepsilon-degular.

2. Tower-Type Lower Bound for ε\varepsilon-Degular Partitions

Garbe and Hladký establish a tower lower bound for the minimal complexity of ε\varepsilon-degular partitions. The tower function is defined recursively by tower(0)=1\mathrm{tower}(0)=1, tower(x+1)=2tower(x)\mathrm{tower}(x+1)=2^{\mathrm{tower}(x)}, and, for real x1x\geq1, tower(1+x)=2tower(x)\mathrm{tower}(1+x)=2^{\mathrm{tower}(x)}.

For every 0<ε<ε00<\varepsilon<\varepsilon_0 and absolute constant c>0c>0, there exists a graph G=G(ε)G=G(\varepsilon) such that any ε\varepsilon-degular partition of GG requires at least tower(cε1/3)\mathrm{tower}(c\varepsilon^{-1/3}) clusters. The function

D(ε)=sup{min{:G has an ε-degular partition of size }}D(\varepsilon) = \sup\{\min\{\ell : G \text{ has an }\varepsilon\text{-degular partition of size } \ell\}\}

thus satisfies D(ε)tower(Θ(ε1/3))D(\varepsilon) \geq \mathrm{tower}(\Theta(\varepsilon^{-1/3})) (Garbe et al., 2024).

3. Methodology: Extremal Constructions and Proof Sketch

The lower bound is achieved through an extremal graph construction using a "nested-separator" template (Editor's term). The construction operates in stages:

  • Begin with a constant-size partition (level $0$).
  • At each subsequent level r=1,2,,s=Θ(ε1/3)r=1,2,\ldots,s=\Theta(\varepsilon^{-1/3}), divide each existing "blob" into MrM_r sub-blobs, where MrM_r grows doubly exponentially.
  • Weighted edges of size δ=ε1/3\delta=\varepsilon^{1/3} are assigned between oriented sub-blobs as dictated by a carefully designed separator system.

A key iterative argument shows that any ε\varepsilon-degular partition must refine nearly every level of this hierarchical partition structure. Since the last level yields mstower(s/(49999))m_s\approx \mathrm{tower}(s/(4\cdot 9999)) blobs, the partition complexity is at least this large. This methodology forces a tower-type blowup even for the more relaxed condition of degularity.

The classic Szemerédi Regularity Lemma guarantees an ε\varepsilon-regular partition of size at most tower(O(ε5))\mathrm{tower}(O(\varepsilon^{-5})), with matching or nearly matching tower lower bounds tower(Θ(ε2))\mathrm{tower}(\Theta(\varepsilon^{-2})) in some variants, e.g., by Gowers, Moshkovitz, and Shapira. Even under the far weaker requirement of degularity—focusing solely on degrees rather than full bipartite density regularity—the tower-type lower bound persists but with the exponent improved to $1/3$ (Garbe et al., 2024).

The following table summarizes partition size complexity for regularity and degularity:

Partition Type Upper Bound Lower Bound
ε\varepsilon-regular tower(O(ε5))\mathrm{tower}(O(\varepsilon^{-5})) tower(Θ(ε2))\mathrm{tower}(\Theta(\varepsilon^{-2}))
ε\varepsilon-degular (no general upper bound stated) tower(Θ(ε1/3))\mathrm{tower}(\Theta(\varepsilon^{-1/3}))

5. Intermediate Lemmas and Technical Properties

Several technical results undergird the lower-bound construction:

  • Regular \Rightarrow Degular: Every ε\varepsilon-regular pair is 2ε2\varepsilon-degular.
  • One-Sided Density Inheritance: If (A,B)(A,B) is ε\varepsilon-degular, then for every XAX\subseteq A, d(X,B)d(A,B)(1+AX)ε|d(X,B)-d(A,B)| \leq (1+\frac{|A|}{|X|})\,\varepsilon.
  • Separator Existence: For even M,DM, D with M2D/9999M\gg 2^{D/9999}, one can build DD bipartitions of [M][M] so that each part has size M/2M/2, each element appears in exactly half of the "first parts," and every pair {t,t}\{t, t'\} is separated in at least (1/20.2)D(1/2-0.2)D bipartitions.
  • Refinement Lemma: If an ε\varepsilon-degular partition nearly refines level r1r-1 in the construction, and δ=ε1/3\delta=\varepsilon^{1/3} is suitably large, it also nearly refines level rr. Iteration over all levels forces the partition to match the final, exponentially large blowup.

6. Implications and Broader Context

Despite degularity being a substantial relaxation of full regularity—focusing only on degree distributions rather than densities of pairs—towers of exponential height in 1/ε1/\varepsilon are still inevitably required in the worst case. This demonstrates intrinsic complexity in approximate structural decompositions of graphs, even under relaxing the precise pairwise uniformity constraints of regular partitions.

These findings position ε\varepsilon-degular partitions as a minimal, but not significantly cheaper, alternative in settings where only degree regularity is required rather than full pair regularity, and underscore the complexity barriers for algorithmic applications or theoretical analysis relying on such decompositions (Garbe et al., 2024).

Definition Search Book Streamline Icon: https://streamlinehq.com
References (1)

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Degree Form Regularity Lemma.