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.

6 results · all verified · 5 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.

Bull-Free Graphs and the Erdős-Hajnal Property — Examples

1 · Prerequisites

2 · Summary

These examples pin the page to explicit small graphs: the bull is self-complementary, C5 is the standard bull-free non-perfect witness, and K4 exhibits a visible nontrivial module. The two false statements record the two temptations the A-page theorems do not justify: bull-free does not imply perfect, and two-narrow does not collapse to one-narrow.

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

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

The bull graph is self-complementary

Example

The bull graph is isomorphic to its complement.

Facts & Assumptions

Given: The bull graph on vertices {x1,x2,x3,y,z}.

[F1]

The bull has edges x1x2, x2x3, x1x3, x1y, and x2z (The bull graph).

[F2]

In the complement graph, two distinct vertices are adjacent exactly when they are nonadjacent in the original graph (Graph isomorphisms, automorphisms and graph complements).

Verification

technique · direct
1.1

Define φ by φ(x1)=y, φ(x2)=z, φ(x3)=x3, φ(y)=x2, and φ(z)=x1. Using [F1] and [F2], one checks that the five complement-edges are exactly the images under φ of the five bull edges.

F1F2constructalgebra
2.1

Thus φ is an isomorphism from the bull to its complement, so the bull is self-complementary.

step 1.1
CounterexampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-28Open item page →

The five-cycle is bull-free but not perfect

Statement refuted

Every bull-free graph is perfect.

Facts & Assumptions

Given: The cycle graph C5.

[F1]

The bull contains a triangle (The bull graph, A bull-free graph).

[F3]

A graph is perfect when every induced subgraph satisfies χ=ω (A perfect graph).

Counterexample

technique · direct
1.1

The graph C5 is triangle-free by [F2], whereas every bull contains a triangle by [F1]. So C5 contains no induced bull and is bull-free.

F1F2
1.2

In C5, the largest clique has size 2, while a proper vertex colouring needs 3 colours. Hence ω(C5)=2<3=χ(C5), so [F3] shows that C5 is not perfect.

F2F3algebra
2.1

Therefore C5 is a bull-free graph that is not perfect, refuting the claim.

step 1.1step 1.2
ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passaudited 2026-08-28Open item page →

K4 is bull-free and has a nontrivial module

Example

The complete graph K4 is bull-free, and every two-vertex subset of V(K4) is a nontrivial module.

Facts & Assumptions

Given: The complete graph K4.

[F1]

A bull-free graph has no induced bull (A bull-free graph).

[F2]

A module is a set to which every outside vertex is complete or anticomplete (Modules of a graph, and the trivial modules).

Verification

technique · direct
1.1

Every induced subgraph of K4 is complete, while the bull has nonadjacent vertex pairs. So K4 has no induced bull and is bull-free by [F1].

F1F3
2.1

Let M={v1,v2}V(K4). Every vertex outside M is adjacent to both v1 and v2 by [F3], so it is complete to M. Thus [F2] makes M a module. Since M=2 and MV(K4), it is nontrivial.

F2F3
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-28 rests on unproved material (inherited)Open item page →
Rests on 3 statements not proved in this library, by way of the results it cites. This item cites no such statement directly; it depends on results that do. The unproved premises it inherits are Strong Perfect Graph Theorem, Substituting perfect graphs preserves perfection and Weak Perfect Graph Theorem. Each is recorded with a citation to the literature and is not established here, because the track that would prove it has not yet been developed in this library. Everything else in this proof is proved here.

The five-cycle is 2-narrow but not 1-narrow

Example

The cycle graph C5 is two-narrow but not one-narrow.

Facts & Assumptions

Given: The cycle graph C5.

[L1]

Every bull-free graph is two-narrow (Every bull-free graph is 2-narrow).

[L2]

The graph C5 is bull-free but not perfect (The five-cycle is bull-free but not perfect).

[F1]

A graph is one-narrow when every good function has total weight at most 1 (An α-narrow graph).

[F2]

A good function is a nonnegative weighting whose total on every perfect induced subgraph is at most 1 (A good function on a graph).

Verification

technique · direct
1.1

By [L2], the graph C5 is bull-free. The bull-free theorem [L1] therefore gives the two-narrow half of the example.

L1L2
1.2

Define g(v)=1/4 for every vertex of C5. Every proper induced subgraph of C5 is a forest on at most four vertices, hence is bipartite and has clique number at most 2; the same is true for each of its induced subgraphs, so every proper induced subgraph of C5 is perfect. Since [L2] says the whole C5 is not perfect, the perfect induced subgraphs of C5 are exactly the proper ones, and each has at most four vertices. Therefore [F2] makes g a good function, because its total on any perfect induced subgraph is at most 4(1/4)=1. But vV(C5)g(v)=5/4>1, so [F1] shows that C5 is not one-narrow.

L2F1F2algebra
2.1

Thus C5 is two-narrow by step 1.1 but not one-narrow by step 1.2.

step 1.1step 1.2
False statementConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-28Open item page →

FALSE: every bull-free graph is perfect

Statement

False claim. Every bull-free graph is perfect.

Facts & Assumptions

Given: The five-cycle C5.

[L1]

The graph C5 is bull-free but not perfect (The five-cycle is bull-free but not perfect).

Refutation

technique · direct
1.1

By [L1], the graph C5 is already a counterexample to the claim.

L1
2.1

Therefore the claim is false.

step 1.1
False statementConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-28 rests on unproved material (inherited)Open item page →
Rests on 3 statements not proved in this library, by way of the results it cites. This item cites no such statement directly; it depends on results that do. The unproved premises it inherits are Strong Perfect Graph Theorem, Substituting perfect graphs preserves perfection and Weak Perfect Graph Theorem. Each is recorded with a citation to the literature and is not established here, because the track that would prove it has not yet been developed in this library. Everything else in this proof is proved here.

FALSE: every 2-narrow graph is 1-narrow

Statement

False claim. Every two-narrow graph is one-narrow.

Facts & Assumptions

Given: The cycle graph C5.

[L1]

The graph C5 is two-narrow but not one-narrow (The five-cycle is 2-narrow but not 1-narrow).

Refutation

technique · direct
1.1

The example [L1] furnishes a graph C5 that satisfies the hypothesis of the false claim but not its conclusion.

L1
2.1

Therefore the implication is false.

step 1.1

Sources