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.
A natural-number coding of finite sequences
Definition
Write for the canonical binary numeral of , with . For a binary word , let
For a finite sequence of natural numbers define its sequence word The leading keeps the whole word a canonical positive binary numeral even when .
The natural-number code of is the unique natural number whose binary numeral is . In particular, the empty sequence has code , because .
By Finite tuples admit effective prefix-free binary encodings, the tuple of binary numerals inside is effectively and uniquely decodable, so this construction gives an injective coding of finite sequences of natural numbers by natural numbers.
Remarks
-
Later items write for the decoded length of the sequence coded by , and for its th decoded entry when .
-
The coding is chosen so that the length header and every coordinate block can be recovered by bounded scans through the binary numeral of the code.
Depends on
Used by
- Kleene's T-predicate and output function Definition
- Parameter-specialization functions Definition
- Universal and acceptable numberings Definition
- A partial function is lambda-definable if and only if it is partial recursive Theorem
- The s-m-n theorem Theorem
- The sequence-length and coordinate-reading functions are primitive recursive Theorem
Dependency tree · two levels
5 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
- Jeremy Avigad and Richard Zach, Recursive Functions (standard reference, not scraped)
- Klaus Sutner, Coding Functions (standard reference, not scraped)