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 Stirling numbers of the second kind satisfy S(n,k)=kS(n1,k)+S(n1,k1)

Statement

For every n1 and every k1,

S(n,k)=kS(n1,k)+S(n1,k1).

Facts & Assumptions

Given: A partition of [n] into exactly k nonempty blocks, with n1 and k1, counted by The Stirling numbers of the second kind and the Bell numbers.

Proof

technique · direct
1.1

Look at the block containing the element n. If that block is the singleton {n}, deleting it leaves a partition of [n1] into exactly k1 blocks. Conversely, adjoining {n} to any partition of [n1] into k1 blocks produces such a partition of [n]. So the singleton case contributes S(n1,k1).

given
1.2

If the block of n is not a singleton, delete n from that block. The remaining blocks form a partition of [n1] into exactly k blocks, and the original partition is recovered by choosing one of those k blocks and reinserting n into it. So the nonsingleton case contributes kS(n1,k).

givenalgebra
2.1

The two cases are disjoint and exhaustive, so their counts add to S(n,k). This gives the displayed recurrence.

step 1.1step 1.2

Depends on

Used by

Dependency tree · two levels

3 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