Alphabeta Math
TheoremStatement: Literature-sourcedProof: AI-generatedSession-authored (Fable 5 assisted)precheck passjudge pass (gpt-5.6-terra)audited 2026-08-27
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.

The signless first-kind Stirling numbers satisfy their recurrence and expand the rising factorial

Statement

For every n1 and every k1,

c(n,k)=c(n1,k1)+(n1)c(n1,k).

Moreover, for every nN,

xn=k=0nc(n,k)xk.

Facts & Assumptions

Proof

technique · direct
1.1

To build a permutation of [n] with exactly k cycles, start from a permutation of [n1]. Either n forms a new one-cycle, which contributes c(n1,k1) possibilities, or else n is inserted into one of the n1 cyclic slots of a permutation with k cycles, which contributes (n1)c(n1,k). These two constructions are disjoint and exhaustive, so the recurrence follows.

given
2.1

Let Pn(x):=k=0nc(n,k)xk. Step 1.1 gives Pn(x)=xPn1(x)+(n1)Pn1(x)=(x+n1)Pn1(x), and also P0(x)=1.

step 1.1algebra
3.1

The rising factorial satisfies the same recursion: x0=1 and xn=(x+n1)xn1 by The rising factorial. Therefore Pn(x)=xn for all n by induction on n.

step 2.1given

Depends on

Used by

Dependency tree · two levels

7 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