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.
Boone semigroup histories detect halting
Statement
For every binary word , the initial word equals in if and only if stops on .
Facts & Assumptions
Given: The machine, semigroup and initial-word conventions above.
Equality in means a finite symmetric contextual derivation using the five transition and three cleanup families; augmented configurations allow empty right tape exactly at . (Boone machine semigroup and augmented configurations)
Proof
A write replacement in either direction changes the state and its following scanned symbol, retaining the two outer markers and a nonempty right segment. Internal right swaps with ; both sides retain a scanned symbol. End right swaps with ; the displayed must be the right outer marker, so the inverse deletes exactly the added blank and restores the earlier scanned cell. Internal left swaps with ; both sides have a scanned cell. End left swaps with ; the displayed must be the left outer marker, and the inverse again restores a nonempty scanned segment. Since there is exactly one state letter, any applicable contextual transition occurs at that state. All five families therefore preserve augmented shape in both directions.
At , erasing or inserting the first right tape letter via preserves augmented shape, including the empty segment. The equation applies exactly when the right segment is empty, removing or inserting the last left tape symbol. Finally changes exactly the whole word: the markers must be the two outer markers and there are no remaining tape symbols. Conversely occurs alone in the augmented domain and expands to . Thus every symmetric derivation starting at stays in the augmented domain.
At a nonstopping configuration the unique table entry fixes the instruction. The symbol adjacent to the moved side is either a tape symbol or the outer marker, so exactly one internal/end family applies. At with nonempty right tape the unique forward rule erases its first symbol. With empty right tape and nonempty left tape it erases the last left symbol. With both empty it sends to , which has no successor. Thus the oriented graph on augmented configurations has at most one successor per vertex. Self-loops, if present, do not affect this assertion.
If stops, its finite description history gives the same transition replacements until . Erase the right symbols, then the left symbols, then use . This constructs a finite derivation from to .
Conversely, suppose . Among finite derivations choose one of least length, . It has no repeated vertex or self-loop, since deleting the intervening segment would shorten it. The last edge is forward because has no successor. If any earlier edge were backward, there would be consecutive edges . Uniqueness of the successor would give , contrary to minimality. Every edge is therefore forward. The initial state is not ; reaching requires first reaching , and before that first occurrence all edges are actual machine steps. Thus stops. Least length is a least natural number of a nonempty set; it uses no arbitrary choice.
Steps 4.1 and 4.2 prove the two implications. For empty input supplies the scanned cell; for one-symbol input the end rules apply as specified. Empty cleanup segments were included explicitly, so these cases do not require a stronger invariant.
Source locator
Rotman, printed pp.427–428, Lemmas 12.3–12.4; the graph argument here includes all cleanup vertices and both directions of each replacement.
Depends on
Used by
Dependency tree · two levels
5 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, pp.427–428, Lemmas 12.3–12.4 (corrected augmented invariant) (standard reference, not scraped)