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 is finite
Statement
For every natural number , the set
of binary trees of size is finite (Binary trees, defined recursively, and their size).
Facts & Assumptions
Given: a natural number .
The recursion of Binary trees, defined recursively, and their size gives
If and are finite and disjoint, then is finite; and a finite disjoint union of finite sets is finite (The sum rule: a finite disjoint union is finite with and , and a sum over a finite index set splits along a partition).
If and are finite, then is finite (The product rule: , and ).
Proof
[base] The set has the single element by Binary trees, defined recursively, and their size, so is finite.
[ih] Assume that every with is finite.
For each index with , the sets and are finite by the induction hypothesis, so is finite by [F3].
The disjoint union is finite by [F2].
Since is in bijection with that finite disjoint union by [F1], the set is finite. Therefore every is finite.
Remarks
- This is the well-definedness step for the next corollaries. The Catalan count of binary trees is a statement about the natural number , and that symbol is honest only because this lemma makes the set finite first.
Depends on
- Binary trees, defined recursively, and their size
- The sum rule: a finite disjoint union is finite with $\lvert A \cup B\rvert = \lvert A\rvert + \lvert B\rvert$ and $\lvert\bigcup_{i \in I} A_i\rvert = \sum_{i \in I}\lvert A_i\rvert$, and a sum over a finite index set splits along a partition
- The product rule: $\lvert A \times B\rvert = \lvert A\rvert\,\lvert B\rvert$, and $\big\lvert\prod_{i<m} A_i\big\rvert = \prod_{i<m}\lvert A_i\rvert$
- The cardinality $\lvert A\rvert$ of a finite set
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
- D. Guichard, An Introduction to Combinatorics and Graph Theory, §3.5 (standard reference, not scraped)