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.

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

Blockades, Combs and Pattern Graphs

1 · Prerequisites

2 · Summary

This page is intentionally narrow. It fixes the blockade vocabulary used in the iterative Erdős–Hajnal literature, isolates the pattern-graph viewpoint for pure blockades, and records the two gateway arguments that convert either complete/anticomplete blockade hypotheses or large sparse-pair hypotheses into restricted induced subgraphs or sparse blockades.

The later cograph and iterative-comb pages own the deeper structure theory. Here the pattern graph is used only as much as the gateway theorem needs: a P4-free pattern yields a large homogeneous set of blocks, which in turn yields a complete or anticomplete subblockade. The second theorem is even more local: it is the maximal-blockade extraction argument that turns repeated large sparse pairs into a long ordered blockade.

3 · Logical flowchart

4 · Definitions, theorems and proofs

RemarkRemark: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-08-27Open item page →

This page fixes the blockade conventions and the role of order

On this page, a blockade is an ordered sequence of disjoint vertex sets. Length and width ignore that order, but directional notions do not: an x-sparse blockade is one in which later blocks are x-sparse to earlier ones. So reversing the block order can destroy x-sparsity even when every unordered pair of blocks is weakly sparse.

The page also keeps the source convention that all graphs are finite, simple, and undirected.

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-08-27Open item page →

Blockades, their length, their width, and their support

Definition

Let G be a finite graph, let N with 1, and let w>0 be real. An (,w)-blockade in G is a sequence

B=(B1,,Bt)

of pairwise disjoint nonempty subsets of V(G) such that t and Biw for every i[t].

Each Bi is a block. The length of B is t, its width is

min{B1,,Bt},

and its support is

V(B)=B1Bt.

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-08-27Open item page →

Complete, anticomplete, pure, weakly sparse, and x-sparse blockades

Definition

Let B=(B1,,Bt) be a blockade in a graph G and let x[0,1].

The last condition depends on the order of the blocks, while the first four do not.

DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-08-27Open item page →

Combs in a graph

Definition

Let N with 1, and let w>0. An (,w)-comb in a graph G is a sequence of pairs

((ai,Bi):i[])

satisfying the conditions below.

Here a vertex a is complete to (respectively, anticomplete to) a set B when the pair ({a},B) is complete (respectively, anticomplete) in the sense of Edges between disjoint vertex sets; complete, anticomplete, pure and mixed pairs.

  1. (B1,,B) is an (,w)-blockade;
  2. the vertices a1,,a are distinct;
  3. the set {a1,,a} is disjoint from every block Bi; and
  4. for every i[], the vertex ai is complete to Bi; and
  5. for all distinct i,j[], the vertex ai is anticomplete to Bj.

The vertices ai are the teeth of the comb.

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-08-27Open item page →

The pattern graph of a pure blockade

Definition

Let B=(B1,,Bt) be a pure blockade in a graph G. Its pattern graph is the graph P(B) with vertex set [t] in which i and j are adjacent exactly when Bi is complete to Bj.

Because the blockade is pure, every unordered pair of distinct blocks is either complete or anticomplete, so this graph is well defined. A pattern graph is called P4-free when it contains no induced four-vertex path.

DefinitionDefinition: AI-adaptedProof: Not applicableaudited 2026-08-27Open item page →

Sparse orientations of a blockade

Definition

Let B=(B1,,Bt) be a blockade and let x[0,1]. A sparse orientation of B is an orientation of the complete graph on the index set [t] such that whenever the edge ij is oriented from i to j, the block Bi is x-sparse to Bj in the sense of Sparsity of one vertex set to another, and weak sparsity of a pair.

The order orientation ij for i>j is the one built into the definition of an x-sparse blockade (Complete, anticomplete, pure, weakly sparse, and x-sparse blockades).

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

A P4-free graph on q vertices has a homogeneous set of size at least q

Statement

If J is a P4-free finite graph with q vertices, then

hom(J)q.

Facts & Assumptions

Given: A P4-free graph J on q vertices.

[L1]

