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.
Standard semantic properties such as emptiness, finiteness, regularity, and context-freedom are undecidable
Statement
The following decision problems about a Turing machine's recognized language are undecidable:
- whether the language is empty,
- whether it is finite,
- whether it is regular,
- and whether it is context-free.
Facts & Assumptions
Given: The four language properties listed in the statement.
Rice's theorem says that every nontrivial extensional property of recognizable languages has an undecidable index set, by Every nontrivial extensional property of Turing-machine languages is undecidable.
An extensional property depends only on the recognized language, not on the particular machine code, by Index sets and extensional properties of Turing-machine languages.
Proof
Each listed property is extensional in the sense of [L2]: if two machines recognize the same language, then either both languages are empty, both are finite, both are regular, or both are context-free.
Each property is nontrivial. For emptiness, belongs and does not. For finiteness, belongs and does not. For regularity, belongs and the standard recognizable language does not. For context-freedom, belongs and the standard recognizable language does not.
Therefore [L1] applies to each of the four properties, so each corresponding index set is undecidable.
Depends on
Used by
Nothing in the library uses this result yet.
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
- H. G. Rice, Classes of Recursively Enumerable Sets and Their Decision Problems (standard reference, not scraped)
- MIT 6.045J / 18.400J, Lecture 9: Mapping Reducibility and Rice's Theorem (standard reference, not scraped)