Alphabeta Math
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.

9 results · all verified · 6 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 3 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Generalized Niceness and Reduction Outcomes

1 · Prerequisites

2 · Summary

This draft page follows the Section 3 reduction route recorded in the batch-15 scaffold. It first defines generalized niceness, then isolates the blockade thinning and anticonnected-blockade bridge steps that turn the generalized-nice blockade outcome into either a complete blockade or a wonderful blockade with small support.

The second half packages the three reduction layers used in the source: the four-outcome reduction from a single restricted graph, the three-outcome reduction after the almost-pure-pair extraction, and the final iterative restricted-sparsification step that pushes a constant restriction scale down to an arbitrary target scale.

3 · Logical flowchart

4 · Definitions, theorems and proofs

DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-09-04Open item page →

Generalized nice finite graph families

Definition

Let F be a finite family of finite graphs, and write

F:={H:HF}

for the family of complements (Graph isomorphisms, automorphisms and graph complements).

We say that F is generalized nice if there exist real constants

c13,c28,c3,c4,c5,c8>0,c61,c74

such that for every F-free graph G (H-free and F-free graphs under the induced-subgraph convention) and every ϵ(0,12), at least one of the following holds:

  1. G has an (ϵ1,ϵc1G)-blockade (Blockades, their length, their width, and their support) whose distinct block pairs are either complete or weakly ϵc2-sparse (Sparsity of one vertex set to another, and weak sparsity of a pair);
  2. G has a clique or stable set of size at least (ϵc3G)c4 (Cliques, stable sets, the clique number ω(G) and stability number α(G));
  3. G has a complete or anticomplete (k,G/kc5)-blockade with kϵc6; or
  4. G has an ϵc7-restricted induced subgraph of size at least ϵc8G (c-sparse, c-dense and c-restricted vertex sets).

This is the Section 3 replacement for the earlier "nice" condition: the first alternative still produces a long blockade, but the other three alternatives already package the three reduction outcomes that will be iterated later on the page.

LemmaStatement: Literature-sourcedProof: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-04Open item page →

A complete-or-weakly-sparse blockade can be thinned to equal subblocks with directional sparsity

Statement

Let a0, let ϵ(0,14], and let

A=(A1,,A)

be a blockade in a graph G with =ϵ1 and width at least m>0. Assume that every distinct pair (Ai,Aj) is either complete or weakly ϵa-sparse. Then there is a subblockade

D=(D1,,D)

such that:

  1. DiAi and Di=ϵm for every i[];
  2. if (Ai,Aj) is complete, then (Di,Dj) is complete; and
  3. if (Ai,Aj) is weakly ϵa-sparse, then Di is ϵa5-sparse to Dj and Dj is ϵa5-sparse to Di.

Facts & Assumptions

Given: The blockade A=(A1,,A) with =ϵ1, width at least m, and the complete or weakly ϵa-sparse hypothesis on each distinct pair of blocks.

[L1]

A weakly c-sparse ordered pair (X,Y) satisfies eG(X,Y)cXY by definition (Sparsity of one vertex set to another, and weak sparsity of a pair).

[L2]

A complete pair stays complete after passing to subsets (Edges between disjoint vertex sets; complete, anticomplete, pure and mixed pairs).

[L3]

Expectation is linear for finite families of random variables, without an independence hypothesis (Expectation is linear for every finite family of random variables, without any independence hypothesis).

[L4]

The probability of a finite union of events is at most the sum of their probabilities (The finite union bound).

Proof

Proof technique: use finite averaging to choose equal ambient blocks with controlled edge counts, then delete vertices that are too heavy against the chosen ambient blocks.

1.1

Put n:=m and s:=ϵn. Since every Ai is an integer at least m, one has nAi. Choose independently and uniformly an n-element subset XiAi for each i. For a weakly ϵa-sparse pair (Ai,Aj), finite double counting and [L3] give EeG(Xi,Xj)=eG(Ai,Aj)n2AiAjϵan2. Consequently the probability that eG(Xi,Xj)>ϵa2n2 is less than ϵ2: on that event the nonnegative edge count already exceeds the threshold, so its expectation is greater than the threshold times the event probability. There are at most (2) relevant pairs, and (2)ϵ2<1+ϵ2<1 because =ϵ1<ϵ1+1. By [L4], some simultaneous choice of the Xi therefore satisfies eG(Xi,Xj)ϵa2n2 for every weakly sparse pair. Complete pairs remain complete by [L2]. Fix such a choice.

