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

Quotient Blockades and Mixing Relations — Examples

1 · Prerequisites

2 · Summary

These examples separate four easy-to-conflate ideas: mixedness itself is not transitive, the quotient merges exactly the mixed-chain components, mixing can appear only after unioning a quotient block, and the abstract witness descent of Lemma 6.2 can be checked on a concrete finite configuration.

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

CounterexampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-28Open item page →

Mixedness of block pairs is not transitive

Statement refuted

If (A,B) is mixed and (B,C) is mixed, then (A,C) must also be mixed.

Facts & Assumptions

Given: Three disjoint vertex sets A={a1,a2},B={b1,b2},C={c1,c2}, with cross-edges a1b1, a2b2, b1c1, b2c2, and no other cross-edges between these sets.

[L1]

A pair is mixed when it is neither complete nor anticomplete (Edges between disjoint vertex sets; complete, anticomplete, pure and mixed pairs).

[L2]

The mixed-block reachability relation is built from chains of mixed pairs, precisely because mixedness itself need not be transitive (The mixed-block reachability relation on a blockade).

Counterexample

technique · direct
1.1

The pair (A,B) is mixed: it has edges a1b1 and a2b2, but also nonedges a1b2 and a2b1. The same calculation shows that (B,C) is mixed.

givenL1
1.2

By construction there are no edges between A and C, so (A,C) is anticomplete and therefore not mixed.

givenL1
2.1

Thus mixedness can hold for (A,B) and (B,C) while failing for (A,C). This is why [L2] passes to the reachability closure M rather than treating mixedness itself as an equivalence relation.

step 1.1step 1.2L2
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-28Open item page →

A mixed chain of blocks collapses to one quotient block

Example

Let L=(A,B,C,D) be a blockade in which (A,B) and (B,C) are mixed, while every pair involving D is anticomplete and (A,C) is also anticomplete. Then the quotient blockade L/M has exactly two blocks, namely ABC and D.

Facts & Assumptions

Given: The four-block configuration in the Statement.

[L1]

The mixed-block reachability relation is an equivalence relation, so its equivalence classes are the blocks of the quotient blockade (Mixed-block reachability is an equivalence relation, The quotient blockade obtained from mixed-block reachability).

Verification

technique · direct
1.1

Because (A,B) and (B,C) are mixed, there is a mixed chain from A to C through B. Thus A, B, and C lie in the same M-class.

givenL1
1.2

No pair involving D is mixed, so there is no mixed chain from D to any of A, B, or C. Therefore D lies in a different M-class.

givenL1
2.1

By [L1], the quotient blockade has one block equal to the union ABC of the first class and one block equal to D from the second class.

step 1.1step 1.2L1
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-28Open item page →

A vertex may be mixed on a quotient block while pure on each member block

Example

Let L=(A1,A2) be a two-block blockade in which A1 and A2 are mixed. Then its quotient blockade has the single block D:=A1A2. If a vertex uD is complete to A1 and anticomplete to A2, then u is mixed on D although it is pure to each member block separately.

Facts & Assumptions

Given: A two-block blockade L=(A1,A2) whose blocks are mixed, and a vertex uA1A2 that is complete to A1 and anticomplete to A2.

[L1]

Mixed blocks are joined by a one-link mixed chain, and quotient blocks are the unions of mixed-reachability classes (The mixed-block reachability relation on a blockade, The quotient blockade obtained from mixed-block reachability).

Verification

technique · direct
1.1

Since A1 and A2 are mixed, [L1] places them in the same mixed-reachability class. They are the only blocks of L, so their class has union D=A1A2, the unique quotient block.

givenL1
2.1

The vertex u is adjacent to every vertex of A1 and to no vertex of A2. Therefore u is neither complete nor anticomplete to D, so u is mixed on D. At the same time it is pure to A1 and pure to A2 individually.

step 1.1given
3.1

This is exactly the phenomenon isolated by [L2]: the mixing appears only after passing to the quotient union.

step 2.1L2
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-28Open item page →

The quotient-witness reduction in a three-block configuration

Example

Take original blocks A1,A2,B and outside vertices x,y,u with the following adjacency pattern:

  1. each of A1, A2, and B induces a connected subgraph;
  2. A1 and A2 are mixed;
  3. B is complete to A1 and anticomplete to A2;
  4. x and y are nonadjacent and both are complete to A1A2B;
  5. u is adjacent to x, nonadjacent to y, complete to A1A2, and anticomplete to B.

Then the quotient blocks are D1:=A1A2 and D2:=B, and the quotient-level witness descends to the original mixed pair A1,A2.

Facts & Assumptions

Given: The three-block configuration described in the Statement.

[L1]

Mixed original blocks lie in one quotient block, so A1 and A2 merge into D1, while B stays separate because it is pure to each of A1 and A2 (The quotient blockade obtained from mixed-block reachability).

[L2]

The descent lemma turns a quotient-level witness on D1,D2 into a witness on mixed original blocks inside D1 (A quotient-level mixed-block witness descends to two mixed member blocks).

Verification

technique · direct
1.1

By item 2 of the configuration and [L1], the two original blocks A1,A2 form one quotient block D1=A1A2, while D2=B is the other quotient block. Because B is complete to A1 and anticomplete to A2, the quotient blocks D1 and D2 are mixed.

givenL1
2.1

Item 1 of the configuration says that every original block of the blockade is connected, so the connectivity hypothesis of [L2] holds. No vertex of D1 is mixed on D2: every vertex of A1 is complete to B, and every vertex of A2 is anticomplete to B. The outside vertices satisfy the remaining hypotheses of [L2]: x and y are nonadjacent and complete to D1D2, while uN(x)N(y) is complete to D1 and anticomplete to D2.

step 1.1given
3.1

Applying [L2] therefore yields mixed original blocks A1,A2 inside D1 and vertices x,y,u outside A1A2 with the required adjacency pattern. Thus the quotient-level witness has been pushed down to a witness on the original mixed pair inside D1.

step 2.1L2