Alphabeta Math
Session-authored (Fable 5 assisted)
How statement and proof provenance work

The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.

  • Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
  • AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
  • AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.

These labels describe origin, not correctness: citations and verification chips remain separate evidence.

19 results · all verified · 8 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs. The 11 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Regular Pairs and Induced Counting

1 · Prerequisites

2 · Summary

A finite simple graph and its complement, the edges between two vertex sets and the pure and mixed pairs among them, an induced embedding, an induced copy of a fixed graph, the number of such copies, and what it means for a class of graphs to be hereditary are all published notions. From finite probability the development takes the Cauchy–Schwarz inequality for finite random variables, Markov's inequality, and the first-moment method; these are the inequalities behind the energy increment and behind every statement that all but a small fraction of vertices or pairs behave typically.

The page defines the edge density between two vertex sets and the ϵ-regular pair, then makes that definition usable through typical degrees, slicing, complementation, and robustness under small edits. Regular and equitable partitions and the mean-square density, or energy, of a partition follow: energy is monotone under refinement, an irregularity witness forces a quantified energy boost, and iterating the increment proves the Szemerédi regularity lemma with an equitable partition, an explicit tower-type upper bound, and a refinement of any prescribed partition. Regular pairs then support triangle counting, counting copies of a fixed graph, and induced counting, which with edit distance give the graph removal lemma. Strong regularity by energy stabilisation, large self-regular subsets, the density-approximation lemma, and representative subsets carry the argument to the induced removal lemma, with a remark separating the tower and wowzer bounds.

3 · Logical flowchart

4 · Definitions, theorems and proofs

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

Edge counts and densities between nonempty vertex sets

Definition

Let G be a finite simple graph (A finite simple graph is a finite vertex set together with a set of two-element vertex subsets) and let X,YV(G). Define the ordered cross-edge count eG(X,Y):={(x,y)X×Y:xyE(G)}. When X and Y are nonempty, their edge density is dG(X,Y):=eG(X,Y)XY. We omit the subscript when the graph is clear. If X and Y are disjoint, this agrees with the edges between sets in Edges between disjoint vertex sets; complete, anticomplete, pure and mixed pairs. If they overlap, an edge with both endpoints in XY contributes in both orientations, while diagonal pairs (x,x) never contribute.

For a nonempty graph, write d(G):=dG(V(G),V(G))=2E(G)/V(G)2. By convention the density of the null graph is 0.

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

ϵ-regular pairs and self-regular vertex sets

Definition

Let X,Y be nonempty vertex sets in a graph and let ϵ>0. The pair (X,Y) is ϵ-regular if every AX and BY with AϵX and BϵY satisfies d(A,B)d(X,Y)ϵ. If this fails, such A,B are an irregularity witness. The definition permits X=Y and permits overlap. A nonempty vertex set X is ϵ-self-regular when (X,X) is ϵ-regular (Edge counts and densities between nonempty vertex sets).

We also call a pair 0-regular when every pair of nonempty subsets AX, BY has d(A,B)=d(X,Y). This is the exact limiting form of the positive-parameter definition and avoids assigning a density to an empty subpair.

LemmaStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-16Open item page →

Complementation sends a disjoint ϵ-regular pair of density d to one of density 1d

Statement

Let X,Y be disjoint nonempty vertex sets. If (X,Y) is ϵ-regular of density d in G, then it is ϵ-regular of density 1d in G.

Facts & Assumptions

Given: Disjoint nonempty sets X,Y forming an ϵ-regular pair of density d in G.

[L1]

Regularity means that every sufficiently large subpair (A,B) has density within ϵ of d(X,Y) (ϵ-regular pairs and self-regular vertex sets).

[L2]

In the complement, exactly the missing pairs of distinct vertices are edges (Graph isomorphisms, automorphisms and graph complements).

Proof

technique · direct
1.1

Because X and Y are disjoint, every ordered pair in A×B consists of distinct vertices and is an edge in exactly one of G,G; hence dG(A,B)=1dG(A,B) for every nonempty AX, BY.

givenL2
2.1

Taking A=X,B=Y gives dG(X,Y)=1d.

step 1.1
3.1

For every subpair meeting the thresholds in [L1], dG(A,B)(1d)=dG(A,B)dϵ, so the complemented pair is ϵ-regular.

step 1.1step 2.1L1

Disjointness is essential for the exact density formula. When X and Y overlap, diagonal pairs are edges in neither graph and contribute a correction of XY/(XY).

LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

In a regular pair, fewer than ϵX vertices have too small a degree into a large subset, and fewer than ϵX have too large a degree

Statement

Suppose (X,Y) is an ϵ-regular pair of density d, and YY satisfies YϵY. Then fewer than ϵX vertices xX have N(x)Y<(dϵ)Y, and fewer than ϵX vertices have N(x)Y>(d+ϵ)Y.

Facts & Assumptions

Given: An ϵ-regular pair (X,Y) of density d and a set YY with YϵY.

[L1]

Every AX, BY with AϵX and BϵY satisfies d(A,B)d(X,Y)ϵ (ϵ-regular pairs and self-regular vertex sets).

Proof

technique · contradiction
1.1

Let A be the set of all xX with N(x)Y<(dϵ)Y and let B be the set of all xX with N(x)Y>(d+ϵ)Y. Suppose, for contradiction, that AϵX.

assume-contragivenchoose
2.1

Summing degrees over A gives e(A,Y)<(dϵ)AY, hence d(A,Y)<dϵ. Since AϵX and YϵY, this contradicts [L1]. Therefore A<ϵX.

step 1.1L1algebra
3.1

Assume likewise that BϵX. Summing degrees over B gives d(B,Y)>d+ϵ, and the same two size conditions again contradict [L1]. Therefore B<ϵX.

step 2.1L1algebra
4.1

Both exceptional sets therefore have size strictly below ϵX, which is the Statement.

step 2.1step 3.1discharge-contradiction
LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

Slicing lemma: large subpairs remain regular and their density shifts by at most ϵ

Statement

Let (X,Y) be ϵ-regular, and let XX, YY satisfy XαX and YβY, where α,βϵ>0. Then d(X,Y)d(X,Y)ϵ, and (X,Y) is ϵ-regular for ϵ=max{ϵ/α,ϵ/β,2ϵ}.

Facts & Assumptions

Given: The pair and subsets in the Statement.

[L1]

An ϵ-regular pair has every subpair whose two sides meet the ϵ relative-size thresholds within ϵ of its density (ϵ-regular pairs and self-regular vertex sets).

Proof

technique · direct
1.1

Since XϵX and YϵY, [L1] gives d(X,Y)d(X,Y)ϵ.

givenL1
1.2

Let AX and BY satisfy AϵX and BϵY. Then A(ϵ/α)αX=ϵX and similarly BϵY.

givenalgebra
2.1

By [L1], d(A,B)d(X,Y)ϵ; combining this with step 1.1 yields d(A,B)d(X,Y)2ϵϵ.

step 1.1step 1.2L1algebra
3.1

Since A,B were arbitrary at the ϵ thresholds, (X,Y) is ϵ-regular.