givenL1L2L3L4choosealgebra
2.1

We choose D1,,D successively, always requiring DiXi and Di=s. Suppose that D1,,Di1 have already been chosen. For each pi with (Ap,Ai) weakly ϵa-sparse, let CpXi consist of the vertices having more than ϵa4n neighbours in Dp when p<i, or more than ϵa4n neighbours in Xp when p>i. In either case step 1.1 gives eG(Xi,Dp)eG(Xi,Xp)ϵa2n2, so Cp<ϵ2n. Since 1<ϵ1, the union of the forbidden sets has fewer than ϵn vertices and therefore at most s1 vertices. Thus at least ns+1s vertices survive: indeed sn/4 and 2n/4n+1. Choose Di to be any s survivors.

step 1.1L1choosealgebra
3.1

Let (Ai,Aj) be weakly ϵa-sparse, and assume i<j. When Di was chosen, the index j was still future, so every vertex of Di has at most ϵa4n neighbours in Xj, hence at most that many in Dj. When Dj was chosen, every vertex of Dj was required to have at most ϵa4n neighbours in Di. Since sϵn, ϵa4nϵa5s. Therefore Di is ϵa5-sparse to Dj and Dj is ϵa5-sparse to Di.

step 2.1algebra
4.1

If (Ai,Aj) is complete, then (Di,Dj) is complete by [L2] because DiAi and DjAj. Together with step 3.1, this proves that D=(D1,,D) has all the required properties. ∎

LemmaStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-09-04Open item page →

A complete-or-weakly-sparse blockade yields a complete subblockade or an anticonnected thinning

Statement

Let ϵ(0,14], let =ϵ1, and let

D=(D1,,D)

be a blockade in a graph G such that all blocks have the same size q>1 and every distinct pair (Di,Dj) is either complete or mutually η-sparse. Then one of the following holds:

  1. G contains a complete (,q/2)-blockade; or
  2. there exist anticonnected subsets BiDi with Bi=q/ for all i[] such that every distinct pair (Bi,Bj) is either complete or mutually (η)-sparse.

Facts & Assumptions

Given: The blockade D=(D1,,D) of common block size q>1 and the complete or mutually η-sparse hypothesis on each distinct pair.

[L1]
[L2]

An anticonnected component is, by definition, an inclusion-maximal anticonnected induced subgraph (Anticonnected graphs and anticonnected components).

Proof

technique · inspect each block's anticonnected components
1.1

Suppose some block Di has no anticonnected component of size at least q/. Partition the anticonnected components of G[Di] into a minimum number of nonempty unions S0,,Sr, each of size less than q/, ordered so that S0Sr. Since the unions cover Di and each has size less than q/, one has r+1>. Minimality implies St1+Stq/ for every t1, for otherwise those two unions could be merged. Hence Stq/(2)q/2 for every t1, because 2. Distinct anticonnected components are complete to one another by [L1], so distinct unions of them are also complete to one another. Therefore S1,,S form a complete (,q/2)-blockade, proving outcome 1.

givenchooseL1algebra
2.1

We may therefore assume that every Di has an anticonnected component Ci of size at least q/. By [L2], the complement G[Ci] is connected. Choose a spanning tree of G[Ci], and repeatedly delete leaves until exactly q/ vertices remain. The remaining tree is connected, so the induced subgraph of G[Ci] on those vertices is connected as well. Calling that vertex set Bi, we have BiCi, Bi=q/, and G[Bi] anticonnected.

step 1.1chooseL2
3.1

