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.
Reading the length and third coordinate of a coded finite sequence
Example
Consider the sequence . Its binary-entry blocks are so the code word from A natural-number coding of finite sequences is Let be the natural number with that binary numeral. Then the decoded header has length , and the third coordinate block decodes to . Hence
Facts & Assumptions
Given: The coded sequence described above.
The sequence-length and coordinate-reading functions for this coding are primitive recursive, by The sequence-length and coordinate-reading functions are primitive recursive.
Verification
The block immediately after the initial sentinel has three leading 's before its first , so the decoded sequence length is .
After the first two payload blocks and , the last block is , which is the self-delimiting block for the binary numeral . Therefore the third decoded coordinate is .
Steps 1.1 and 1.2 show exactly what the theorem [L1] predicts on this concrete input: the primitive-recursive decoders return and .
Depends on
Used by
Nothing in the library uses this result yet.
Dependency tree · two levels
4 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
- Klaus Sutner, Coding Functions (standard reference, not scraped)