Every P4-free graph with more than one vertex admits a partition V(J)=AB with A,B such that (A,B) is a pure pair (Chudnovsky--Scott--Seymour--Spirkl, "Erdos-Hajnal for graphs with no 5-hole", §5 Blockades, sentence immediately preceding Theorem 5.1).

Proof

technique · direct
1.1

We prove the stronger inequality. [given] α(J)ω(J)q by induction on q. The cases q=0 and q=1 are immediate.

given
2.1

Assume q2. By [L1], write V(J)=AB with A,B and (A,B) pure. Put. [step 1.1, L1] a=α(J[A]),b=α(J[B]),c=ω(J[A]),d=ω(J[B]). The induction hypothesis gives acA and bdB.

step 1.1L1
3.1

If (A,B) is complete, then. [step 2.1, algebra] ω(J)=c+d and α(J)=max{a,b}, whence α(J)ω(J)=max{a,b}(c+d)ac+bdA+B=q. If (A,B) is anticomplete, then α(J)=a+b and ω(J)=max{c,d}, and the same calculation gives α(J)ω(J)ac+bdq.

step 2.1algebra
4.1

The induction closes. Since. [step 1.1, step 3.1, algebra] max{α(J),ω(J)}α(J)ω(J), one obtains hom(J)q.

step 1.1step 3.1algebra
LemmaStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-27Open item page →

Pure blockades with P4-free patterns contain complete or anticomplete subblockades of square-root length

Statement

Let B=(B1,,Bt) be a pure blockade whose pattern graph is P4-free. Then B has a complete or anticomplete subblockade of length at least t and of width at least the width of B.

Facts & Assumptions

Given: A pure blockade B=(B1,,Bt) with P4-free pattern graph P(B).

Proof

technique · direct
1.1

By A P4-free graph on q vertices has a homogeneous set of size at least q, the pattern graph P(B) has a clique or stable set I[t] with It.

given
2.1

If I is a clique, then by the definition of the pattern graph every pair of blocks indexed by I is complete, so (Bi:iI) is a complete subblockade. If I is a stable set, the same definition makes (Bi:iI) anticomplete. In either case the width does not decrease when blocks are discarded.

step 1.1given
3.1

Therefore B contains a complete or anticomplete subblockade of length at least t and of at least the original width.

step 2.1
LemmaStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-27Open item page →

A maximal pure blockade with large total a-mass must already have at least ϵ2 blocks

Statement

Let ϵ(0,12), let a1, and let G be a graph with the property that every induced subgraph F of G with Fϵ2aG contains a complete or anticomplete (k,F/ka)-blockade for some k[2,ϵ1].

Suppose q is maximal subject to the existence of a pure blockade (A1,,Aq) in G whose pattern graph is P4-free, such that Aiϵ3aG for every i and

i=1qAi1/aG1/a.

Then qϵ2.

Facts & Assumptions

Given: The hypotheses of the statement and a maximal blockade (A1,,Aq).

Proof

technique · direct
1.1

Suppose for contradiction that q<ϵ2. Reorder the blocks so that A1=maxiAi. Then qA11/ai=1qAi1/aG1/a, so A1G/qaϵ2aG. By the hypothesis on G, the induced subgraph G[A1] contains a complete or anticomplete (k,A1/ka)-blockade (B1,,Bk) for some k[2,ϵ1].

assume-contragiven
2.1

Replace the block A1 by B1,,Bk, and keep the other blocks A2,,Aq. Because (A1,,Aq) was pure, every outside block is either complete or anticomplete to A1, hence to each BjA1. The new blockade is still pure, its pattern graph is obtained by substituting a complete or edgeless graph for the vertex corresponding to A1, and so it is still P4-free.

step 1.1given
3.1

Every new block satisfies BjA1/kaϵaA1ϵ3aG, while j=1kBj1/ak(A1ka)1/a=A11/a. So the new blockade still satisfies the lower bound on every block and on the total a-mass, but it has q1+k>q blocks. This contradicts the maximality of q.

step 2.1algebra
4.1

Therefore qϵ2.