If (Di,Dj) is complete, then (Bi,Bj) is complete because BiDi and BjDj. If (Di,Dj) is mutually η-sparse, every vertex of Bi has at most ηDj=ηq neighbours in Dj, hence at most ηqηBj neighbours in Bj because Bjq/; the same argument with i and j exchanged gives the reverse direction. Thus every noncomplete pair is mutually (η)-sparse.

step 2.1algebra
4.1

Step 1.1 yields outcome 1, while steps 2.1 and 3.1 yield outcome 2. Therefore one of the two stated outcomes holds.

step 1.1step 2.1step 3.1
LemmaStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-09-04Open item page →

A wonderful anticonnected complete-or-sparse blockade yields a restricted subgraph or a large anticomplete pair

Statement

Let F be a wonderful finite family, and let a6 be a witness for wonderfulness. Let y(0,12) and let G be a y-sparse F-free graph. Suppose that

B=(B1,,B)

is a blockade in G such that:

  1. ya;
  2. all blocks have the same size w;
  3. every block Bi is anticonnected;
  4. every distinct pair (Bi,Bj) is either complete or mutually ya-sparse;
  5. the support satisfies V(B)yG.

Then one of the following holds:

  1. G has a y4-restricted induced subgraph with at least w vertices; or
  2. there exist disjoint sets X,YV(G) with X=w, Y(14y)G, and Y anticomplete to X.

Facts & Assumptions

Given: The wonderful family F, its witness exponent a, the parameter y, the y-sparse graph G, and the blockade B=(B1,,B) satisfying hypotheses 1-5.

[L1]

The definition of wonderfulness applied to B yields either a y4-restricted induced subgraph of size at least w, or an index i[] such that at most yG vertices in V(G)V(B) have between 1 and Bi/21 neighbours in Bi (Wonderful finite graph families).

[L2]

A y-sparse graph has maximum degree at most yG on its full vertex set (c-sparse, c-dense and c-restricted vertex sets).

[L3]

A pair is anticomplete exactly when it has no cross-edges (Edges between disjoint vertex sets; complete, anticomplete, pure and mixed pairs).

Proof

Proof technique: apply wonderfulness and then count the outside vertices that still see a chosen block.

1.1

Apply [L1] to the blockade B. If it yields a y4-restricted induced subgraph on at least w vertices, then outcome 1 of the present lemma holds immediately.

L1given
2.1

We may therefore assume that [L1] yields an index i[] for which at most yG vertices outside V(B) are mixed on Bi. Let M be that exceptional set of mixed outside vertices. Every outside vertex with a neighbour in Bi but not in M has at least Bi/2 neighbours in Bi. Since every vertex of Bi has total degree at most yG by [L2], the number of outside vertices with at least Bi/2 neighbours in Bi is at most 2yG.

step 1.1L2algebra
3.1

Let Y be the set of vertices in V(G)V(B) that have no neighbours in Bi, and let X:=Bi. By step 2.1, YGV(B)M2yGGyGyG2yG=(14y)G. By construction there are no edges between X and Y, so [L3] gives that Y is anticomplete to X. Because all blocks have size w, we also have X=Bi=w. Thus outcome 2 holds.

givenstep 2.1L3algebra
4.1

Steps 1.1 and 3.1 prove that one of the two stated outcomes must occur.

step 1.1step 3.1
LemmaStatement: Literature-sourcedProof: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-04Open item page →

Generalized niceness yields four reduction outcomes

Statement

Let F be a generalized nice, leaf-reducible, wonderful finite family of graphs. Then there exist constants a1,a2,a5>0 and a3a44 such that for every y(0,12) and every y-restricted F-free graph G, at least one of the following holds:

  1. G has a clique or stable set of size at least (ya1G)a2;
  2. G has a ya4-restricted induced subgraph with at least ya3G vertices;
  3. G has a complete or anticomplete (k,G/ka3)-blockade with ky1; or
  4. there exist disjoint sets X,YV(G) with Xya3G,Y(1a5y)G, and Y complete or anticomplete to X.

Facts & Assumptions

Given: A generalized nice, leaf-reducible, wonderful finite family F, a parameter y(0,12), and a y-restricted F-free graph G.

[L1]

