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.

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

The Five-Cycle and the Erdős-Hajnal Property — Examples

1 · Prerequisites

2 · Summary

These examples keep the configuration checks finite. The first witness is the smallest rooted stable-tooth comb used on the A page, the second shows exactly how one cross-edge creates an induced C5, and the last two items separate that rooted C5 argument from the weaker bare notion of a comb.

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-31Open item page →

A rooted stable-tooth comb with two teeth

Example

Let G be the graph on vertices

{v,a1,a2,b1,b2}

with edge set

{va1,va2,a1b1,a2b2}.

Then

(v, ((a1,{b1}),(a2,{b2})))

is a rooted stable-tooth comb in G.

Facts & Assumptions

Given: The five-vertex graph in the Example.

[L1]

A rooted stable-tooth comb is a comb whose teeth form a stable set and whose root is adjacent to all teeth and anticomplete to all blocks (A rooted stable-tooth comb).

Verification

technique · direct
1.1

The two teeth a1,a2 are distinct, the blocks {b1} and {b2} are disjoint, each tooth is adjacent to its own block vertex, and neither tooth is adjacent to the other block. Thus ((a1,{b1}),(a2,{b2})) is a comb in G.

given
2.1

The set {a1,a2} is stable, the root v is adjacent to both teeth, and v is anticomplete to both blocks. Therefore [L1] identifies the displayed data as a rooted stable-tooth comb.

step 1.1L1
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-31Open item page →

A cross-edge in a rooted stable-tooth comb creates an induced five-cycle

Example

Start with the graph from A rooted stable-tooth comb with two teeth and add the extra edge b1b2. Then the five vertices v,a1,b1,b2,a2 induce a copy of C5.

Facts & Assumptions

Given: The graph obtained from A rooted stable-tooth comb with two teeth by adding the edge b1b2.

[L1]

In any rooted stable-tooth comb, a cross-edge between two different blocks forces an induced C5 (A rooted stable-tooth comb with a cross-edge between two blocks contains an induced five-cycle).

Verification

technique · direct
1.1

The underlying five-vertex configuration is still a rooted stable-tooth comb with teeth a1,a2, blocks {b1},{b2}, and root v; the new feature is exactly the cross-edge b1b2 between the two blocks.

given
2.1

Applying [L1] with i=1 and j=2 shows that the induced subgraph on {v,a1,b1,b2,a2} is a copy of C5.

step 1.1L1
CounterexampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-31Open item page →

A comb can have an edge between two blocks

Statement refuted

Every comb has pairwise anticomplete blocks.

Facts & Assumptions

Given: The five-vertex graph from A cross-edge in a rooted stable-tooth comb creates an induced five-cycle, with teeth a1,a2 and singleton blocks {b1},{b2}.

[L1]

The definition of a comb only requires each tooth to be adjacent to its own block and anticomplete to the other blocks; it does not impose any condition on edges between different blocks (Combs in a graph).

Counterexample

technique · direct
1.1

In the given graph, a1 is adjacent to b1 and not to b2, while a2 is adjacent to b2 and not to b1. The teeth are distinct and the singleton blocks are disjoint. Therefore [L1] shows that ((a1,{b1}),(a2,{b2})) is a comb.

L1given
2.1

The two blocks are not anticomplete, because the graph was built with the edge b1b2. So this comb refutes the statement that every comb has pairwise anticomplete blocks.

step 1.1given
False statementConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-31Open item page →

FALSE: every comb has pairwise anticomplete blocks

Statement

Every comb has pairwise anticomplete blocks.

Facts & Assumptions

Given: The counterexample item A comb can have an edge between two blocks.

[L1]

The previous counterexample exhibits a comb whose two blocks are joined by an edge (A comb can have an edge between two blocks).

Refutation

technique · direct
1.1

By [L1], there exists a specific comb with two blocks that are not anticomplete.

L1
2.1

Therefore the universal statement is false. The anticomplete-block conclusion on the A page needs the extra rooted stable-tooth structure together with C5-freeness, not merely the definition of a comb.

step 1.1

Sources