Alphabeta Math
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-09-12
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 P be a nontrivial extensional property of recognizable languages. Then its index set IP={M:L(M)P} is undecidable.

Facts & Assumptions

Given: A nontrivial extensional property P and its index set IP.

[L1]

For such a property, A nontrivial extensional property admits a uniform witness machine construction gives a recognizable language W opposite to with respect to P and a total computable map g such that xATM implies L(Nx)=W while xATM implies L(Nx)=.

[L2]

The language ATM is undecidable, by The Turing-machine acceptance problem is undecidable.

Proof

technique · contradiction
1.1

Assume for contradiction that IP is decidable. Fix the map g and the language W from [L1]. Because W and lie on opposite sides of P, exactly one of the two conditions WP and P holds.

assume-contraL1given
2.1

On input x, compute g(x)=Nx and run the assumed decider for IP on that code. If WP, answer exactly as the decider answers; if P, flip the decider's answer. By [L1], this procedure accepts exactly those x in ATM, so it decides ATM.

L1step 1.1construct
3.1

Step 2.1 contradicts [L2]. Therefore the assumption in step 1.1 was false, and IP is undecidable.

L2step 2.1contradictiondischarge-contradiction: a decider for the index set would decide A_TM

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