Generalized niceness supplies constants c13, c28, c3,c4,c5,c8>0, c61, and c74 with the four alternatives in Generalized nice finite graph families.

[L2]

Leaf-reducibility supplies constants d>0 and h1 such that every y-sparse F-free graph yields either a large anticomplete pair or a deeper restricted induced subgraph (Leaf-reducible families yield a large anticomplete pair or a deeper restricted induced subgraph).

[L4]

Wonderfulness supplies an exponent a6 as in Wonderful finite graph families.

[L5]

A complete-or-weakly-sparse blockade can be thinned to equal-sized subblocks with directional sparsity (A complete-or-weakly-sparse blockade can be thinned to equal subblocks with directional sparsity).

[L6]

Such an equal-sized blockade either contains a complete subblockade or can be thinned further to anticonnected subblocks (A complete-or-weakly-sparse blockade yields a complete subblockade or an anticonnected thinning).

[L7]

A wonderful anticonnected blockade with small support yields either a y4-restricted induced subgraph or a large anticomplete pair (A wonderful anticonnected complete-or-sparse blockade yields a restricted subgraph or a large anticomplete pair).

Proof

technique · separate the complement-sparse branch from the sparse branch, then resolve the blockade branch by thinning and wonderfulness
1.1

Fix constants from [L1], [L2], and [L4], and set a1:=ac3, a2:=c4, a4:=4, a5:=h+4, and a3:=max{a(c1+5),ac8,c5,4d+1}. These choices depend only on F.

L1L2L4choose
2.1

If Gya3, then any one-vertex induced subgraph of G is y4-restricted and has size at least ya3G. So outcome 2 holds.

step 1.1givenalgebra
2.2

Suppose G is y-sparse. Apply [L2] to the family F inside G with the parameter b=4. Either G has a y4-restricted induced subgraph of size at least y4d+1G, or there are disjoint sets X,YV(G) with Xy4d+1G, Y(1hy)G, and Y anticomplete to X in G. By [L3], the restricted induced subgraph is also y4-restricted in G, and the anticomplete pair in G is a complete pair in G. Since a34d+1 and a5h, this gives outcome 2 or outcome 4 in G.

L2L3step 1.1givenalgebra
2.3

We may therefore assume that G itself is y-sparse. Put ϵ:=ya, where a is the witness from [L4]. Because G is F-free, [L1] applies to G and ϵ. If [L1] produces a clique or stable set of size (ϵc3G)c4, then this is exactly outcome 1 by the choice a1=ac3 and a2=c4. If [L1] produces a complete or anticomplete (k,G/kc5)-blockade with kϵc6, then ky1 because c61, and G/kc5G/ka3 because a3c5, so outcome 3 holds. If [L1] produces an ϵc7-restricted induced subgraph of size at least ϵc8G, then ϵc7y4 and ϵc8=yac8ya3, so outcome 2 holds. We are left only with the blockade alternative from [L1].

L1step 1.1givenalgebra
3.1

Thus G has a blockade A=(A1,,A) with =ϵ1, each Aim:=ϵc1G, and every distinct pair complete or weakly ϵc2-sparse. Apply [L5] to obtain equal-sized subblocks D=(D1,,D) with Di=q:=ϵm and every noncomplete pair mutually ϵc25-sparse. Then apply [L6] to D. If [L6] yields a complete (,q/2)-blockade, then q/2ϵmϵ4=ϵ5m=ya(c1+5)Gya3G, because =ϵ1ϵ2 for ϵ(0,12) and step 1.1 has a3a(c1+5). Since also ϵ1=yay1, outcome 3 follows.

L5L6step 2.3step 1.1choosealgebra
4.1