step 2.1L1
LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

Regularity survives sufficiently small changes of vertices and cross-edges

Statement

Let 0<ϵ<ϵ1. There is δ>0 with the following property. If (X,Y) is ϵ-regular, X,Y are obtained by adding or deleting at most δX and δY vertices respectively, and at most δXY cross-edge incidences are changed, then (X,Y) is ϵ-regular.

Facts & Assumptions

Given: Parameters and an edited pair as in the Statement.

[L1]

In an ϵ-regular pair, every subpair meeting the ϵ relative-size thresholds has density within ϵ of the original density (ϵ-regular pairs and self-regular vertex sets).

Proof

technique · contradiction
1.1

Choose δ>0 so small that 2δ<ϵϵ, δ<1/2, and 20δ/ϵ2<ϵϵ.

givenchoose
2.1

Suppose, for contradiction, that AX and BY witness failure of ϵ-regularity. Put A=AX and B=BY. The vertex-change bounds and step 1.1 give AϵX and BϵY.

assume-contrastep 1.1algebra
3.1

Removing the added vertices and accounting for the changed incidences changes either the witness density or the full-pair density by at most 10δ/ϵ2; this follows by dividing at most the affected rows, columns, and δXY changed incidences by the lower bounds ABϵ2(1δ)2XY.

step 1.1step 2.1algebra
4.1

Hence d(A,B)d(X,Y)>ϵ20δ/ϵ2>ϵ, contradicting [L1].

step 3.1L1algebra
5.1

The contradiction proves that every sufficiently small edit, in particular the chosen δ, leaves the pair ϵ-regular.

step 4.1discharge-contradiction
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

ϵ-regular vertex partitions, equitable partitions, and refinement

Definition

Let G be a nonempty graph and let P={V1,,Vk} be a partition of V(G) into nonempty parts. For ϵ>0, the partition is ϵ-regular if (i,j):(Vi,Vj) is not ϵ-regularViVjϵV(G)2, where ordered pairs and the diagonal pairs i=j are included (ϵ-regular pairs and self-regular vertex sets).

The partition is equitable if ViVj1 for all i,j. A partition Q refines P if every part of Q is contained in a part of P. The empty family is the unique partition of the null graph and is equitable and ϵ-regular by convention.

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

The mean-square density, or energy, of a vertex partition

Definition

Let G have order n>0. For vertex sets X,Y and partitions A of X, B of Y into nonempty sets, define their pair energy by q(A,B):=1n2AABBABd(A,B)2. For a vertex partition P of G (ϵ-regular vertex partitions, equitable partitions, and refinement), its energy, or mean-square density, is q(P):=q(P,P)=1n2A,BPABd(A,B)2, using the ordered-pair density of Edge counts and densities between nonempty vertex sets. The empty partition of the null graph has energy 0.

LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-16Open item page →

Energy lies in [0,1] and cannot decrease under refinement

Statement

For every vertex partition P of a finite graph, 0q(P)1. If Q refines P, then q(Q)q(P).

Facts & Assumptions

Given: A finite graph and vertex partitions P,Q with Q refining P.

[L1]

The energy is the weighted mean of the squares of the densities of ordered pairs of parts (The mean-square density, or energy, of a vertex partition).

[L2]

For a finite random variable Z, Cauchy--Schwarz gives (EZ)2E(Z2) (Cauchy-Schwarz for finite random variables: E[XY]2E[X2]E[Y2]).

Proof

technique · direct
1.1

Every density belongs to [0,1], and the nonnegative weights AB/n2 in [L1] sum to 1 when the graph has order n>0. Thus 0q(P)1; the null-graph convention gives the same conclusion when n=0.

L1algebra
1.2

Fix A,BP. Choose an ordered pair (x,y) uniformly from A×B, and let Z be the density between the two Q-parts containing x and y. Double-counting the relevant ordered edge incidences gives EZ=d(A,B).

givenL1algebra
2.1

By [L2], the weighted mean square of the refined densities inside A×B is at least d(A,B)2.

step 1.2L2
3.1

Multiply step 2.1 by AB/n2 and sum over all ordered A,BP. The two sides become q(Q) and q(P) by [L1], proving monotonicity.

step 2.1L1algebra
LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

An irregularity witness raises the pair energy by more than ϵ4XY/n2

Statement

Let G have order n>0, let X,YV(G) be nonempty, and suppose that AX, BY witness that (X,Y) is not ϵ-regular. If A={A,XA} and B={B,YB} after empty cells are omitted, then q(A,B)XYn2d(X,Y)2>ϵ4XYn2.

Facts & Assumptions

Given: An irregular pair and witness sets as in the Statement.

[L1]

Such witnesses satisfy AϵX, BϵY, and d(A,B)d(X,Y)>ϵ (ϵ-regular pairs and self-regular vertex sets).

[L2]

Pair energy is the product-size-weighted mean square of the densities of the refined subpairs (The mean-square density, or energy, of a vertex partition).

Proof

technique · direct
1.1

Choose (x,y) uniformly from X×Y, and let Z be the density between the cells of A and B containing x and y. Double-counting gives EZ=d(X,Y), and [L2] identifies XYE(Z2)/n2 with q(A,B).

givenL2algebra
2.1

Therefore the energy gain in the Statement is (XY/n2)Var(Z)=(XY/n2)E((Zd(X,Y))2).

step 1.1algebra
2.2

On the event (x,y)A×B, which has probability AB/(XY)ϵ2 by [L1], the random variable equals d(A,B) and differs from its mean by more than ϵ.

L1step 1.1
3.1

Restricting the nonnegative expectation in step 2.1 to this event gives a strict lower bound ϵ2ϵ2XY/n2, which is the asserted boost.

step 2.1step 2.2algebra
LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-16Open item page →

Every nonregular k-part partition has a refinement with energy gain greater than ϵ5 and at most k2k+1 parts

Statement

Let 0<ϵ<1. If a partition P of a nonempty graph is not ϵ-regular and has k nonempty parts, then it has a refinement Q with at most k2k+1 parts and q(Q)>q(P)+ϵ5.

Facts & Assumptions

Given: A non-ϵ-regular k-part partition P.

[L1]

Nonregularity means that the ordered irregular pairs (X,Y)P2 have total weight XY>ϵn2 (ϵ-regular vertex partitions, equitable partitions, and refinement).

[L2]

Splitting an irregular pair by witness sets raises its contribution to energy by more than ϵ4XY/n2 (An irregularity witness raises the pair energy by more than ϵ4XY/n2).

[L3]

Further refinement cannot reduce energy (Energy lies in [0,1] and cannot decrease under refinement).

Proof

technique · direct
1.1

For each ordered irregular pair (X,Y) choose witness sets AXYX and BXYY.

givenL1choose
2.1

For each XP, refine X by all witness subsets that occur in X, whether as a first or a second coordinate. There are at most 2k such subsets, and the common refinement they generate has at most 22k cells. By choosing one witness orientation for each unordered pair and retaining the two diagonal witnesses separately, the same construction uses at most k+1 subsets per part and hence at most 2k+1 cells. Thus the resulting partition Q has at most k2k+1 parts.

