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.
Every nontrivial extensional property of Turing-machine languages is undecidable
Statement
Let be a nontrivial extensional property of recognizable languages. Then its index set is undecidable.
Facts & Assumptions
Given: A nontrivial extensional property and its index set .
For such a property, A nontrivial extensional property admits a uniform witness machine construction gives a recognizable language opposite to with respect to and a total computable map such that implies while implies .
The language is undecidable, by The Turing-machine acceptance problem is undecidable.
Proof
Assume for contradiction that is decidable. Fix the map and the language from [L1]. Because and lie on opposite sides of , exactly one of the two conditions and holds.
On input , compute and run the assumed decider for on that code. If , answer exactly as the decider answers; if , flip the decider's answer. By [L1], this procedure accepts exactly those in , so it decides .
Step 2.1 contradicts [L2]. Therefore the assumption in step 1.1 was false, and is undecidable.
Depends on
Used by
Dependency tree · two levels
11 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
- H. G. Rice, Classes of Recursively Enumerable Sets and Their Decision Problems (standard reference, not scraped)
- EECS 376 Course Notes, Part 6: Computability (standard reference, not scraped)