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.
Listing the first few well-formed machine codes in shortlex order
Example
Write for the binary code of a machine description tuple under the explicit unary-arity, self-delimiting encoder fixed on the A-page. The first three successful description tuples whose codes occur in shortlex order are They all have , , and , so there is one nonhalting state , only the blank tape symbol , and exactly one transition triple to specify.
The machines decoded from these three tuples are, respectively: an immediate left-clamped looper, a right-moving looper, and an immediate acceptor.
Facts & Assumptions
Given: The three description tuples above and the shortlex ordering of binary words.
Coded deterministic one-tape Turing machines admit an effective enumeration by running the total decoder over binary words in shortlex order and outputting the successful decodings, by Turing machines admit an effective enumeration.
The machine decoder is total and reconstructs a unique coded machine from every successful code, by The chosen machine coding is injective and has a total decoder.
Verification
Each tuple has the correct length , satisfies , , and , and records a transition entry with target state in , tape symbol , and move bit in . So each is a well-formed machine code.
Any well-formed machine description tuple has arity , with equality only when and ; then necessarily . Under the fixed encoder, the unary arity header makes every larger-arity code longer than these shortest valid codes. For arity six, shortlex compares the self-delimiting canonical entries in order: target with move , target with move , and target with move give respectively.
By [L2], decoding recovers exactly the machine described by . Reading off the single transition triple of each tuple gives the three concrete machines described in the example statement.
Therefore the shortlex enumeration from [L1] begins by listing these three machines, each exactly once. This shows concretely what the effective enumeration does at its first successful decodings.
Depends on
Used by
Nothing in the library uses this result yet.
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
- Richard Zach, Sets, Logic, Computation: An Open Introduction to Metalogic (standard reference, not scraped)