step 1.1algebra
3.1

For every selected irregular ordered pair, the restriction of Q to its two old parts refines the witness split. By [L2] and [L3], its contribution gains more than ϵ4XY/n2; all other old-pair contributions are nondecreasing.

step 2.1L2L3
4.1

Although only one orientation of each off-diagonal irregular pair supplied witness sets in step 2.1, that single split refines both old parts, so step 3.1 applies to both ordered pairs (X,Y) and (Y,X), which carry equal weight XY/n2 and equal regularity status. Summing the gains over all ordered irregular pairs therefore recovers the full normalized irregular weight, and by [L1] the total gain is greater than ϵ4ϵ=ϵ5.

step 3.1L1algebra
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-16Open item page →

Szemerédi regularity lemma with an equitable partition and an explicit tower-type upper bound for graphs of order at least m0

Statement

Let 0<ϵ<1 and let m01. Define mr+1=mrϵ52mr+5,R=2ϵ5,M=mR. Every graph G of order nM has an equitable ϵ-regular vertex partition into k parts with m0kM. In particular, the displayed recurrence is a tower-type upper bound depending only on ϵ and m0.

Facts & Assumptions

Given: Parameters ϵ,m0 and a graph G as in the Statement.

[L1]

A non-ϵ-regular k-part partition has a refinement of at most k2k+1 parts whose energy gains more than ϵ5 (Every nonregular k-part partition has a refinement with energy gain greater than ϵ5 and at most k2k+1 parts).

[L2]

Partition energy lies in [0,1] and is nondecreasing under refinement (Energy lies in [0,1] and cannot decrease under refinement).

[L3]

An equitable partition has part sizes differing by at most one, and regularity is measured by the total weight of its irregular ordered pairs (ϵ-regular vertex partitions, equitable partitions, and refinement).

[L4]

q(P)=n2A,BPABd(A,B)2, a sum over ordered pairs of parts with nonnegative weights AB/n2 and densities in [0,1] (The mean-square density, or energy, of a vertex partition).

Proof

technique · direct
1.1

Each factor ϵ52mr+5 is at least 1, so m0m1mR=Mn. Choose an equitable partition P0 of V(G) into exactly m0 nonempty parts, whose sizes are then n/m0 or n/m0; this is possible because nMm0.

givenL3algebrachoose
1.2

Equitisation. Let P be equitable with k parts, let R refine P with at most K=k2k+1 parts, put p=ϵ52k+5, and suppose kpn. Order V(G) so that each part of P is an interval and each cell of R is an interval inside its part, and cut each part X into p consecutive pieces of sizes X/p or X/p. Writing a=n/k and t=a/p1, every piece has size t or t+1, because X{a,a+1} forces X/pt and X/pt+1. So the resulting P is an equitable refinement of P with exactly kp parts.

givenL3algebraconstruct
2.1

Call a piece dirty when it is not contained in a single cell of R, and let D be the union of the dirty pieces. A piece is dirty exactly when it contains a boundary between two consecutive R-cells of the same part, and each of the at most Kk such boundaries lies in one piece, so there are at most K dirty pieces. Each has size at most X/p2X/p4n/(kp), using pX and Xn/k2n/k. Hence D4Kn/(kp)=2k+3n/pϵ5n/4.

step 1.2algebra
3.1

Energy loss. Let S be the common refinement of P and R. It refines R, so q(S)q(R) by [L2]. Every piece outside D lies in one R-cell and is therefore itself a cell of S, so in the sums of [L4] the two energies agree term by term on ordered pairs of such pieces. Every other ordered pair has an entry inside D, and those pairs carry total weight at most 2Dn/n2=2D/n; since each squared density lies in [0,1], their contribution to each of q(S) and q(P) lies in [0,2D/n]. Hence q(P)q(S)2D/nq(R)ϵ5/2.

step 2.1L2L4algebra
4.1

One round. Suppose Pr is equitable, refines P0, has kr parts with m0krmr, and is not ϵ-regular. Apply [L1] to obtain a refinement Rr with at most kr2kr+1 parts and q(Rr)>q(Pr)+ϵ5, and let Pr+1 be the partition step 1.2 builds from Pr and Rr with pr=ϵ52kr+5. Its hypothesis krprn holds because krmr makes krprmr+1Mn. So Pr+1 is equitable, refines Pr and hence P0, has kr+1=krpr parts with m0krkr+1mr+1, and step 3.1 gives q(Pr+1)>q(Pr)+ϵ5/2.

step 1.1step 1.2step 3.1L1induction
5.1

If none of P0,,PR1 were ϵ-regular, iterating step 4.1 would produce PR with q(PR)>q(P0)+Rϵ5/22ϵ5ϵ5/2=1, contradicting the bound q1 of [L2].

step 4.1L2inductionalgebra
6.1

Hence some Pr with r<R is ϵ-regular, and step 4.1 makes it equitable with kr parts satisfying m0krmrM. That is the asserted partition.

step 4.1step 5.1L3
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

A prescribed finite vertex partition has a bounded ϵ-regular refinement, equitable when the initial partition is equitable

Statement

For every 0<ϵ<1 and k01 there is K=K(ϵ,k0) such that every partition P0 of a finite graph into at most k0 nonempty parts has an ϵ-regular refinement P into at most K parts. If P0 is equitable, P may also be chosen equitable.

Facts & Assumptions

Given: ϵ,k0, a finite graph, and a partition P0 as in the Statement.

[L1]

Every nonregular k-part partition has a refinement with at most k2k+1 parts and energy gain greater than ϵ5 (Every nonregular k-part partition has a refinement with energy gain greater than ϵ5 and at most k2k+1 parts).

[L2]

Energy is nondecreasing under refinement and at most 1 (Energy lies in [0,1] and cannot decrease under refinement).

[L3]

An equitable partition has part sizes differing by at most one; a partition is ϵ-regular when its irregular ordered pairs carry total weight at most ϵn2; and the empty family, the unique partition of the null graph, is equitable and ϵ-regular by convention (ϵ-regular vertex partitions, equitable partitions, and refinement).

[L4]

q(P)=n2A,BPABd(A,B)2, a sum over ordered pairs of parts with nonnegative weights AB/n2 and densities in [0,1] (The mean-square density, or energy, of a vertex partition).

[L5]

(X,Y) is ϵ-regular when every AX and BY with AϵX and BϵY satisfies d(A,B)d(X,Y)ϵ (ϵ-regular pairs and self-regular vertex sets).

Proof

technique · direct
1.1

Arbitrary refinement. Starting from P0, apply [L1] whenever the current partition is not ϵ-regular; each application raises the energy by more than ϵ5 and replaces the part-count bound k by k2k+1. By [L2] the energy lies in [0,1], so at most ϵ5 applications occur, and iterating that map ϵ5 times from k0 bounds the number of parts of the resulting ϵ-regular refinement of P0.

givenL1L2inductionalgebra
1.2

