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.
Novikov boone undecidability of the word problem
Statement
Assume AC. There exists a single finite presentation of a group whose word problem is undecidable: no Turing machine halts on every signed word over its fixed finite generating alphabet and correctly decides whether the word represents identity.
Facts & Assumptions
Given: The fixed normalized recognizer, positive semigroup , and associated Boone presentation.
The language of inputs satisfying in this fixed semigroup is undecidable. (Fixed finite semigroup has undecidable terminal equality)
The Boone presentation is finite. A word with positive tape contexts is special, its associated positive word is , and its identity test is . (Boone group presentation and special word)
For every positive special word, if and only if . (Boone special word equivalence)
For a fixed finite presentation the word-problem input is a signed generator word and the question is identity in that group. (The word problem for a fixed finite presentation)
The semigroup construction introduces the tape marker , the start state , and the initial word ; it also places in the subsequent tape alphabet . (Boone machine semigroup and augmented configurations)
The fixed normalized machine uses and for every nonempty binary word . (Normalized fixed halting machine for boone simulation)
Assume AC, inherited from the HNN normal-form proof. (The Axiom of Choice)
Proof
Fix before reading any input. For binary , compute using [F6]: if the input is empty, write the single symbol in the finite-word encoding; otherwise copy the binary letters unchanged. Both branches terminate and give a nonempty positive tape word. Then write . By [F5], its positive contexts are and ; by [F2], it is special and its associated positive word is exactly . In particular .
There is a finite-tape procedure computing . Store a delimited copy of . To copy it, mark each next uncopied source symbol, carry that symbol in finite control, scan to the output end, append it and return to the source; reset the marks after the copy. To copy its inverse, scan source symbols in reverse order and invert each signed letter by a fixed finite lookup. Repeat this for the four displayed copies, inserting the fixed letters . Each scan is between finite delimiters and each copy marks one previously unmarked position, so all loops terminate. Erase the source workspace and move the output left one symbol at a time by the same marking procedure. This produces a valid signed input word for the fixed presentation using a deterministic one-tape machine; no model-equivalence thesis is involved.
If a total decider of the word problem for existed, first run step 2.1 and then on its output. By [F3], its answer would be yes exactly when . The encoder terminates on every , and the assumed decider terminates on every encoded word, so this would be a total decider of the language ruled out by [F1]. Hence no such exists.
The generators and relation list are finite by [F2] and never depend on . Step 3.1 therefore proves undecidability for one fixed presentation, as asserted, with AC used only through the group equivalence [F3].
Source locator
Rotman, printed p.431, Theorem 12.8. Simpson, Theorem 8, p.4, independently confirms the fixed-presentation endpoint via a different machine construction. The reduction here uses the full conjugated- commutator; it does not use the shortened expression printed in Rotman's Corollary 12.9.
Depends on
Used by
Dependency tree · two levels
19 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
- Joseph J. Rotman, An Introduction to the Theory of Groups, Chapter 12, p.431, Theorem 12.8 (standard reference, not scraped)
- Stephen G. Simpson, A Slick Proof, Theorem 8, p.4 (independent fixed-presentation quantifier cross-check) (standard reference, not scraped)