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.

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

Combinatorial Classes and the Symbolic Method: Examples and Counterexamples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

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

Binary words of length at most three from SEQ(2Z)

Example

The class SEQ(2Z) gives binary words. Up to length 3 the words are

ϵ,

0, 1,

00, 01, 10, 11,

000, 001, 010, 011, 100, 101, 110, 111.

So the initial coefficient sequence is 1,2,4,8.

Facts & Assumptions

Given: The binary-word generating function OGF(B)=1/(12x) (Binary words have generating function 1/(12x)).

Verification

technique · direct
1.1

The displayed list has 1 word of length 0, 2 of length 1, 4 of length 2, and 8 of length 3.

given
2.1

Expanding 1/(12x) as 1+2x+4x2+8x3+ gives the same initial coefficients, so the explicit list matches the theorem.

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

The compositions of 4 from SEQ1(SEQ1(Z))

Example

The eight compositions of 4 are

4,

3+1, 1+3, 2+2,

2+1+1, 1+2+1, 1+1+2,

1+1+1+1.

They split by number of parts as 1,3,3,1.

Facts & Assumptions

Given: Compositions are nonempty sequences of positive integers (Positive-integer compositions have generating function x/(12x)).

[L1]

The number of compositions of n into exactly k positive parts is (n1k1) (Compositions of n into k positive parts are counted by (n1k1)).

Verification

technique · direct
1.1

The displayed list contains every ordered positive-part sum of 4: one with 1 part, three with 2 parts, three with 3 parts, and one with 4 parts.

given
2.1

The part-counts match [L1]: (30)=1, (31)=3, (32)=3, and (33)=1.

step 1.1L1algebra
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-26Open item page →

Partitions with parts at most 3 from a truncated multiset product

Example

Restricting the Euler product to part sizes 1,2,3 gives

1(1x)(1x2)(1x3).

The coefficient of x5 is 5, corresponding to the five partitions of 5 whose parts are at most 3:

3+2, 3+1+1, 2+2+1, 2+1+1+1, 1+1+1+1+1.

Facts & Assumptions

Given: A combinatorial class having one object of each size 1, 2, and 3, and no other objects.

[L1]

If A has no size-zero objects and an objects of size n, then MSET(A) has generating function n1(1xn)an (If A has no size-zero objects then MSET(A) has generating function n1(1xn)an).

Verification

technique · direct
1.1

Applying [L1] to the Given class and multiplying the resulting factors to degree 5 gives (1x)1(1x2)1(1x3)1=(1+x+x2+x3+x4+x5)(1+x2+x4)(1+x3)=1+x+2x2+3x3+4x4+5x5+O(x6).

givenL1algebra
2.1

The five displayed partitions of 5 are exactly the partitions whose part sizes lie in {1,2,3}, so the coefficient 5 has the advertised interpretation.

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

Plane trees with at most four vertices from T=Z×SEQ(T)

Example

The rooted plane trees on at most four vertices are counted by the first coefficients of the Catalan series:

1, 1, 2, 5.

Concretely there is one tree on one vertex, one on two vertices, two on three vertices, and five on four vertices.

Facts & Assumptions

Given: The plane-tree generating function satisfies T(x)=x/(1T(x)) (Rooted plane trees satisfy T(x)=x/(1T(x))).

Verification

technique · direct
1.1

Solving T=x/(1T) coefficientwise gives T(x)=x+x2+2x3+5x4+, so the first four counts are 1,1,2,5.

givenalgebra
2.1

These are realized by the evident shapes: a single root; a root with one child; for three vertices, the chain and the root with two children; for four vertices, the chain of length four, the root with three children, the root with one child whose child has two children, and the two left-right orderings of a root with two children one of which has one child.

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

Binary necklaces of length 6 from both CYC(2Z) and Burnside's lemma

Example

There are 14 binary necklaces of length 6.

Verification

technique · direct
1.1

The corollary with m=2 and n=6 gives (1/6)(φ(1)26+φ(2)23+φ(3)22+φ(6)21)=(1/6)(64+8+8+4)=14.

givenalgebra
1.2

Burnside gives the same value. The six rotations of a 6-bead necklace fix 64,2,4,8,4,2 colourings respectively, since the numbers of position-orbits are 6,1,2,3,2,1. Their average is (64+2+4+8+4+2)/6=14.

L1algebra
2.1

The cycle-construction count and the direct Burnside count therefore agree at length 6.

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

Iterating a recursive specification to determine coefficients through degree 6

Example

For the plane-tree equation

T=x1T,

start with T0:=0 and define Tj+1:=x/(1Tj), truncating modulo x7. The iterates are

T1=x,

T2=x+x2+x3+x4+x5+x6,

T3=x+x2+2x3+4x4+8x5+16x6,

T4=x+x2+2x3+5x4+13x5+34x6,

T5=x+x2+2x3+5x4+14x5+41x6,

T6=x+x2+2x3+5x4+14x5+42x6.

So the coefficients through degree 6 are 1,1,2,5,14,42.

Facts & Assumptions