Constants for the equitable case. Put K0=k0, Kr+1=Krϵ52Kr+5, R=2ϵ5, and T=KR. Each factor is at least 1, so K0K1KR=T.

givenalgebrachoose
2.1

Small graphs. Assume P0 is equitable and n<T. The partition of V(G) into singletons refines P0, is equitable, and has n<T parts. It is ϵ-regular: the only subset of a singleton with at least ϵ times its size is the singleton itself, so every pair of singletons has density difference 0 in [L5]; for n=0 the convention in [L3] gives the same conclusion.

step 1.2L3L5
2.2

Equitisation. Let P be equitable with k parts, let R refine P with at most K=k2k+1 parts, put p=ϵ52k+5, and suppose kpn. Order V(G) so that each part of P is an interval and each cell of R is an interval inside its part, and cut each part X into p consecutive pieces of sizes X/p or X/p. Writing a=n/k and t=a/p1, the sizes X{a,a+1} force X/pt and X/pt+1, so every piece has size t or t+1 and the result P is an equitable refinement of P with exactly kp parts.

step 1.2L3algebraconstruct
3.1

Energy loss. Call a piece dirty when it is not contained in a single cell of R, and let D be the union of the dirty pieces. Each of the at most Kk boundaries between consecutive R-cells of one part lies in exactly one piece, so at most K pieces are dirty, each of size at most X/p2X/p4n/(kp); hence D4Kn/(kp)=2k+3n/pϵ5n/4. Let S be the common refinement of P and R. It refines R, so q(S)q(R) by [L2], while every clean piece is already a cell of S, so by [L4] the two energies agree except on ordered pairs with an entry inside D, which carry total weight at most 2D/n and squared densities in [0,1]. Therefore q(P)q(S)2D/nq(R)ϵ5/2.

step 2.2L2L4algebra
4.1

Iteration. Assume P0 is equitable with k0K0 parts and nT. Given an equitable Pr that refines P0, has krKr parts, and is not ϵ-regular, apply [L1] to get a refinement Rr with at most kr2kr+1 parts and energy gain more than ϵ5, then apply steps 2.2 and 3.1 with pr=ϵ52kr+5; the hypothesis krprn holds because krKr makes krprKr+1Tn. The result Pr+1 is equitable, refines Pr and hence P0, has kr+1=krprKr+1 parts, and satisfies q(Pr+1)>q(Pr)+ϵ5/2.

step 1.2step 2.2step 3.1L1induction
5.1

Since energy lies in [0,1] by [L2], it cannot gain ϵ5/2 at R=2ϵ5 successive rounds, so some Pr with r<R is ϵ-regular; it is equitable, refines P0, and has at most KrT parts.

step 4.1L2algebra
6.1

Let K be the larger of T and the bound supplied by step 1.1; both depend only on ϵ and k0. Step 1.1 proves the first assertion, and steps 2.1 and 5.1 prove the equitable assertion for n<T and for nT respectively.

step 1.1step 2.1step 5.1choose
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-16Open item page →

Every finite graph has a linearly large ϵ-self-regular vertex subset

Statement

For every 0<ϵ<1 there is δ=δ(ϵ)>0 such that every finite graph G with at least one vertex has a nonempty set WV(G) with WδV(G) and (W,W) is ϵ-regular. The hypothesis that G is nonempty cannot be dropped: ϵ-self-regularity is defined only for nonempty vertex sets.

Facts & Assumptions

Given: 0<ϵ<1 and a finite graph G with at least one vertex.

[L1]

For arbitrarily small parameters and prescribed minimum part counts, every sufficiently large graph has a bounded equitable regular partition (Szemerédi regularity lemma with an equitable partition and an explicit tower-type upper bound for graphs of order at least m0).

[L2]

A set W is ϵ-self-regular when every two subsets of W of size at least ϵW have density within ϵ of d(W,W) (ϵ-regular pairs and self-regular vertex sets).

Proof

technique · direct
1.1

Choose an integer sϵ3 and divide [0,1] into q=8/ϵ intervals of length at most ϵ/8. Repeated pigeonhole selection gives an integer R=R(q,s) such that every q-colouring of the pairs of an R-set has a monochromatic s-set: select successively a vertex and a colour occurring on at least a 1/q fraction of its remaining incident pairs, and take the initial set large enough for s selections.

givenchooseinduction
2.1

Choose ρ>0 much smaller than R2ϵ3, apply [L1] at parameter ρ and minimum part count much larger than R/ϵ, and let M be the resulting upper bound on the number of parts.

step 1.1L1choose
3.1

In the graph on the partition indices whose edges are the regular cross-pairs, fewer than 2ρk2 pairs are missing by equitability. If every R-set contained a missing pair, double-counting pairs inside R-sets would force at least (k2)/(R2) missing pairs, contrary to the choice of ρ. Hence there is an R-set of indices all of whose cross-pairs are ρ-regular.

step 2.1L1algebra
4.1

Colour those regular pairs by the interval containing their density. Step 1.1 supplies s parts V1,,Vs whose cross-densities all lie in one interval; let W=V1Vs. Since the partition is equitable and has at most M parts, Wsn/(2M).

step 1.1step 3.1choosealgebra
5.1

Let A,BW have size at least ϵW, and write Ai=AVi, Bj=BVj. Pairs with i=j, or with Ai<ρVi or Bj<ρVj, contribute at most 3/(ϵ2s)+4ρ/ϵ to the normalized density comparison.

step 2.1step 4.1algebra
6.1

On every remaining pair, regularity gives d(Ai,Bj)d(Vi,Vj)ρ, while the density colour in step 4.1 makes any two cross-densities differ by at most ϵ/8. Decomposing both d(A,B) and d(W,W) over the s2 pairs and using step 5.1 therefore gives d(A,B)d(W,W)ϵ by the choices of s and ρ.

step 4.1step 5.1L2algebra
7.1

For graphs large enough for [L1], steps 4.1 and 6.1 give an ϵ-self-regular W of size at least sn/(2M). For the finitely many smaller orders n1, a singleton is 0-self-regular and hence ϵ-self-regular. Shrinking δ to the minimum of s/(2M) and the reciprocals of those orders proves the Statement for every finite graph with at least one vertex.

step 2.1step 4.1step 6.1L1L2choose
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

Every finite graph has a bounded partition into self-regular vertex sets

Statement

For every 0<ϵ<1 there is K=K(ϵ) such that the vertex set of every finite graph can be partitioned into at most K sets, each of which is ϵ-self-regular.

Facts & Assumptions

Given: 0<ϵ<1 and a finite graph G.

[L1]

At every smaller regularity parameter, every finite graph with at least one vertex has a nonempty self-regular set containing a fixed positive fraction of its vertices (Every finite graph has a linearly large ϵ-self-regular vertex subset).

[L2]

Given ϵ<ϵ, sufficiently small vertex and edge changes preserve regularity with parameter ϵ (Regularity survives sufficiently small changes of vertices and cross-edges).

Proof

technique · direct
1.1

Apply [L2] with old parameter ϵ/2 and new parameter ϵ, and let τ>0 be a permitted relative vertex-change fraction. Let δ>0 be supplied by [L1] at parameter ϵ/2.