We may therefore assume [L6] yields anticonnected subsets BiDi of common size w:=q/ such that every distinct pair is either complete or mutually (ϵc25)-sparse. Because ϵ2, every noncomplete pair is in fact mutually ϵc27-sparse. Also wq/ϵ3m=ϵc1+3G=ya(c1+3)Gya3G, since qϵm and ϵ2. Since step 2.1 fails, G>ya3, and because a3a(c1+5) with ϵ=ya, this gives m=ϵc1G>y5a=ϵ5 and hence q=ϵm>ϵm>ϵ4ϵ2. Therefore V(B)=i=1Bi(q/+1)=q+2q2m4mϵc12GϵGyG, where B:=(B1,,B). Since c28, one has ϵc27=ya(c27)ya. Therefore the hypotheses of [L7] hold for B.

step 2.1step 3.1L6L7step 1.1algebra
5.1

Applying [L7] to B yields either a y4-restricted induced subgraph of size at least w, giving outcome 2, or disjoint sets X,YV(G) with X=wya3G, Y(14y)G(1a5y)G, and Y anticomplete to X, giving outcome 4.

L7step 4.1step 1.1algebra
6.1

The cases in steps 2.1, 2.2, 2.3, and 5.1 exhaust all possibilities, so one of the four stated outcomes always holds.

step 2.1step 2.2step 2.3step 5.1
CorollaryStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-09-04Open item page →

Large almost-pure pair hypotheses yield a complete or anticomplete blockade

Statement

Let a>1, b>0, put c:=24b, and assume y(0,min{12,c}]. Assume that Gy(a+2). Suppose that every induced subgraph F of G with FcG contains disjoint sets X,YV(F) such that

XyaF,Y(1by)F,

and Y is complete or anticomplete to X. Then G contains a complete or anticomplete (y1,ya+2G)-blockade.

Facts & Assumptions

Given: The parameters a,b,y, the graph G, and the large almost-pure pair hypothesis on every induced subgraph of size at least cG.

[L1]

A pair is pure exactly when it is complete or anticomplete (Edges between disjoint vertex sets; complete, anticomplete, pure and mixed pairs).

[L2]

A blockade is an ordered sequence of pairwise disjoint nonempty vertex sets, and its width is the minimum block size (Blockades, their length, their width, and their support).

Proof

technique · maximal blockade extension
1.1

Let n be maximal such that G has a blockade (B1,,Bn) with Biya+2G for all i[n], with Bn(1by)nG, and with the property that for each i[n], either every later block is complete to Bi, or every later block is anticomplete to Bi. This is possible because 0<ya+21, so B1:=V(G) already satisfies the required lower bounds.

givenchooseL2algebra
2.1

Suppose n<2y1. The bound yc=24b implies by<12, and the elementary inequality 1t22t for t[0,12] gives (1by)n(1by)2y124b=c. Hence BncG, so the hypothesis applies to G[Bn]. Choose disjoint X,YBn with XyaBnyacGya+2G, where the last inequality uses cyy2, and with Y(1by)Bn(1by)n+1G, and Y complete or anticomplete to X. Moreover, Y(1by)cG>12cG12yGya+2G, where the last inequality follows from a>1 and y12. Because XYBn, every earlier block has the same pure relation to both X and Y that it had to Bn. Thus (B1,,Bn1,X,Y) is a longer blockade of the same type, contradicting the maximality of n. So n2y1.

step 1.1L1assume-contrachoosealgebradischarge-contradiction
3.1

Let Q be the set of indices i such that every later block is complete to Bi, and let R be the set of indices i such that every later block is anticomplete to Bi. By construction every index lies in QR, so one of Q or R has size at least n/2y1.

step 1.1step 2.1algebra
4.1

If Qy1, choose y1 indices from Q in their inherited order. The corresponding blocks form a complete blockade, and every block has size at least ya+2G by step 1.1. If instead Ry1, the same construction with R gives an anticomplete blockade. In either case we obtain a complete or anticomplete (y1,ya+2G)-blockade.

step 1.1step 3.1choosealgebra
5.1

Therefore the stated blockade exists.

step 4.1
LemmaStatement: Literature-sourcedProof: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-04Open item page →

cy-restricted generalized niceness yields three outcomes

Statement

