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

Pure Pairs, Forests and Path–Antipath Classes

1 · Prerequisites

2 · Summary

This draft page currently contains the cograph bridge, the strong-to-weak Erdős–Hajnal implication, the path–antipath strong theorem, and the co-leaf convention used later in the six-vertex extension route.

The planned forest and leaf-deletion items are not listed here yet because the current earlier library pages do not internalize the source proofs they would need. Those remaining page-409 items are recorded as explicit step-5 blockers in the batch notes rather than being represented by dishonest placeholders.

3 · Logical flowchart

4 · Definitions, theorems and proofs

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

The strong Erdős–Hajnal property for a hereditary graph class

Definition

Let C be a hereditary class of finite graphs. We say that C has the strong Erdős–Hajnal property if there exists a real constant ϵ>0 such that every graph GC with V(G)2 contains disjoint vertex sets A,BV(G) satisfying

AϵV(G),BϵV(G),

and such that (A,B) is a pure pair in the sense of Edges between disjoint vertex sets; complete, anticomplete, pure and mixed pairs.

Equivalently, every nontrivial graph in the class contains a complete or anticomplete pair whose two sides both have linear size.

TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-28Open item page →

Every nontrivial P4-free graph is disconnected or has disconnected complement

Statement

Let G be a finite simple graph with at least two vertices. If G is P4-free, then G is disconnected or G is disconnected. Equivalently, no nontrivial P4-free graph is both connected and anticonnected.

Facts & Assumptions

Given: A finite simple graph G with V(G)2 that is P4-free.

[L1]

Every finite graph with at least two vertices is connected or anticonnected (Every graph with at least two vertices is connected or anticonnected).

[L2]

A graph is anticonnected exactly when its complement is connected (Anticonnected graphs and anticonnected components).

[F1]

In a connected graph every vertex has a neighbour, and if G is connected then no vertex of G is adjacent to all other vertices (Connected graphs and connected components defined by the existence of vertex paths, Graph isomorphisms, automorphisms and graph complements).

Proof

technique · direct
1.1

By [L1], if G is disconnected then the first alternative of the Statement already holds. Assume instead that G is connected.

L1given
1.2

Suppose for contradiction that G is also anticonnected. Then [L2] makes G connected. Choose a vertex vV(G). Because G is connected and nontrivial, [F1] gives a neighbour x of v. Because G is connected, [F1] also gives a vertex y nonadjacent to v. Among all pairs (a,b) with vaE(G) and vbE(G), choose one for which the distance from a to b in G is minimal. Let a=u0,u1,,um=b be a shortest a-b path in G.

step 1.1L2F1chooseassume-contra
2.1

Since a and b are nonadjacent, one has m2. A shortest path is induced, so u0u2E(G) and no nonconsecutive pair among u0,u1,,um is adjacent. If some ui with 1i<m were adjacent to v, then (ui,b) would be another neighbour/nonneighbour pair for v whose distance is mi<m, contradicting the choice in step 1.2. Hence vu1,vu2E(G).

step 1.2algebra
3.1

The four vertices v,u0,u1,u2 therefore induce a path: the edges are vu0, u0u1, and u1u2, while the nonedges are vu1, vu2, and u0u2. This is an induced copy of P4, contradicting [L3].

step 2.1L3discharge-contradiction
4.1

So a nontrivial P4-free graph cannot be both connected and anticonnected. Since step 1.1 reduced to the connected case, [L2] shows that whenever G is connected, G must be disconnected.

step 1.1step 3.1L2
CorollaryStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-28Open item page →

Every P4-free graph has a clique or stable set of size at least the square root of its order

Statement

If G is a finite P4-free graph on n vertices, then G contains a clique or a stable set of size at least n.

Facts & Assumptions

Given: A finite P4-free graph G on n vertices.

[L1]

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

[L2]

Every nontrivial P4-free graph is disconnected or has disconnected complement (Every nontrivial P4-free graph is disconnected or has disconnected complement).

[L4]

Distinct connected components are anticomplete, and distinct anticomponents are complete (Distinct connected components are anticomplete, and distinct anticonnected components are complete).

[L5]

The clique number and stability number are ω(G) and α(G) (Cliques, stable sets, the clique number ω(G) and stability number α(G)).

Proof