givenL1L2choose
2.1

Repeatedly apply [L1] to the graph induced by the vertices not yet chosen, stopping if that remainder is empty and otherwise removing an (ϵ/2)-self-regular set of at least a δ fraction of it. Choose a fixed r with (1δ)rτ/(1+τ). After at most r rounds, the unassigned remainder has size at most τ times the size of the union of the extracted sets.

step 1.1L1inductionalgebra
3.1

Distribute every remaining vertex among the at most r extracted sets proportionally to their sizes. For all sufficiently large graph orders, rounding can be absorbed by replacing τ in step 1.1 with a smaller constant, so no set grows by more than the vertex-change fraction allowed by [L2]. No old incidence among vertices of an extracted set is changed.

step 2.1L2choosealgebra
4.1

By [L2], every enlarged set is ϵ-self-regular. Empty and bounded exceptional graphs may instead be partitioned into singletons, increasing the uniform bound only by a constant; hence some K(ϵ) works for all finite graphs.

step 3.1L2induction
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-16Open item page →

Triangle counting lemma for three pairwise regular vertex sets

Statement

Let X,Y,Z be pairwise disjoint nonempty vertex sets such that all three cross-pairs are ϵ-regular. Write d(X,Y)=a,d(X,Z)=b,d(Y,Z)=c, and suppose a,b2ϵ. Then the number of ordered triples (x,y,z)X×Y×Z spanning a triangle is at least (12ϵ)(aϵ)(bϵ)(cϵ)XYZ. When c<ϵ, the right side is nonpositive and the inequality is interpreted literally.

Facts & Assumptions

Given: Three vertex sets satisfying the hypotheses in the Statement.

[L1]

In an ϵ-regular pair (X,Y) of density d, and for YY with YϵY, fewer than ϵX vertices xX have N(x)Y<(dϵ)Y, and separately fewer than ϵX have N(x)Y>(d+ϵ)Y (In a regular pair, fewer than ϵX vertices have too small a degree into a large subset, and fewer than ϵX have too large a degree).

[L2]

If (Y,Z) is ϵ-regular, then any subsets of sizes at least ϵY and ϵZ have density at least d(Y,Z)ϵ (ϵ-regular pairs and self-regular vertex sets).

Proof

technique · direct
1.1

By [L1], fewer than ϵX vertices have fewer than (aϵ)Y neighbours in Y, and fewer than ϵX have fewer than (bϵ)Z neighbours in Z. Thus at least (12ϵ)X vertices xX satisfy both lower bounds.

givenL1algebra
2.1

For each such x, put Yx=N(x)Y and Zx=N(x)Z. Since a,b2ϵ, step 1.1 gives YxϵY and ZxϵZ.

step 1.1algebra
3.1

By [L2], there are at least (cϵ)YxZx edges between Yx and Zx, and each produces a unique triangle (x,y,z).

step 2.1L2
4.1

Since a1 and a2ϵ, we have ϵ1/2, so 12ϵ0. If c<ϵ then cϵ<0 makes the claimed lower bound nonpositive, while the triangle count is nonnegative, so the inequality holds. If cϵ then cϵ0, so substituting the bounds Yx(aϵ)Y and Zx(bϵ)Z of step 1.1 into (cϵ)YxZx preserves the inequality of step 3.1; summing over the at least (12ϵ)X good choices of x gives exactly the claimed product bound.

step 1.1step 3.1algebra
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

Counting lemma: regular dense pairs contain many part-respecting copies of every fixed graph

Statement

Let H be a finite simple graph on labelled vertices [h], and let 0<η<1. There are constants γ=γ(H,η)>0, c=c(H,η)>0, and N=N(H,η) such that the following holds for every finite simple graph G. Let W1,,WhV(G) be nonempty, not necessarily distinct, with WiN. Whenever ijE(H), require WiWj and require (Wi,Wj) to be γ-regular in G of density at least η. Then at least ci=1hWi maps ϕ:[h]V(G) with ϕ(i)Wi carry every edge of H to an edge of G. At least half this many such maps are injective, after increasing N if necessary.

Facts & Assumptions

Given: H,η, a host graph G, and host sets WiV(G) satisfying the Statement.

[L1]

If (X,Y) is ϵ-regular of density d and YY satisfies YϵY, then fewer than ϵX vertices xX have N(x)Y<(dϵ)Y, and separately fewer than ϵX have N(x)Y>(d+ϵ)Y (In a regular pair, fewer than ϵX vertices have too small a degree into a large subset, and fewer than ϵX have too large a degree).

[L2]

Restricting a regular pair to sufficiently large subsets preserves regularity, with a controlled new parameter and density loss (Slicing lemma: large subpairs remain regular and their density shifts by at most ϵ).

[L3]

A finite simple graph has finitely many vertices, no loops, and unordered edges between distinct vertices (A finite simple graph is a finite vertex set together with a set of two-element vertex subsets).

Proof

technique · direct
1.1

If h=0 there is exactly one map ϕ:V(G), it is injective and carries every edge of H to an edge of G vacuously, and i=10Wi=1, so γ=c=1/2 and N=1 give both assertions; assume h1 from here. Put e=E(H). Choose γ>0 with γ(η/2)h/(2h); since h1 and 0<η<1 this also gives γ(η/2)h and γη/2. Set c=2h(η/2)e>0.

givenL3choose
2.1

Embed the vertices in the order 1,,h. After choosing images for 1,,r, maintain for each j>r the candidate set obtained by intersecting Wj with the neighbourhoods of the already embedded neighbours of j. The invariant is Cj(η/2)dr(j)Wj, where dr(j) is the number of neighbours of j among [r].

step 1.1induction
3.1

Suppose the invariant holds before embedding r+1, and let j>r+1 be a neighbour of r+1. The invariant and step 1.1 give Cj(η/2)hWjγWj, so Cj meets the size threshold [L1] asks of a subset of Wj inside the original γ-regular pair (Wr+1,Wj); no reslicing of that pair is needed for this bound, and [L2] confirms that the restricted pairs carried along remain regular. Write d for the density of (Wr+1,Wj), so dη. Applying [L1] to this one subset Cj, fewer than γWr+1 vertices of Wr+1 have fewer than (dγ)Cj neighbours in Cj, and (dγ)Cj(ηγ)Cj(η/2)Cj because γη/2. This is a bound for the single subset Cj, giving one exceptional set for each neighbour of r+1.

step 1.1step 2.1L1L2
4.1

The union of the at most h exceptional sets of step 3.1 has size at most hγWr+112(η/2)hWr+112Cr+1, so at least half of Cr+1 survives; note that the exceptional sets are measured against Wr+1, not against Cr+1. Every remaining choice preserves the invariant after replacing each future-neighbour candidate set by its neighbourhood. Vertex v is therefore chosen from a set of size at least 12(η/2)dv1(v)Wv, and vdv1(v)=e because each edge is counted once, at its later endpoint. Thus the greedy induction supplies at least 2h(η/2)eiWi=ciWi edge-preserving maps.

