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.
Finite computation histories, halting computations, and divergence
Definition
Fix a deterministic one-tape Turing machine and an input word .
A finite computation history of on input is a finite list of configurations such that and
Such a history is:
- accepting if is an accepting configuration,
- rejecting if is a rejecting configuration,
- halting if it is accepting or rejecting.
We say that halts on if there exists a halting computation history of on .
We say that diverges on if there is no halting computation history of on .
For a halting configuration and a word over , we say that outputs when So the tape contains exactly followed by blanks.
Remarks
-
On a deterministic machine there is at most one possible next configuration from a nonhalting configuration, but the definition of divergence here is simply "no halting computation history exists."
-
The output convention is intentionally strict: the final nonblank tape segment must be exactly the displayed word, with no later nonblank cells.
Depends on
Used by
Dependency tree · two levels
10 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)
- Michael Sipser, MIT 18.404J Theory of Computation, Lecture 10: The Computation History Method (standard reference, not scraped)