Alphabeta Math
LemmaStatement: AI-adaptedProof: AI-adaptedSession-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.

Each Tn is finite

Statement

For every natural number n, the set

Tn:={TT:size(T)=n}

of binary trees of size n is finite (Binary trees, defined recursively, and their size).

Facts & Assumptions

Given: a natural number n.

[F1]

The recursion of Binary trees, defined recursively, and their size gives Tn+1i=0nTi×Tni.

Proof

technique · induction
1.1

[base] The set T0 has the single element {ε} by Binary trees, defined recursively, and their size, so T0 is finite.

F1
1.2

[ih] Assume that every Tj with jn is finite.

given
2.1

For each index i with 0in, the sets Ti and Tni are finite by the induction hypothesis, so Ti×Tni is finite by [F3].

F3step 1.2
3.1

The disjoint union i=0nTi×Tni is finite by [F2].

F2step 2.1
4.1

Since Tn+1 is in bijection with that finite disjoint union by [F1], the set Tn+1 is finite. Therefore every Tn is finite.

F1step 3.1discharge-induction

Remarks

  • This is the well-definedness step for the next corollaries. The Catalan count of binary trees is a statement about the natural number Tn, and that symbol is honest only because this lemma makes the set finite first.

Depends on

Used by

Dependency tree · two levels

27 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