step 1.1step 2.1step 3.1inductionalgebra
5.1

A noninjective map identifies at least one pair i<j and hence there are at most (h2)N1iWi collision choices. Choose N so that this is at most (c/2)iWi whenever all WiN.

step 4.1L3algebrachoose
6.1

Removing these collision maps leaves at least (c/2)iWi injective part-respecting copies of H.

step 4.1step 5.1
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-16Open item page →

Induced counting lemma: regular edge and nonedge pairs force many induced copies

Statement

Let H be a graph on labelled vertices [h] and let 0<η<1/2. There are γ=γ(H,η)>0, c=c(H,η)>0, and N=N(H,η) such that the following holds. Let W1,,Wh be vertex sets of size at least N, with repetitions allowed. Assume every (Wi,Wj), including those with Wi=Wj, is γ-regular. If d(Wi,Wj)ηfor ijE(H),d(Wi,Wj)1ηfor ijE(H), then there are at least ciWi injective maps ϕ with ϕ(i)Wi that induce H.

Facts & Assumptions

Given: H,η and regular host sets as in the Statement.

[L1]

Regular dense pairs support a greedy count of many part-respecting injective edge-preserving maps of any fixed graph (Counting lemma: regular dense pairs contain many part-respecting copies of every fixed graph).

[L2]

For disjoint sets, complementation preserves the regularity parameter and replaces density d by 1d (Complementation sends a disjoint ϵ-regular pair of density d to one of density 1d).

[L3]

An induced embedding is injective and preserves both adjacency and nonadjacency; its labelled count is indH(G) (Induced embeddings and induced copies of a graph, The induced-embedding count indH(G)).

Proof

technique · direct
1.1

Colour each unordered pair ij of pattern vertices by whether it is an edge or a nonedge of H. On an edge pair retain adjacency in the host; on a nonedge pair regard nonadjacency as the required relation.

givenL3
2.1

If Wi and Wj are disjoint, [L2] turns the latter relation into a γ-regular pair of complementary density at least η. If the host sets coincide or overlap, the same conclusion for candidate degrees follows directly from the defining regularity inequalities: replace each density d(A,B) by the proportion of distinct ordered pairs in A×B that are nonedges. For candidate sets AWi and BWj the coinciding pairs number AB, so this replacement changes the proportion by at most AB/(AB)1/max(A,B) — a bound in the current candidate sizes, not in miniWi, since candidate sets shrink as the greedy argument proceeds.

step 1.1L2algebra
3.1

Choose γ small enough for the greedy argument underlying [L1] with density threshold η/2 and all (h2) coloured constraints, and let ρ=ρ(H,η)>0 be the fraction of its host set that every candidate set provably retains throughout that argument, so that every candidate set met in step 2.1 has size at least ρN. Choose N large enough that 1/(ρN)<η/4; then the diagonal error of step 2.1 stays below η/4 at every stage.

step 2.1L1choose
4.1

Run that greedy proof with the required relation for each pair. At each stage the typical-degree exclusions occupy only a controlled fraction of the current candidate set, so at least c0iWi relation-preserving maps remain for a constant c0=c0(H,η)>0.

step 3.1L1induction
5.1

At most (h2)N1iWi of these maps have a collision. Enlarge N so this is below c0iWi/2 and put c=c0/2.

step 4.1algebrachoose
6.1

Every surviving map is injective and realizes adjacency exactly on the edges of H, so it is an induced embedding by [L3]. This proves the claimed bound.

step 1.1step 5.1L3
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

Graph edit distance and being ϵ-far from an induced-hereditary property

Definition

For two finite simple graphs G,G on the same vertex set, their edit distance is dist(G,G):=E(G)E(G), the number of unordered vertex pairs whose adjacency must be changed to turn G into G. If G has order n and P is a hereditary graph property (Hereditary graph classes), then G is ϵ-far from P when dist(G,G)ϵn2 for every graph GP on V(G). Edits may delete edges or add nonedges.

TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-16Open item page →

Graph removal lemma for a fixed ordinary subgraph

Statement

For every finite simple graph H and every ϵ>0 there are δ>0 and n0 such that the following holds. If a graph G of order nn0 has fewer than δnV(H) injective edge-preserving maps from H to G, then one can delete fewer than ϵn2 edges from G and obtain an H-free graph.

Facts & Assumptions

Given: A fixed graph H, a parameter ϵ>0, and a sufficiently large graph G.

[L1]

For every 0<γ<1 and every prescribed m01 there is M=M(γ,m0) such that every graph of order nM has an equitable γ-regular vertex partition into k parts with m0kM (Szemerédi regularity lemma with an equitable partition and an explicit tower-type upper bound for graphs of order at least m0).

[L2]

For fixed H, regular pairs of density bounded below contain a positive product-proportion of injective part-respecting copies of H (Counting lemma: regular dense pairs contain many part-respecting copies of every fixed graph).

[L3]

A finite simple graph has no loops or multiple edges, so deleting an edge changes one unordered vertex pair (A finite simple graph is a finite vertex set together with a set of two-element vertex subsets).

Proof

technique · contraposition
1.1

We prove the contrapositive. Put h=V(H), choose 0<η<1 with ηϵ, then choose a regularity parameter 0<γ<η small enough for [L2], so 0<γ<1 as [L1] requires. Set m0=8/ϵ and require n0max(M(γ,m0),8/ϵ). Apply [L1] at γ with minimum part count m0, obtaining an equitable γ-regular partition into k parts with m0kM.

contrapositive-reducegivenL1L2choose
2.1

From G delete every edge inside a partition part, every edge across a γ-irregular pair, and every edge across a regular pair of density below η. Call the resulting graph G.

step 1.1choose
3.1

Equitability bounds the within-part deletions by iVi2nmaxiVin(n/k+1)=n2/k+n, and km08/ϵ together with nn08/ϵ make this at most ϵn2/4 by [L1]; γ-regularity bounds the irregular-pair deletions by γn2; and the low-density pairs contribute at most ηn2. Choose γ,η so that γ+η<ϵ/2. Hence fewer than ϵn2 edges were deleted, each changing one unordered vertex pair by [L3].

step 1.1step 2.1L1L3algebra
4.1

Assume that fewer than ϵn2 deletions cannot make G H-free. Then G contains a copy of H. Assign to each vertex of H the partition part containing its image. Every edge of H lies across a γ-regular pair of density at least η.

assume-hypstep 2.1step 3.1
5.1

Apply [L2] to those assigned parts. Since each has size at least n/(2M) for the fixed regularity bound M, the original graph contains at least ci=1hWic(2M)hnh injective copies of H. Put δ=c(2M)h.

step 4.1L2algebra
6.1

Thus every graph requiring at least ϵn2 edge deletions contains at least δnh copies of H, which is the contrapositive of the Statement.

step 1.1step 5.1discharge-contrapositive
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

Equitable strong regularity lemma: a very regular refinement that changes energy only slightly

Statement