technique · direct
1.1

We prove by induction on n the stronger statement α(G)ω(G)n. If n1, then α(G)=1 when n=1 and α(G)=ω(G)=0 when n=0, so the inequality is immediate.

givenbase
2.1

Assume n2. By [L2], either G is disconnected or G is disconnected.

step 1.1L2
3.1

Suppose first that G is disconnected. By [L3], choose a connected component C of G and let D:=V(G)C; then C and D are nonempty, G[C] and G[D] are induced subgraphs of G, and [L4] makes C anticomplete to D. By [L1] both induced subgraphs are P4-free, so the induction hypothesis gives α(G[C])ω(G[C])C and α(G[D])ω(G[D])D. A stable set in G[C] together with a stable set in G[D] is still stable in G, while every clique of G lies in one side. Hence α(G)α(G[C])+α(G[D]) and ω(G)max{ω(G[C]),ω(G[D])}, so α(G)ω(G)α(G[C])ω(G[C])+α(G[D])ω(G[D])C+D=n.

step 2.1L1L3L4ihalgebra
3.2

Suppose instead that G is disconnected. By [L3], choose an anticomponent C of G and let D:=V(G)C; then C and D are nonempty, the induced subgraphs G[C] and G[D] are P4-free by [L1], and [L4] makes C complete to D. The induction hypothesis again yields α(G[C])ω(G[C])C and α(G[D])ω(G[D])D. Now a clique in G[C] together with a clique in G[D] is a clique in G, while every stable set of G lies in one side. Thus ω(G)ω(G[C])+ω(G[D]) and α(G)max{α(G[C]),α(G[D])}, and again α(G)ω(G)C+D=n.

step 2.1L1L3L4ihalgebra
4.1

Steps 3.1 and 3.2 prove α(G)ω(G)n. Since max{α(G),ω(G)}2α(G)ω(G), one obtains max{α(G),ω(G)}n. By [L5], this says that G has a clique or a stable set of size at least n.

step 3.1step 3.2L5algebradischarge-induction
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-28Open item page →

The strong Erdős–Hajnal property implies the Erdős–Hajnal property

Statement

Every hereditary class of finite graphs with the strong Erdős–Hajnal property also has the Erdős–Hajnal property.

Facts & Assumptions

Given: A hereditary class C of finite graphs with the strong Erdős–Hajnal property.

[L1]

The strong Erdős–Hajnal property means that some η>0 makes every graph GC with V(G)2 contain disjoint sets A,B with A,BηV(G) and (A,B) pure (The strong Erdős–Hajnal property for a hereditary graph class).

[L2]

A hereditary class is closed under induced subgraphs (Hereditary graph classes).

[L3]

Every P4-free graph on m vertices has a clique or stable set of size at least m (Every P4-free graph has a clique or stable set of size at least the square root of its order).

[L4]

The Erdős–Hajnal property asks for a positive exponent c such that every nonempty graph in the class has a clique or stable set of size at least V(G)c (The Erdős–Hajnal property and an Erdős–Hajnal constant for a hereditary graph class).

Proof

technique · direct
1.1

If every nonempty graph in C has one vertex, then 1 is already an Erdős–Hajnal constant, so there is nothing to prove. We therefore assume that C contains some graph with at least two vertices. Let η>0 be the strong Erdős–Hajnal constant from [L1]. Applying [L1] to one nontrivial graph in C gives disjoint sets A and B with A,BηV(G), hence 2η1. Choose c>0 so that 2ηc=1.

L1givenchoose
2.1

We claim that every nonempty graph GC induces a P4-free subgraph on at least V(G)c vertices. We prove this by induction on V(G), and the case V(G)=1 is immediate.

step 1.1given
3.1

Let GC with n:=V(G)2, and assume the claim for smaller orders. By [L1], choose disjoint sets A,BV(G) with A,Bηn and (A,B) pure. By [L2], the induced subgraphs G[A] and G[B] both lie in C, so the induction hypothesis gives induced P4-free subgraphs HAG[A] and HBG[B] with V(HA)Ac and V(HB)Bc.

step 2.1L1L2choose
4.1