Let F be a generalized nice, leaf-reducible, wonderful finite family. Then there exist constants c(0,12), c1,c2>0, and c3c44 such that for every y(0,c] and every cy-restricted F-free graph G, at least one of the following holds:

  1. G has a clique or stable set of size at least (yc1G)c2;
  2. G has a complete or anticomplete (k,G/kc3)-blockade with ky1; or
  3. G has a yc4-restricted induced subgraph with at least yc3G vertices.

Facts & Assumptions

Given: A generalized nice, leaf-reducible, wonderful finite family F, a parameter y(0,c], and a cy-restricted F-free graph G.

[L1]

The previous lemma provides constants a1,a2,a5>0 and a3a44 with the four reduction outcomes (Generalized niceness yields four reduction outcomes).

[L2]

The almost-pure-pair hypothesis yields a complete or anticomplete blockade (Large almost-pure pair hypotheses yield a complete or anticomplete blockade).

[L3]

If a graph is λ-restricted on its full vertex set, then every induced subgraph on at least c times as many vertices is (λ/c)-restricted (c-sparse, c-dense and c-restricted vertex sets).

Proof

technique · either every large induced subgraph already has a large pure pair, or one large induced subgraph avoids that outcome and the previous four-outcome lemma applies there
1.1

Let a1,a2,a5,a3,a4 be as in [L1], and set c:=min{24a5,(2a5)1,1/4}, c1:=a1+1, c2:=a2, c3:=a3+2, and c4:=a4. Then c(0,12) and c3c44.

L1choosealgebra
2.1

If Gyc3, then any one-vertex induced subgraph of G is yc4-restricted and has size at least yc3G, so outcome 3 holds.

step 1.1givenalgebra
2.2

Suppose every induced subgraph F of G with FcG contains disjoint sets X,YV(F) with Xya3F, Y(1a5y)F, and Y complete or anticomplete to X. Since yc(2a5)1 and c24a5, the hypotheses of [L2] are satisfied with a=a3 and b=a5. Therefore [L2] yields a complete or anticomplete (y1,ya3+2G)-blockade in G. Because c3=a3+2 and 1/y1y, each block has size at least yc3GG/y1c3. Hence outcome 2 holds after shrinking to exactly y1 blocks if necessary.

step 1.1L2choosealgebra
2.3

We may therefore choose an induced subgraph F of G with FcG for which no such almost-pure pair exists. Because G is cy-restricted and FcG, [L3] implies that F is y-restricted. Apply [L1] to F. Its fourth outcome is excluded by the choice of F. If [L1] gives a clique or stable set of size at least (ya1F)a2, then (ya1F)a2(ya1+1G)a2=(yc1G)c2, because FcGyG. So outcome 1 holds. If [L1] gives a complete or anticomplete blockade (k,F/ka3) with ky1, then F/ka3cG/ka3y2G/ka3G/ka3+2=G/kc3, because cyy2 and y1/k. So outcome 2 holds. Finally, if [L1] gives a ya4-restricted induced subgraph of size at least ya3F, then ya3Fya3cGya3+2G=yc3G, because cy2, and a4=c4. So outcome 3 holds.

step 1.1L1L3givenalgebra
3.1

Steps 2.1, 2.2, and 2.3 cover all cases, so one of the three stated outcomes always holds.

step 2.1step 2.2step 2.3
LemmaStatement: Literature-sourcedProof: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-04Open item page →

Iterated restricted sparsification reaches the target scale

Statement

Let c(0,1), let b1>1, let b2,b3>0, and assume

b1b2b2+b3.

Suppose that x(0,c) and that a graph G satisfies:

  1. G has a c-restricted induced subgraph with at least cb2G vertices; and
  2. for every λ[x,c] and every λ-restricted induced subgraph F of G with Fλb2G, there is a λb1-restricted induced subgraph of F with at least λb3F vertices.

Then G contains an x-restricted induced subgraph with at least xb1b2G vertices.

Facts & Assumptions

Given: The parameters c,b1,b2,b3,x and the two hypotheses in the statement.

[L1]

A set is λ-restricted exactly when it is λ-sparse or λ-dense in the induced subgraph on that set (c-sparse, c-dense and c-restricted vertex sets).

Proof

technique · minimal admissible restriction parameter
1.1