Let ϵ0ϵ1ϵ2>0 and let m01. There is M=M((ϵi),m0) such that every finite graph G with V(G)m0 has equitable partitions P,Q satisfying

  1. Q refines P;
  2. P is ϵ0-regular;
  3. Q is ϵP-regular;
  4. q(Q)q(P)+ϵ0; and
  5. m0P and QM.

Facts & Assumptions

Given: A nonincreasing positive sequence (ϵi)i0, an integer m01, and a finite graph G of order nm0.

[L1]

For every 0<ϵ<1 and k01 there is K(ϵ,k0) such that every partition into at most k0 nonempty parts has an ϵ-regular refinement into at most K parts, which may be chosen equitable when the given partition is equitable (A prescribed finite vertex partition has a bounded ϵ-regular refinement, equitable when the initial partition is equitable).

[L2]

For every 0<ϵ<1 and m01 there is M0(ϵ,m0) such that every graph of order at least M0 has an equitable ϵ-regular partition into k parts with m0kM0 (Szemerédi regularity lemma with an equitable partition and an explicit tower-type upper bound for graphs of order at least m0).

[L3]

Energy is nondecreasing under refinement and lies in [0,1] (Energy lies in [0,1] and cannot decrease under refinement).

[L4]

An equitable partition has part sizes differing by at most one, and a partition is ϵ-regular when its irregular ordered pairs carry total weight at most ϵn2 (ϵ-regular vertex partitions, equitable partitions, and refinement).

[L5]

(X,Y) is ϵ-regular when every AX and BY with AϵX and BϵY satisfies d(A,B)d(X,Y)ϵ (ϵ-regular pairs and self-regular vertex sets).

Proof

technique · direct
1.1

If ϵϵ then every ϵ-regular pair is ϵ-regular, because the subsets tested at parameter ϵ are among those tested at ϵ; by [L4] the same monotonicity passes to partitions. So replacing each ϵi by min(ϵi,1/2) keeps the sequence positive and nonincreasing and only strengthens every conclusion, and we may assume ϵi<1 for all i. Let M0=M0(ϵ0,m0) be the constant of [L2].

givenL2L4L5choose
2.1

Small graphs. Suppose m0n<M0 and let P=Q be the partition of V(G) into singletons. It refines itself, is equitable, and has nm0 parts. The only subset of a singleton of size at least ϵ times its size is the singleton itself, so by [L5] every pair of singletons is ϵ-regular for every ϵ>0, giving conclusions 2 and 3; and q(Q)=q(P) gives conclusion 4.

step 1.1L4L5
2.2

Large graphs. Suppose nM0. Use [L2] to choose an equitable ϵ0-regular partition P0 with m0P0M0. Having constructed Pi, apply [L1] to Pi with parameter ϵPi to choose an equitable refinement Pi+1 that is ϵPi-regular.

step 1.1L1L2inductionchoose
3.1

Each part count is bounded by a function of the preceding one and the fixed sequence, so for every fixed number of stages all Pi are bounded independently of G. A refinement has at least as many parts as the partition it refines, so PiP0m0 for every i.

step 2.2L1induction
3.2

Set R=1/ϵ0+1. If q(Pi+1)>q(Pi)+ϵ0 for every i<R, telescoping would give q(PR)>1, contrary to [L3]. Hence some i<R satisfies q(Pi+1)q(Pi)+ϵ0; put P=Pi and Q=Pi+1.

step 2.2L3algebrachoose
4.1

Step 2.2 supplies refinement, equitability, and ϵP-regularity of Q. Also P is ϵ0-regular: this holds for P0 by construction, and every later Pi is ϵPi1-regular with ϵPi1ϵ0, which gives ϵ0-regularity by step 1.1. Step 3.1 gives Pm0 and step 3.2 the energy bound.

step 1.1step 2.2step 3.1step 3.2algebra
5.1

Let M be the largest of M0 and the recursively obtained part-count bounds through stage R. Step 2.1 settles n<M0 and steps 3.1 and 4.1 settle nM0, so in both cases QM and all five conclusions hold.

step 2.1step 3.1step 4.1
LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-16Open item page →

A small energy increment makes fine-pair densities close to their coarse densities almost everywhere

Statement

Let Q refine a vertex partition P of an n-vertex graph. For x,yV(G), let Px,Py be their P-parts and Qx,Qy their Q-parts. If q(Q)q(P)ϵ3, then fewer than or equal to ϵn2 ordered pairs (x,y) satisfy d(Qx,Qy)d(Px,Py)>ϵ.

Facts & Assumptions

Given: Partitions and a parameter satisfying the Statement.

[L1]

Energy is the weighted mean square of part-pair densities, and refinement cannot lower it (The mean-square density, or energy, of a vertex partition, Energy lies in [0,1] and cannot decrease under refinement).

[L2]

For a nonnegative finite random variable X and a>0, Markov's inequality gives Pr(Xa)EX/a (Markov's inequality on a finite probability space).

Proof

technique · direct
1.1

Choose an ordered vertex pair (x,y) uniformly and set ZP=d(Px,Py) and ZQ=d(Qx,Qy). On each coarse pair, double-counting gives E(ZQPx,Py)=ZP.

givenL1algebra
2.1

Expanding the square and using the conditional identity in step 1.1 gives E((ZQZP)2)=E(ZQ2)E(ZP2)=q(Q)q(P)ϵ3.

step 1.1L1algebra
3.1

Apply [L2] to (ZQZP)2 with threshold ϵ2. The probability that ZQZP>ϵ is at most ϵ3/ϵ2=ϵ.

step 2.1L2algebra
4.1

Multiplying this probability by the n2 ordered vertex pairs proves the asserted exceptional-pair bound.

step 3.1algebra
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-16Open item page →

Strong regularity with linearly large representative subsets and no irregular representative pair

Statement

Let ϵ0>0, let ϵ1ϵ2>0, and let k01. There are K and δ>0 such that every finite graph G of order at least k0 has an equitable partition V(G)=V1Vk,k0kK, and nonempty subsets WiVi with WiδV(G) such that

  1. every pair (Wi,Wj), including i=j, is ϵk-regular; and
  2. for all but at most ϵ0k2 ordered pairs (i,j), d(Wi,Wj)d(Vi,Vj)ϵ0.

Facts & Assumptions

Given: ϵ0, a nonincreasing positive sequence, an integer k01, and a finite graph G of order nk0.

[L1]

For any prescribed minimum coarse part count m0, strong regularity produces equitable partitions P,Q of any graph of order at least m0 with Q refining P, P being ϵ0-regular with m0P, Q being ϵP-regular, q(Q)q(P)+ϵ0, and Q bounded (Equitable strong regularity lemma: a very regular refinement that changes energy only slightly).

[L2]

A small energy increment makes almost all fine-pair densities close to their coarse densities (A small energy increment makes fine-pair densities close to their coarse densities almost everywhere).

[L3]

Every finite graph with at least one vertex contains a nonempty linearly large self-regular subset at any prescribed parameter (Every finite graph has a linearly large ϵ-self-regular vertex subset).

[L4]

Large restrictions of regular pairs stay regular and have nearby density (Slicing lemma: large subpairs remain regular and their density shifts by at most ϵ).