Let H:=G[V(HA)V(HB)]. The pair (V(HA),V(HB)) is still pure because it sits inside the pure pair (A,B). No induced P4 can lie entirely in one side, since HA and HB are each P4-free. A 1+3 split is impossible because the lone vertex would be complete or anticomplete to the three opposite vertices, while a vertex of P4 is neither complete nor anticomplete to the other three. A 2+2 split is impossible as well: a complete cross-pair gives four cross edges, and an anticomplete cross-pair gives none, whereas P4 has exactly three edges and is connected. Hence H is P4-free.

step 3.1given
5.1

By [L5], V(H)=V(HA)+V(HB)Ac+Bc2(ηn)c=2ηcnc=nc. This closes the induction and proves the claim from step 2.1.

step 3.1step 4.1L5algebra
6.1

Let G be any nonempty graph in C. By step 5.1, G contains an induced P4-free subgraph H with V(H)V(G)c. Then [L3] gives a clique or stable set in H of size at least V(H)1/2V(G)c/2, and the same set is a clique or stable set in G. By [L4], the exponent c/2 is an Erdős–Hajnal constant for C.

step 5.1L3L4algebra
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-28Open item page →

For every k, the class forbidding Pk and Pk has the strong Erdős–Hajnal property

Statement

For every integer k2, there exists a real constant γk>0 such that every finite graph G with no induced Pk and no induced Pk and with V(G)2 contains disjoint sets A,BV(G) with

AγkV(G),BγkV(G),

and such that (A,B) is a pure pair. Equivalently, the hereditary class forbidding Pk and Pk has the strong Erdős–Hajnal property.

Facts & Assumptions

Given: An integer k2.

[L1]