discharge-contradictionstep 3.1
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-27Open item page →

Complete or anticomplete blockade hypotheses force an ϵ-restricted induced subgraph

Statement

Let ϵ(0,12) and a1. Let G be a graph such that for every induced subgraph F of G with Fϵ2aG, there exists k[2,ϵ1] and a complete or anticomplete (k,F/ka)-blockade in F. Then G has an ϵ-restricted induced subgraph with at least ϵ3aG vertices.

Facts & Assumptions

Given: The hypotheses of the statement.

Proof

technique · direct
1.1

Let q be maximal subject to the existence of a pure blockade (A1,,Aq) whose pattern graph is P4-free, every block has size at least ϵ3aG, and i=1qAi1/aG1/a. By A maximal pure blockade with large total a-mass must already have at least ϵ2 blocks, one has qϵ2.

givenchoose
2.1

By Pure blockades with P4-free patterns contain complete or anticomplete subblockades of square-root length, this blockade has a complete or anticomplete subblockade indexed by a set I[q] with Iqϵ1. For each iI, choose SiAi with Si=ϵ3aG, and put S:=iISi. Then S=Iϵ3aGϵ3aG.

step 1.1choose
3.1

If the chosen subblockade is anticomplete, then every vertex of Si has neighbors in S only inside Si, so its degree in G[S] is at most Si1S/IϵS. Hence S is ϵ-sparse, and therefore ϵ-restricted.

step 2.1given
3.2

If the chosen subblockade is complete, then in the complement G[S] every vertex of Si has neighbors only inside Si, so the same estimate shows that G[S] is ϵ-sparse. Therefore G[S] is ϵ-dense, and again ϵ-restricted.

step 2.1given
4.1

In either case G has an ϵ-restricted induced subgraph on at least ϵ3aG vertices, namely G[S].

step 3.1step 3.2
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-27Open item page →

Large sparse-pair hypotheses yield an x-sparse or complete blockade

Statement

Let x(0,12), let a>1, b>0, and let c:=24b. Let y(0,c]. Suppose that G is a graph with Gy(a+2) such that for every induced subgraph F of G with FcG, there are disjoint sets X,YV(F) satisfying

XyaF,Y(1by)F,

and such that Y is x-sparse or complete to X.

Then G contains an x-sparse or complete (y1,ya+2G)-blockade.

Facts & Assumptions

Given: The hypotheses of the statement.

Proof

technique · direct
1.1

Let n be maximal such that G has a blockade (B1,,Bn) with Biya+2G for all i, with Bn(1by)nG, and such that for every i[n], either every later block is x-sparse to Bi or every later block is complete to Bi. This is possible because n=1 and B1=V(G) already satisfy the conditions.

givenchoose
2.1

Suppose that n<2y1. Since yc=24b, one has byb24b<1/2. For t[0,1/2] the elementary inequality 1t22t holds, so with t=by we get (1by)2y1(22by)2y1=24b=c. Therefore Bn(1by)nGcG. Applying the hypothesis to the induced subgraph G[Bn], choose disjoint X,YBn with XyaBnya+2G and Y(1by)Bn(1by)n+1G, and with Y x-sparse or complete to X. Because XYBn, the relation of every earlier block Bi to Bn restricts to the same relation to both X and Y. Hence (B1,,Bn1,X,Y) is a larger blockade of the same type, contradicting the maximality of n. So n2y1.

step 1.1assume-contragivenalgebradischarge-contradiction
3.1

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

step 1.1step 2.1algebra
4.1

Since one of Q,R is an integer at least y1, step 3.1 makes that cardinality at least y1. [step 3.1, given] If it is Q, choose y1 indices from Q in their inherited order; the corresponding blocks form an x-sparse blockade. If it is R, the same choice from R gives a complete blockade. Every selected block has size at least ya+2G by step 1.1. Thus one of the two required blockades exists.

step 1.1step 3.1givenchoose
5.1

Therefore G contains an x-sparse or complete (y1,ya+2G)-blockade.

step 4.1

5 · Examples, counterexamples and false statements

None yet.

Sources