[L5]

If a nonnegative integer-valued random variable has expectation below 1, some outcome makes it zero (The first-moment method for avoiding or forcing a finite count of bad events).

Proof

technique · constructive
1.1

Apply [L1] with minimum coarse part count m0=k0, coarse parameter much smaller than ϵ03, and fine parameter, at a coarse part count k, much smaller than ϵk after slicing. This is legitimate because nk0. Obtain equitable P={V1,,Vk} with k0kK and a fine equitable refinement Q.

givenL1chooseconstruct
2.1

By [L2], the total ordered vertex-pair weight of fine pairs whose density differs from their coarse pair by more than ϵ0/2 is at most a chosen constant below ϵ02. The fine partition has bounded order.

step 1.1L2algebra
3.1

Independently for each i, choose a fine atom UiVi with probability proportional to its size. Choose the parameters so that the expected number I of nonregular selected ordered pairs is below 1/4, while the expected number D of pairs with d(Ui,Uj)d(Vi,Vj)>ϵ0/2 is below ϵ0k2/4.

step 1.1step 2.1algebra
4.1

Inside every selected atom Ui, apply [L3] at a much smaller parameter and obtain WiUi of size at least a fixed fraction of Ui. Because both partition orders are bounded and equitable, there is a uniform δ>0 with Wiδn.

step 3.1L3choose
4.2

Let X=I+1{D>ϵ0k2}. Since 1{D>ϵ0k2}D/(ϵ0k2), step 3.1 gives EX<1/2. By [L5] there is a selection with X=0: it has no irregular selected pair and at most ϵ0k2 density failures.

step 3.1L5algebrachoose
5.1

On every fine-regular selected cross-pair, [L4] makes (Wi,Wj) ϵk-regular and changes its density by at most ϵ0/2. Each diagonal pair is ϵk-regular by the self-regular choice in step 4.1.

step 3.1step 4.1L4algebra
6.1

For that selection, step 5.1 gives regularity for every representative pair, while step 4.2 gives the density-approximation exception bound. Step 4.1 gives the common linear lower bound and makes each Wi nonempty, and step 1.1 gives k0kK, completing the construction.

step 4.1step 5.1step 4.2discharge-construct
RemarkRemark: Literature-sourcedProof: Not applicableaudited 2026-08-16Open item page →

Ordinary regularity gives tower upper bounds; strong regularity gives wowzer upper bounds only when the regularity sequence depends on the coarse part count

Remark

The energy-increment proof of ordinary regularity in Szemerédi regularity lemma with an equitable partition and an explicit tower-type upper bound for graphs of order at least m0 iterates an exponential part-count recurrence only a bounded number of times and therefore gives a tower-type upper bound. The proof of Equitable strong regularity lemma: a very regular refinement that changes energy only slightly repeatedly invokes ordinary regularity at parameters indexed by an already enormous partition size, so when the regularity sequence genuinely depends on the coarse part count the nested iteration gives a wowzer-type upper bound. That dependence is what Induced graph removal lemma for a fixed graph does not need: the parameter it requires of its representative pairs comes from Induced counting lemma: regular edge and nonedge pairs force many induced copies and depends only on the pattern and the density threshold, so a constant sequence suffices, the nesting collapses to boundedly many applications at one fixed parameter, and the bound stays tower-type. These are upper bounds delivered by the displayed proofs, not claims of optimality.

TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-16Open item page →

Induced graph removal lemma for a fixed graph

Statement

For every finite graph H and every ϵ>0 there are δ>0 and n0 such that every graph G of order nn0 satisfying indH(G)<δnV(H) can be changed into an induced-H-free graph by adding or deleting fewer than ϵn2 edges. Equivalently, every graph that is ϵ-far from being induced-H-free contains at least δnV(H) labelled induced copies of H.

Facts & Assumptions

Given: A fixed graph H, ϵ>0, and a sufficiently large graph G.

[L1]

For any prescribed minimum part count k0, every graph of order at least k0 has an equitable partition into k parts with k0kK, carrying nonempty representative subsets WiVi of size at least δn, such that every representative pair, including self-pairs, is very regular and all but at most ϵ0k2 ordered representative densities approximate their coarse densities (Strong regularity with linearly large representative subsets and no irregular representative pair).

[L2]

Regular pairs whose edge and nonedge densities stay away from the wrong extremes force a positive product-proportion of induced embeddings of H (Induced counting lemma: regular edge and nonedge pairs force many induced copies).

[L3]

Edit distance counts added and deleted adjacencies, and ϵ-far means that every graph in the target hereditary property is at distance at least ϵn2 (Graph edit distance and being ϵ-far from an induced-hereditary property).

[L4]

The number indH(G) counts labelled induced embeddings of H in G (The induced-embedding count indH(G)).

Proof

technique · contraposition
1.1

We prove the equivalent far-from-free formulation. Choose 0<ηϵ, require n08/ϵ, and apply [L1] with minimum part count k0=8/ϵ and with density-approximation error and regularity sequence small enough for [L2]. Write the resulting coarse parts as V1,,Vk, so that k8/ϵ, and the representatives as W1,,Wk.

contrapositive-reducegivenL1L2choose
2.1

Construct G from G as follows for every unordered coarse pair, allowing a pair with equal indices. If d(Wi,Wj)<η, delete all corresponding edges; if d(Wi,Wj)>1η, add all corresponding nonedges; otherwise leave those adjacencies unchanged.

step 1.1choose
3.1

For every coarse pair whose representative and coarse densities differ by at most the approximation error, the number of edits is at most (η+o(1))ViVj. Exceptional pairs have total count at most o(k2), and equitability controls their weight. The diagonal pairs are edited without any density control, but equitability bounds their total contribution by iVi2nmaxiVin(n/k+1)=n2/k+n, which the choices k8/ϵ and nn08/ϵ of step 1.1 make at most ϵn2/4. The choices in step 1.1 therefore make dist(G,G)<ϵn2.

step 1.1step 2.1L1L3algebra
4.1

Assume that G is ϵ-far from induced-H-free. Then [L3] and step 3.1 imply that G contains an induced copy of H. For each pattern vertex a, let i(a) be the coarse part containing its image. Repetitions among the indices are allowed.

assume-hypstep 3.1L3choose
5.1

If abE(H), the cleaning rule and the edge of this copy imply d(Wi(a),Wi(b))η. If abE(H), its nonedge implies d(Wi(a),Wi(b))1η. Every such representative pair is regular, including when i(a)=i(b), by [L1].

step 2.1step 4.1L1
6.1

Apply [L2] to Wi(1),,Wi(h). Since every representative has size at least ρn for a constant ρ>0, the original graph G contains at least ca=1hWi(a)cρhnh induced embeddings of H. Set δ=cρh.

step 5.1L2L4algebra
7.1

Thus every ϵ-far graph has at least δnh induced copies. This is the contrapositive, and hence proves both formulations in the Statement.

step 1.1step 6.1discharge-contrapositive

5 · Examples, counterexamples and false statements

None yet.

Sources

Standard references

Recommended treatments; not extraction sources.