Given: The plane-tree series is the unique fixed point of Yx/(1Y) (Rooted plane trees satisfy T(x)=x/(1T(x))), and order-raising recursion converges coefficientwise by successive truncation (An order-raising recursive specification has a unique solution).

Verification

technique · direct
1.1

Substituting each displayed iterate into x/(1Y) and truncating modulo x7 gives the next one in the list.

givenalgebra
2.1

By the sixth iterate, every coefficient through degree 6 has stabilized, so the unique fixed point begins T(x)=x+x2+2x3+5x4+14x5+42x6+.

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

A family with infinitely many objects of size 2 is not a combinatorial class

Counterexample

Let A:={a0,a1,a2,} and define aj:=2 for every jN. Then the level A2 is infinite, so A is not a combinatorial class.

Facts & Assumptions

Given: A combinatorial class is required to have finite size-n levels for every n (Combinatorial classes, counting sequences and ordinary generating functions).

Verification

technique · direct
1.1

The size-2 level of the displayed family is A2={a0,a1,a2,}, which is infinite.

given
2.1

This violates the defining finiteness condition on levels, so the family is not a combinatorial class.

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

Without disjoint copies, union does not add generating functions

Counterexample

Let A=B={a} with a=1, and form the ordinary set-theoretic union AB={a} without adding tags. Then

OGF(A)=x,OGF(B)=x,OGF(AB)=x2x.

Verification

technique · direct
1.1

The ordinary union AB has one object of size 1, so its generating function is x.

given
2.1

The sum OGF(A)+OGF(B) is x+x=2x, which is different from step 1.1. The failure is exactly the missing disjointness: the same object was counted twice on the right and once on the left.

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

A product class without unique factorisation does not have generating function A(x)B(x)

Counterexample

Let A={a} with a=1, let B={b0,b1} with b0=b1=1, and let C={c} with c=2. Suppose a would-be product construction sends both pairs (a,b0) and (a,b1) to the same object c. Then

OGF(A)=x,OGF(B)=2x,OGF(C)=x22x2.

Facts & Assumptions

Given: The symbolic product rule applies to the Cartesian product, where the ordered pair itself records both components (Disjoint union and Cartesian product translate to addition and multiplication of ordinary generating functions, Disjoint unions and Cartesian products of combinatorial classes).

Verification

technique · direct
1.1

The class A×B has two size-2 objects, namely (a,b0) and (a,b1), so its generating function is 2x2.

given
2.1

The collapsed construction C has only one size-2 object, so its generating function is x2. The missing factor of 2 is exactly the loss of unique factorisation.

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

FALSE: SEQ(A) is a combinatorial class even when A has a size-zero object

Statement

False claim: SEQ(A) is always a combinatorial class, even when A has an object of size 0.

The theorem If A has no size-zero objects then SEQ(A) has generating function 1/(1A(x)) excludes exactly this case, and the exclusion is necessary.

Facts & Assumptions

Given: The sequence construction (The sequence construction SEQ(A)) and its generating function theorem, which assumes that A has no size-zero objects (If A has no size-zero objects then SEQ(A) has generating function 1/(1A(x))).

Refutation

technique · direct
1.1

Let A={e} with e=0. Then for every r0, the length-r sequence (e,,e) lies in SEQ(A) and has total size 0.

given
2.1

These sequences are all distinct because their lengths differ, so the size-0 level of SEQ(A) is infinite. Hence SEQ(A) is not a combinatorial class.

step 1.1given
3.1

The claim is therefore false, and the no-size-zero hypothesis in the sequence theorem is load bearing.

step 2.1given
False statementConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-26Open item page →

FALSE: the positive-size multiset product always encodes a valid multiset class

Statement

False claim: once one knows the positive-size counts (an)n1, the formal product

n1(1xn)an

automatically is the ordinary generating function of the multiset construction, with no further local-finiteness hypothesis on the underlying class.

The formal product itself is coefficientwise well defined. What is false is its unconditional interpretation as a multiset generating function: omitted size-0 behaviour can destroy local finiteness completely while leaving the displayed positive-size sequence unchanged.

Facts & Assumptions

Given: The multiset product theorem assumes that the underlying class has no size-zero objects (If A has no size-zero objects then MSET(A) has generating function n1(1xn)an).

[L1]

Well-defined locally finite products are the ones licensed by the summability machinery (Summable formal families may be regrouped and rearranged, distribute over multiplication, and have well-defined locally finite products).

Refutation

technique · direct
1.1

Let A have one object z of size 0 and one object u of size 1. Its positive-size counting sequence is a1=1 and an=0 for n>1, so the displayed product is (1x)1.

given
2.1

But MSET(A) has infinitely many size-0 objects: the multiplicity functions with m(z)=0,1,2, and m(u)=0 are all distinct and all have total size 0. So the would-be multiset class is not locally finite in degree 0, and [L1] does not license a generating function for it.

step 1.1L1given
3.1

The displayed product therefore does not automatically encode a valid multiset construction from the bare positive-size sequence alone. The omitted no-size-zero hypothesis matters, so the claim is false.

step 2.1given

Sources