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.
Shoenfield's limit lemma
Statement
A set, equivalently its characteristic function, is computable in if and only if it is limit computable.
Facts & Assumptions
Given: a set .
A halting oracle computation has a finite query witness (An oracle computation has a finite query witness).
Proof
Use the halting-set meaning of fixed in Post's theorem. A query code specifies an ordinary computation whose halting is in question. Put . Bounded simulation makes membership in uniformly decidable in . These sets are finite and increasing, and their union is : a genuinely halting computation enters once exceeds both its code and its halting time; a nonhalting computation never enters.
If , fix computing . Define by simulating at most oracle-machine transitions of , answering each query by the decidable set . Return the output if it halts with output in within the cutoff, and return otherwise. Each stage halts, so is total computable and bit-valued even when an incorrect oracle sends into a loop or an unintended output. No time-efficiency bound on this finite simulation is asserted.
For fixed , the true run has a finite transition length and a finite query set by L1. All negative answers on are correct at every stage. Each positive answer becomes permanently correct by step 1.1; take beyond the finitely many corresponding entry stages. For every , L1 gives exactly the true run with oracle , and the cutoff does not interrupt it. Thus eventually. An empty requires only the time cutoff, and is an existence bound, not a claimed computable modulus.
Conversely, let total computable converge eventually to . For each , effectively form the ordinary program that computes , searches , and halts upon finding . Its halting is a question. Ask these questions for until receiving a negative answer. Eventual constancy ensures termination; a negative answer means that all later values equal the current value, which must therefore be . Output it. This computes in and proves the reverse implication.
Depends on
Used by
Dependency tree · two levels
7 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
- Ludovic Patey, Computability Theory, Lemma 7.2 (standard reference, not scraped)