By hypothesis 1, there exists at least one induced subgraph of G that is c-restricted and has at least cb2G vertices. Therefore the set of admissible restriction parameters considered below is nonempty.

givenL1
2.1

For a nonempty induced subgraph E of G, let ρ(E) be the smallest real number λ[0,1] such that E is λ-restricted. Because E is finite, [L1] shows that ρ(E) is attained by one of finitely many degree or codegree ratios in E. Choose an induced subgraph F of G for which λ:=max(xb1,ρ(F)) is minimal subject to Fλb2G. Step 1.1 ensures that such a choice exists and that λc.

step 1.1L1choose
3.1

Suppose λx. Then λ=ρ(F), so hypothesis 2 applies to F and yields a λb1-restricted induced subgraph FF with Fλb3Fλb2+b3Gλb1b2G, where the last inequality uses b1b2b2+b3. Because F is λb1-restricted, its admissible parameter satisfies max(xb1,ρ(F))λb1<λ, while Fmax(xb1,ρ(F))b2G. This contradicts the minimal choice of λ in step 2.1. Hence λ<x.

step 2.1givenassume-contraalgebradischarge-contradiction
4.1

Since λ=max(xb1,ρ(F)), step 2.1 gives xb1λ<x by step 3.1. Therefore ρ(F)λ<x, so F is x-restricted. Its size also satisfies Fλb2G(xb1)b2G=xb1b2G.

step 2.1step 3.1algebra
5.1

The induced subgraph F from step 4.1 is the required x-restricted induced subgraph.

step 4.1
LemmaStatement: Literature-sourcedProof: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-04Open item page →

A large cy-restricted subgraph in the three-outcome theorem forces a smaller-scale restricted subgraph

Statement

Let F be a generalized nice, leaf-reducible, wonderful finite family. Assume constants c(0,12), c1,c2>0, and c3c44 satisfy the conclusion of cy-restricted generalized niceness yields three outcomes for F. Let x(0,c2), and let G be an F-free graph such that:

  1. G has no clique and no stable set of size at least (xc1+3c3G)c2;
  2. for every integer k2, G has no complete or anticomplete (k,G/kc1+3c3)-blockade.

Then for every y with cy[x,c2] and every cy-restricted induced subgraph F of G with

F(cy)4c3/c4G,

there is a (cy)c4/2-restricted induced subgraph of F with at least (cy)c3F vertices.

Facts & Assumptions

Given: The family F, the constants c,c1,c2,c3,c4, the parameter x, the F-free graph G, the two global failure hypotheses, a parameter y with cy[x,c2], and a cy-restricted induced subgraph F with F(cy)4c3/c4G.

[L1]

The three-outcome theorem applies to every cy-restricted F-free graph with the displayed constants (cy-restricted generalized niceness yields three outcomes).

[L2]

Every induced subgraph of an F-free graph is again F-free (H-free and F-free graphs under the induced-subgraph convention).

Proof

technique · apply the three-outcome theorem to $F$ and rule out its first two outcomes by the assumed global failures in $G$
1.1

Because cy[x,c2] and c<1, we have yx and yc. Also cyy2 because yc. Therefore F(cy)4c3/c4Gy8c3/c4G.

givenalgebra
2.1

Since F is an induced subgraph of the F-free graph G, [L2] implies that F is also F-free. Apply [L1] to F. If it gives a clique or stable set in F of size at least (yc1F)c2, then by step 1.1 one has (yc1F)c2(yc1+8c3/c4G)c2(xc1+3c3G)c2, because 8c3/c42c33c3 and yx. This contradicts global hypothesis 1.

L1L2step 1.1givenalgebra
2.2

If [L1] gives a complete or anticomplete (k,F/kc3)-blockade in F with ky1, then k2. Using step 1.1 and ky1, one has F/kc3y8c3/c4G/kc3G/kc3+8c3/c4G/kc1+3c3, since c3+8c3/c4c1+3c3. This contradicts global hypothesis 2.

L1step 1.1givenalgebra
3.1

