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.

4 results · all verified · 4 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; all 4 also cleared it.

Blockades, Combs and Pattern Graphs — Examples

1 · Prerequisites

2 · Summary

These examples separate the different blockade notions that are easy to blur in prose. They record the basic bookkeeping of length and width, show that purity is weaker than being globally complete or globally anticomplete, exhibit a small comb, and make the order dependence of directional sparsity explicit.

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: AI-generatedVerification: Not suppliedjudge pass (gpt-5.6-terra)audited 2026-08-27Open item page →

A three-block blockade and its width

Example

Let G be any finite graph containing nine distinct vertices a,b,c,d,e,f,g,h,i. If

B=({a,b,c},{d,e},{f,g,h,i}),

then B is a blockade of length 3 and width 2, and

V(B)={a,b,c,d,e,f,g,h,i}.

ExampleConstruction: AI-generatedVerification: Not suppliedjudge pass (gpt-5.6-terra)audited 2026-08-27Open item page →

A pure blockade that is neither complete nor anticomplete

Example

Take three singleton blocks B1={1}, B2={2}, B3={3}, and let the graph have edges 12 and 23 but not 13. Then

  • (B1,B2) is complete,
  • (B2,B3) is complete, and
  • (B1,B3) is anticomplete.

So (B1,B2,B3) is pure, but it is neither complete nor anticomplete.

ExampleConstruction: AI-generatedVerification: Not suppliedjudge pass (gpt-5.6-terra)audited 2026-08-27Open item page →

A three-tooth comb

Example

Let G be a graph with six pairwise distinct vertices a1,a2,a3,b1,b2,b3. Put

B1={b1},B2={b2},B3={b3}.

If ai is adjacent to bi and to no other bj, then

((a1,B1),(a2,B2),(a3,B3))

is a (3,1)-comb.

ExampleConstruction: AI-generatedVerification: Not suppliedjudge pass (gpt-5.6-terra)audited 2026-08-27Open item page →

The pattern graph of a pure blockade can be a path

Example

For the pure blockade of A pure blockade that is neither complete nor anticomplete, the pattern graph has vertices {1,2,3} and edges 12 and 23 but not 13. So its pattern graph is the path P3.

ExampleConstruction: AI-generatedVerification: Not suppliedjudge pass (gpt-5.6-terra)audited 2026-08-27Open item page →

A sparse orientation of four blocks

Example

Let B=(B1,B2,B3,B4) with each later block 0-sparse to each earlier block. Then directing every pair from the later index to the earlier index gives a sparse orientation of B: each oriented edge points from a block with no cross-neighbors into the block it avoids.

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

FALSE: every pure blockade is either complete or anticomplete

Statement

False claim: every pure blockade is either complete or anticomplete.

Facts & Assumptions

Given: Three singleton blocks B1={1}, B2={2}, B3={3} with edges 12 and 23 but not 13.

Proof

technique · direct
1.1

For this blockade, (B1,B2) and (B2,B3) are complete but (B1,B3) is anticomplete, so the blockade is pure.

given
2.1

So the blockade is pure, but not every pair is complete and not every pair is anticomplete. Hence it is neither complete nor anticomplete.

step 1.1
3.1

Therefore the claim is false.

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

FALSE: reversing the order of the blocks never changes x-sparsity

Statement

False claim: the order of the blocks is irrelevant for the property of being x-sparse.

Facts & Assumptions

Given: Two blocks X={u} and Y={y1,y2} with the single edge uy1 and with c=12 as the sparsity parameter.

[L1]

An ordered blockade (B1,B2) is c-sparse exactly when the later block B2 is c-sparse to the earlier block B1 (Complete, anticomplete, pure, weakly sparse, and x-sparse blockades).

Proof

technique · direct
1.1

The one-vertex block X is c-sparse to Y, because u has one neighbor in Y and 1cY=122=1. By [L1], the ordered blockade (Y,X) is therefore c-sparse.

givenL1algebra
1.2

The block Y is not c-sparse to X, because the vertex y1 has one neighbor in X but 1>cX=12. By [L1], the reversed blockade (X,Y) is therefore not c-sparse.

givenL1algebra
2.1

Therefore reversing the order can change x-sparsity, so the claim is false.

step 1.1step 1.2
CounterexampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-27Open item page →

Weak sparsity of a pair does not force directional sparsity

Statement refuted

Refuted claim: if a pair (X,Y) is weakly c-sparse, then X is c-sparse to Y.

Facts & Assumptions

Given: X={x1,x2}, Y={y1,y2}, c=12, and the edges x1y1,x1y2 only.

Counterexample

technique · direct
1.1

The ordered cross-edge count is e(X,Y)=2, so e(X,Y)=212XY=1222=2. Thus (X,Y) is weakly 12-sparse.

givenalgebra
1.2

But x1 has two neighbors in Y, and 2>12Y=122=1. So X is not 12-sparse to Y.

givenalgebra
2.1

Therefore weak sparsity does not imply directional sparsity.

step 1.1step 1.2
CounterexampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-27Open item page →

If a tooth sees a foreign block, the structure is not a comb

Statement refuted

Refuted claim: a sequence of teeth and blocks is still a comb even if some tooth is adjacent to a foreign block.

Facts & Assumptions

Given: Two blocks B1={b1} and B2={b2}, and two teeth a1,a2 with edges a1b1, a1b2, and a2b2.

Proof

technique · direct
1.1

The tooth a1 is complete to its own block B1, but it is also adjacent to the foreign block B2.

given
2.1

The definition Combs in a graph requires every tooth ai to be anticomplete to every foreign block Bj with ji. Step 1.1 violates that requirement, so this data is not a comb.

step 1.1given
3.1

Therefore the claim is false.

step 2.1

Sources