Alphabeta Math
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-04
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.

Thinning a four-block weakly sparse blockade to directional sparse subblocks

Example

Let G have four pairwise disjoint blocks A1={a1,,a8},A2={b1,,b8},A3={c1,,c8},A4={d1,,d8}.

and suppose the only cross-edges between noncomplete pairs are

a1b1,a2c1,a3d1,b2c2,b3d2,c3d3.

Then (A1,A2,A3,A4) is a blockade of width 8, every noncomplete pair is weakly 1/16-sparse, and the subblocks

D1={a7,a8},D2={b7,b8},D3={c7,c8},D4={d7,d8}

are pairwise complete or pairwise anticomplete. In particular every formerly weakly sparse pair becomes directionally 0-sparse after thinning.

Facts & Assumptions

Given: The graph G and the four blocks A1,A2,A3,A4 described in the example.

[L1]

A blockade is an ordered sequence of pairwise disjoint nonempty vertex sets, and its width is the minimum block size (Blockades, their length, their width, and their support).

[L2]

A weakly c-sparse pair (X,Y) satisfies eG(X,Y)cXY, while directional sparsity bounds the neighbours of each single vertex into the opposite set (Sparsity of one vertex set to another, and weak sparsity of a pair).

Verification

technique · direct adjacency count
1.1

The four blocks are pairwise disjoint and nonempty, each has size 8, so (A1,A2,A3,A4) is a blockade of width 8 by [L1]. Every noncomplete pair listed in the example has exactly one cross-edge, hence at most 1=(1/16)88 cross-edges. Therefore each such pair is weakly 1/16-sparse by [L2].

L1L2givenalgebra
1.2

None of the vertices a7,a8,b7,b8,c7,c8,d7,d8 appears in any of the six displayed cross-edges. Hence every noncomplete pair among D1,D2,D3,D4 has no cross-edge at all, so each vertex in one chosen subblock has 0 neighbours in the other. By [L2], those pairs are directionally 0-sparse.

givenL2
2.1

Therefore the thinning (A1,A2,A3,A4)(D1,D2,D3,D4) exhibits exactly the weak-to-directional sparsity conversion claimed in the example.

step 1.1step 1.2

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

10 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.

Sources