Alphabeta Math
ExampleConstruction: AI-generatedVerification: AI-generatedSession-authored (Fable 5 assisted)precheck passaudited 2026-08-26
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.

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

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

8 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.