Therefore only the third outcome of [L1] can occur. So F has a yc4-restricted induced subgraph S with Syc3F. Because cyy2, one has yc4=(y2)c4/2(cy)c4/2, so S is also (cy)c4/2-restricted. Since cyy, we also have yc3(cy)c3, hence Syc3F(cy)c3F. This is exactly the claimed smaller-scale restricted induced subgraph.

step 2.1step 2.2L1algebra
4.1

The claimed induced subgraph exists.

step 3.1
LemmaStatement: Literature-sourcedProof: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-04Open item page →

Constant-scale restricted generalized niceness yields an x-scale restricted subgraph, a polynomial clique or stable set, or a blockade

Statement

Let F be a generalized nice, leaf-reducible, wonderful finite family. Then there exist constants c(0,12), a11, and a2>0 such that for every x(0,c2) and every c2-restricted F-free graph G, at least one of the following holds:

  1. G has an x-restricted induced subgraph with at least xa1G vertices;
  2. G has a clique or stable set of size at least (xa1G)a2;
  3. G has a complete or anticomplete (k,G/ka1)-blockade for some integer k[2,x1].

Facts & Assumptions

Given: A generalized nice, leaf-reducible, wonderful finite family F, a parameter x(0,c2), and a c2-restricted F-free graph G.

[L1]

The three-outcome theorem provides constants c,c1,c2>0 and c3c44 (cy-restricted generalized niceness yields three outcomes).

[L2]

Under the failure of the global clique/stable-set and blockade outcomes, every sufficiently large cy-restricted induced subgraph contains a smaller scale restricted induced subgraph (A large cy-restricted subgraph in the three-outcome theorem forces a smaller-scale restricted subgraph).

[L3]

The iterative restricted-sparsification lemma turns a constant-scale restricted starting point plus the smaller-scale hypothesis into an x-restricted induced subgraph (Iterated restricted sparsification reaches the target scale).

[L4]

A c2-restricted graph is, in particular, a valid starting point for the iterative lemma with starting constant c2 (c-sparse, c-dense and c-restricted vertex sets).

Proof

technique · if the clique/stable-set and blockade outcomes fail, use the helper claim to verify the second hypothesis of the iterative lemma
1.1

Let c,c1,c2,c3,c4 be the constants from [L1], and set a1:=c1+3c3, a2:=c2, b1:=c4/2, b2:=4c3/c4, and b3:=c3.

L1choose
2.1

Hypothesis 1 of [L3] is automatic with starting constant c2: the graph G itself is c2-restricted by assumption, so it has a c2-restricted induced subgraph of size G=(c2)0G, and in particular of size at least (c2)b2G because b2>0 and c2<1.

step 1.1givenL3L4algebra
2.2

Suppose outcomes 2 and 3 fail for the given graph G. We will show that outcome 1 must then hold.

step 1.1assume-contra
3.1

Apply [L2] with the constants from step 1.1. It shows that for every y with cy[x,c2] and every cy-restricted induced subgraph F of G with F(cy)4c3/c4G, there is a (cy)c4/2-restricted induced subgraph of F with at least (cy)c3F vertices. Writing λ:=cy, this is exactly hypothesis 2 of [L3] for every λ[x,c2], with the starting constant c2 and the choices b1=c4/2, b2=4c3/c4, and b3=c3 from step 1.1.

step 1.1step 2.2L2L3
4.1

The inequality required by [L3] holds for these choices, because b1b2=(c4/2)(4c3/c4)=2c3c3+4c3/c4=b3+b2, using c44.

step 1.1step 3.1algebraL3
5.1

Therefore [L3] applies and yields an x-restricted induced subgraph of G with at least xb1b2G=x2c3G vertices. Since a1=c1+3c32c3 and x(0,1), we have x2c3xa1, so outcome 1 holds.

step 1.1step 2.1step 3.1step 4.1L3algebra
6.1

Outcome 1 follows whenever outcomes 2 and 3 fail. Hence at least one of the three stated outcomes holds for every admissible G.

step 2.2step 5.1discharge-contradiction

5 · Examples, counterexamples and false statements

None yet.

Sources