For every graph H and every ϵ(0,12) there exists δ>0 such that every nonempty H-free graph has a linearly large vertex set whose self-density is at most ϵ or at least 1ϵ (The edge-density form of Rödl's theorem: every nonempty H-free graph has a linearly large set of self-density at most ϵ or at least 1ϵ).

[L2]

If a nonempty set has self-density at most c, then it has a subset of at least half its size that is 4c-sparse (A set of self-density at most c has a subset of at least half its size that is 4c-sparse).

[L4]

A graph class has the strong Erdős–Hajnal property exactly when some linear constant works for every nontrivial graph in the class (The strong Erdős–Hajnal property for a hereditary graph class).

[F1]

A set is c-sparse exactly when every vertex of its induced subgraph has degree at most c times the set size (c-sparse, c-dense and c-restricted vertex sets).

Proof

technique · direct
1.1

We first prove the connected-case claim: for each r2 there are constants εr>0 and cr>0 such that every connected graph J on m2 vertices has a vertex of degree greater than εrm, or contains an induced Pr starting at every vertex, or has a biclique of size at least crm in J. We prove this by induction on r.

givenconstruct
2.1

For r=2, choose ε2:=1/2 and c2:=1/4. Every vertex of a connected graph on at least two vertices is incident with an edge, so every vertex starts an induced P2. Thus the claim holds for r=2.

step 1.1base
3.1

Fix r>2, assume the claim for r1, and let εr:=εr1/(2+εr1). Since εr<1/2, choose any constant 0<crmin{(12εr)/4, cr1(1εr)/2}. Now let J be a connected graph on m2 vertices for which the first outcome fails, so every vertex has degree at most εrm. Fix a vertex v1 and put S:=V(J)(NJ(v1){v1}). Then S(1εr)m1. Since J is connected, v1 has degree at least 1, so m1/εr and therefore S(12εr)m.

step 2.1ihchoosealgebra
4.1

Suppose every connected component of J[S] has size at most S/2. Choose components greedily until their union A has size in the interval [S/4,S/2]: if the running union first reaches S/4 before it exceeds S/2, stop there; otherwise the next component itself has size in [S/4,S/2] and we take that one alone. Let B:=SA. Then A,BS/4, and [L3] makes A anticomplete to B in J. Hence A and B form a biclique of size at least S/4crm in J.

step 3.1L3choosealgebra
4.2

Suppose instead that J[S] has a connected component S with S>S/2. Because J is connected, some vertex v2NJ(v1) has a neighbour in S. Let J2:=J[S{v2}], which is connected. Every vertex of J2 still has degree at most εrm, and εrm=εr1(1εr)m/2<εr1(S+1)=εr1V(J2) because S+1>S/2+1(1εr)m/2. So the first outcome of the induction hypothesis is false for J2.

step 3.1ihchoosealgebra
5.1

Apply the induction hypothesis to J2 with parameter r1. If outcome 2 holds there, then J2 contains an induced Pr1 starting at v2, and prefixing this path with v1 gives an induced Pr in J starting at v1 because v1 is adjacent to v2 and has no neighbours in S. If outcome 3 holds there, then J2 contains a biclique of size at least cr1V(J2)cr1(1εr)m/2crm, and the same biclique lies in J. Thus, whenever outcome 1 fails for J, either outcome 2 or outcome 3 follows. This completes the induction and proves the connected-case claim.

step 4.2ihalgebradischarge-induction
6.1

Let ε:=εk/8. Because Pk is the standard k-vertex path, [L1] applied to H=Pk yields a constant δ>0 such that every nonempty Pk-free graph has a vertex set of size at least δn whose self-density is at most ε or at least 1ε.

step 5.1L1choose
7.1

Let G be a graph with no induced Pk and no induced Pk, and let n:=V(G)2. If G has a set of size at least δn and self-density at least 1ε, apply the same argument to G: an induced Pk in G would be an induced Pk in G, and an induced Pk in G would be an induced Pk in G. So G belongs to the same forbidden class. Replacing G by G if necessary, we may assume that G has a set S0 with S0δn and self-density at most ε.

step 6.1given
8.1

By [L2], the set S0 contains a subset S with SS0/2δn/2 such that S is 4ε-sparse. By [F1], every vertex of G[S] therefore has degree at most 4εS=εkS/2.

step 7.1L2F1algebra
9.1

If every connected component of G[S] has size at most S/2, then the same greedy argument as in step 4.1 partitions those components into anticomplete sets A,BS with A,BS/4δn/8. This is already a pure pair in G.

step 8.1L3choosealgebra
9.2

Otherwise G[S] has a connected component S with S>S/2. Every vertex of G[S] has degree at most εkS/2<εkS, and G[S] is Pk-free because induced subgraphs preserve forbidden induced paths. Applying the connected-case claim from step 5.1 to the connected graph G[S], outcome 1 is false by the degree bound and outcome 2 is false because G[S] contains no induced Pk at all. Hence outcome 3 holds, so G[S] has a biclique with both sides of size at least ckSckδn/4. Equivalently, G has an anticomplete pair of that size.

step 5.1step 8.1algebra
10.1

Let γk:=min{δ/8,ckδ/4}. Steps 9.1 and 9.2 show that every graph with no induced Pk or Pk and at least two vertices contains a pure pair with both sides of size at least γkn. By [L4], the class forbidding Pk and Pk has the strong Erdős–Hajnal property.

step 9.1step 9.2L4choose
CorollaryStatement: Literature-sourcedProof: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-28Open item page →

For every k, the class forbidding Pk and Pk has the Erdős–Hajnal property

Statement

For every integer k2, every finite graph with no induced Pk and no induced Pk has a clique or stable set of size at least a positive power of its order. Equivalently, the class forbidding Pk and Pk has the Erdős–Hajnal property.

Facts & Assumptions

Given: An integer k2.

[L1]

For this k, the class forbidding Pk and Pk has the strong Erdős–Hajnal property (For every k, the class forbidding Pk and Pk has the strong Erdős–Hajnal property).

[L2]

Every hereditary class with the strong Erdős–Hajnal property has the Erdős–Hajnal property (The strong Erdős–Hajnal property implies the Erdős–Hajnal property).

Proof

technique · direct
1.1

The previous theorem gives the strong Erdős–Hajnal property for the hereditary class of graphs forbidding Pk and Pk.

L1
2.1

Applying [L2] to that class yields the Erdős–Hajnal property.

step 1.1L2
DefinitionDefinition: AI-adaptedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-08-28Open item page →

Co-leaves of a finite graph

Definition

Let G be a finite graph and let vV(G). We say that v is a co-leaf of G if v is a leaf of the complement graph G.

Equivalently, v is adjacent in G to every vertex of G except one. In degree language,

degG(v)=V(G)2.

Thus a co-leaf is the complement-theoretic analogue of an ordinary leaf.

5 · Examples, counterexamples and false statements

None yet.

Sources