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 Machine Simulation and Fixed-Presentation Undecidability
1 · Prerequisites
- Binary Operations, Monoids, Groups and Subgroups
- Construction of the Natural Numbers
- Construction of the Real Numbers via Cauchy Sequences
- Construction of the Real Numbers via Dedekind Cuts
- Cosets, Index and Lagrange's Theorem
- Countability and Uncountability
- Decidable, Recognizable, and Enumerable Languages
- Decision Problems for Finitely Presented Groups
- Diagonalization and the Halting Problem
- Finite Counting, Factorials and Binomial Coefficients
- Formal Languages, Encodings, and Decision Problems
- Free Groups and Presentations
- Free Products and Amalgamation
- Group Homomorphisms and the Isomorphism Theorems
- Hnn Extensions and Brittons Lemma
- Linear Recurrences and Rational Generating Functions
- Normal Subgroups and Quotient Groups
- Relations, Functions, and Quotients
- Robust Machine Models and Universal Computation
- The ZFC Axioms and the Basic Set Constructions
- Turing Machines, Configurations, and Computation
- Turing-Machine Configuration Boundary Interface
2 · Summary
A fixed halting recognizer is compiled into a finite positive semigroup and then a finite group presentation. The proof follows the input through both directions of the semigroup history test and the Boone special-word equivalence. The HNN construction proves its associated subgroup embeddings before using Britton reduction; reconstruction checks the tape signs at both rule orientations. The conclusion is undecidability for one fixed presentation. AC is assumed in the group normal-form arguments; the machine and semigroup constructions need no choice.
3 · Logical flowchart
4 · Definitions, theorems and proofs
Normalized fixed halting machine for boone simulation
Statement
Fix the deterministic one-tape recognizer of . There is a fixed finite deterministic machine on a two-sided blank tape whose instructions each either write without moving, move left without writing, or move right without writing. It has exactly one stopping state , and exactly one instruction for every other state and tape symbol. With (blank) and for nonempty binary , it stops on exactly when accepts . Consequently its stopping language is undecidable.
Facts & Assumptions
Given: The fixed recognizer ; its input alphabet excludes blank. No choice axiom is needed.
is recognizable and undecidable; the proof constructs the fixed recognizer . (The halting problem is recognizable and undecidable)
The finite table has entries for every nonhalting state and symbol, with two designated halting states and . (Deterministic one-tape Turing machines with designated accept and reject states)
Initial input starts at cell zero; an empty input scans blank. A left move at zero stays at zero. (Initial tapes and machine-relative halting configurations)
Proof
Give each symbol an undotted copy and a dotted copy . Let send accepting state to , rejecting state to a new state , and each other state to its tagged simulator copy. Add a new start state . On any undotted , its instruction writes and enters . This also defines initialization for empty input, by writing .
For each table entry and bit , add a fresh intermediate state . In state scanning , write and enter . On , this intermediate state moves in direction and enters , except that for it writes the same without moving and enters . Every other symbol in that intermediate state goes by a no-op write to . State no-op writes every symbol and stays in . The unused dotted inputs at also go to . There are no entries at . The cases are disjoint and exhaust every nonstopping state/symbol pair. Their indexing sets are finite, so this is a literal finite deterministic table.
After initialization, the unique dot is at cell zero; undotting the nonnegative tape gives precisely 's initial tape, and all negative cells are blank. Suppose this invariant holds at a simulated nonhalting state. The first instruction writes precisely 's new symbol, retaining the dot bit. The second instruction scans that very symbol, so it follows the designated intermediate branch. Away from zero it makes 's move. At zero a left move is the no-op specified in step 2.1, while a right move reaches cell one. Thus no negative cell is visited and the unique dot is neither lost nor copied. The next macro boundary has exactly 's new head, tape and mapped state. Repeating this calculation proves the invariant after every simulated step.
The macro boundaries occur at times until a halting outcome. Every intervening time is the intermediate state for the preceding table entry, so a run cannot reach in an unaccounted intermediate step. If accepts at step , reaches at time . Conversely the only reached entry into finishes a macro whose target is acceptance. Rejection reaches and loops forever; an infinite nonhalting run gives infinitely many two-instruction macros. This proves both stopping directions and divergence.
Represent the two-sided tape after any finite time by the finite interval containing the input and all visited cells, including the scanned cell. A move out of that interval adjoins one blank at the appropriate end; a write changes only its scanned cell. These are exactly the five finite-description cases (write, internal/end right, internal/end left), with nonempty scanned right segment. Extra unvisited blanks do not change the infinite-tape run. Thus the constructed machine has the finite-description interface used by the semigroup construction.
Computing merely tests whether the input is empty and, in that case, writes one blank symbol in its finite-word encoding. A decider for 's stopping language composed with this procedure would decide membership of every binary in by step 4.1, contradicting [F1]. The same fixed table works for all , including words of lengths zero and one.
Source conventions
Rotman, Chapter 12, printed pp.420–423 (quadruples and five basic moves), and Exercise 12.11 on p.425 provide the target interface. The dotted-boundary compiler above supplies the conversion from the local right-infinite, two-outcome model explicitly.
Boone machine semigroup and augmented configurations
Definition
Let be the fixed machine of Normalized fixed halting machine for boone simulation, with tape alphabet , blank , states , start and stop . Take new, mutually distinct symbols . Set . Words and concatenation have the convention of Computation alphabets, words, the empty word, and . On the nonempty words use the following equations, oriented as displayed:
| Instruction of | Relations (for every ) |
|---|---|
| write , enter , from | |
| move right, enter , from | ; |
| move left, enter , from | ; |
Add and for every , and . Erasure never ranges over .
An elementary replacement substitutes either side of an equation for the other inside arbitrary contexts . Write when a finite sequence of such symmetric replacements joins them; the sequence of length zero is allowed. Define with multiplication , using the quotient-set convention of Equivalence relation, equivalence class, and the quotient set . Its well-definedness is verified below.
The augmented configurations are and words , where , , and unless . The initial word is . The symbol has no outgoing oriented rule.
For subsequent algebra put and . Index the finite relation list by and write each relation as where , possibly empty, and both sides have exactly one state letter. This change of notation adds no erasure rule.
Facts & Assumptions
Given: The displayed relation list and contextual replacement on nonempty words.
The machine has finite tape and state sets and a finite table. (Normalized fixed halting machine for boone simulation)
Concatenation joins finite words, including the empty word. (Computation alphabets, words, the empty word, and )
A reflexive, symmetric, transitive relation defines the quotient set of equivalence classes. (Equivalence relation, equivalence class, and the quotient set )
A set with an associative binary operation is a semigroup. (Semigroup and monoid)
Verification
Every table entry contributes at most transition equations, and cleanup contributes . Every side is nonempty and contains exactly one state letter, including on the final right side. Thus replacements stay in and the list is finite.
The length-zero path proves . Reversing a path proves symmetry because each replacement permits both directions. Joining two finite paths with common endpoint proves transitivity. Hence is an equivalence relation and its classes form a set.
Prefixing and suffixing every word of a path by fixed words prefixes and suffixes every replacement context. Therefore implies . If also , first use the path from to with suffix , then the path from to with prefix , obtaining . Thus is independent of both representatives.
Word concatenation is associative: both and list the letters of , then , then at the same indices. Consequently . Products stay nonempty, so this is the claimed semigroup. Empty contexts and one-letter words cause no exception; an empty word is not adjoined as an identity element.
Source conventions
Rotman, printed pp.426–427, gives the eight relation families. The augmented domain permits empty right tape during stopping cleanup, repairing the nonempty-right-tape assertion in his Lemma 12.3.
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.
Fixed finite semigroup has undecidable terminal equality
Statement
There is one fixed finite positive semigroup presentation, with one state letter on each side of every relation, for which deciding on encoded initial words is impossible. In particular both unrestricted equality to and unrestricted word equality in this same semigroup are undecidable.
Facts & Assumptions
Given: The fixed machine and semigroup already constructed; all inputs are binary finite words.
The fixed stops on exactly for , an undecidable language. (Normalized fixed halting machine for boone simulation)
For this fixed , the construction gives one finite positive semigroup presentation , its fixed terminal letter , and the computable initial words . Every defining relation has exactly one state letter on each side. (Boone machine semigroup and augmented configurations)
in exactly when stops on . (Boone semigroup histories detect halting)
Proof
Fix the table of and hence the finite relation list of once. On input , test emptiness, write the encoding of in the empty case and otherwise copy , and prefix and suffix . This computes by finite-symbol scans; no part of the presentation depends on .
A decider answering whether this equals would answer yes exactly when stops on , hence exactly when . Running it after the terminating encoding in step 1.1 would be a total decider of that language, contradicting [F1].
An unrestricted terminal-equality decider could be run on these initial words; an unrestricted two-word equality decider could be run on . Each would give the impossible decider in step 2.1. The reductions include .
Source locator
Rotman, printed pp.428–430, Theorem 12.5 and Corollary 12.6. The direct composition above fixes the presentation before varying the input.
Boone group presentation and special word
Definition
Use the finite positive presentation and its relation notation from Boone machine semigroup and augmented configurations. All generator alphabets below are disjointly tagged.
For a signed tape word , , set . Thus , , and . A cancellation pair is carried to a cancellation pair; applying twice recovers the original pair. Consequently this operation is well-defined on free tape words modulo free cancellation. It is neither reversal nor a claimed operation on the semigroup quotient.
Define by generators and the following relations for every and : Each displayed equation means the relator in the free-group quotient of Recursive presentations and finite presentations of groups. Both the generating set and relator list are finite. There are no other defining equations, in particular none commuting state letters with .
A special word is the spelled word , where are positive tape words (empty is allowed) and . Set , a nonempty positive semigroup word, and The operation is on the tape words in this spelling, not on arbitrary elements of . For empty tape contexts, and .
Source locator
Rotman, Chapter 12, printed pp.430–431, sharp notation and the displayed Boone presentation. Inverses in reverse the full word; sharp preserves the order of its tape letters.
Boone base groups and associated free bases
Statement
Assume AC. Put and . Then is infinite cyclic and embeds in . For each rule , put , . The subgroups are free on the indicated bases. The correspondence , is an isomorphism . The map , is an involutive automorphism of .
The retraction sending , is injective on each , for . The automorphism of fixing and all other states and sending identifies with ; the corresponding automorphism identifies with .
We also use the following finite multiple-letter version of Britton's lemma: for finitely many isomorphisms between subgroups of one base, the successive HNN construction embeds that base; a word with stable letters equal to a base element contains a pinch for an original edge subgroup. Two reduced words representing the same element have the same ordered sequence of signed stable letters.
Facts & Assumptions
Given: The finite alphabets and rule contexts of the Boone presentation.
These are the specified tape relations and rule words. (Boone group presentation and special word)
Reduced words give free groups and their universal property; nonempty reduced words are nonidentity. (Reduced words form the free group on an alphabet)
Reduced syllable expressions in a free product are unique. (Normal form theorem for free products)
A reduced single-letter HNN word containing a stable letter cannot be the identity. (Britton's lemma)
The base embeds in a single-letter HNN extension. (The base group embeds in its HNN extension)
Assume the Axiom of Choice. (The Axiom of Choice)
Proof
For finitely many edge maps between subgroups of a base , adjoin their letters successively. The edge subgroups remain embedded after each addition by [F5], so the next map is still an isomorphism of actual subgroups. AC chooses representatives of their nonempty cosets for the single-letter normal forms underlying [F4]. This is the choice use throughout the construction.
Prove the multiple-letter pinch assertion by induction on the number of letters. With no letters there is nothing to assert; with one letter apply [F4] to the word times the inverse of its asserted base value. For the next letter, regard all older-letter blocks as coefficients. If the new letter occurs, single-letter Britton supplies a new-letter pinch whose intervening older-letter block represents an element of an original edge subgroup in . If that block contains older letters, the induction hypothesis supplies an older-letter pinch in the original spelling. Otherwise the new-letter pinch is already a pinch over . If the new letter never occurs, use the induction hypothesis directly. This proves the assertion for every finite family, without changing any edge subgroup.
For completeness, compare two multiple-letter reduced words with . In a pinch can occur only across the seam, since neither side has an internal pinch. It must pair the last signed letter of with the inverse of the last signed letter of , with the same label. Reducing this pinch replaces the seam coefficient by a base element, leaving shortened prefixes of the original reduced words. Repeat. If one prefix had stable letters after the other ran out, it would be a reduced word equal to a base element, contradicting step 2.1. Hence all paired letters agree in reverse order and both prefixes run out together. This proves the sequence assertion, including length zero.
Start with the free group on . By [F2], for every nonzero integer . The map is an isomorphism : it preserves addition of exponents, is injective and has precisely that image. Successively adjoin each with . Steps 1.1–2.1 apply (the local stable letter is ), giving and preserving the infinite order of . Form using [F3]; states have no relations with .
Sending and respects every relator of , giving . For either or , a nonempty reduced word in the abstract letters maps under and then to the same nonempty reduced tape word. By [F2] it is nonidentity. Thus is free on that displayed basis, and restricts injectively to .
In , the subgroup is a free product: any alternating product of its nonidentity state powers and tape elements is a nonempty reduced syllable word by [F3]. The assignment fixing and all other states and sending to defines an automorphism of . Its inverse sends that state to and fixes the same other generators; substitution verifies both composites on every generator. This automorphism carries the preceding free product to , proving its asserted free basis. Empty or give the same substitution with an identity factor.
Replace the state by , the contexts by , and by in the explicit automorphism construction of step 5.1. Its inverse is . Thus is free on the stated basis. The unique homomorphisms given by the forward and reverse basis correspondences compose to the identity on every basis element, hence on both groups. They are inverse isomorphisms, proving the assertion about .
Inverting the equation gives , exactly its image under . Thus defines an endomorphism of . Its square fixes and every , so it is an involutive automorphism. It interchanges and . All claims now follow.
Source locator
Rotman, printed pp.438–440, Lemma 12.11 and Corollary 12.12. The free state factor here corrects the state/ commutation printed in part (ii-prime). The multiple-letter pinch and comparison arguments above derive precisely the extra interface needed from the local single-letter results.
Boone hnn tower and auxiliary subgroups
Statement
Assume AC. The multiple HNN extension embeds , and is free on these generators. Let be the HNN extension of with letter centralizing the actual subgroup . Let . The HNN extension of with letter centralizing the actual subgroup is exactly . All these base maps are injective. Moreover . These are associated subgroups, without a claim about full centralizers or a free basis for .
Facts & Assumptions
Given: The groups, free bases and maps from the preceding lemma.
are free on the displayed bases, is their basis isomorphism, is injective on , and finite multiple-letter Britton and stable-letter comparison hold. (Boone base groups and associated free bases)
Single-letter HNN normal forms exist and are unique after choosing transversals. (Normal forms in an HNN extension are unique relative to chosen transversals)
A reduced HNN word with a stable letter is nonidentity. (Britton's lemma)
The semigroup construction introduces the distinguished terminal symbol and places it in the subsequent state alphabet . (Boone machine semigroup and augmented configurations)
The Boone presentation defines and lists its rule-letter, -centralizer, and -centralizer relations, including commutation with . (Boone group presentation and special word)
Assume AC to choose the coset representatives used in HNN normal forms. (The Axiom of Choice)
Proof
Since every is an isomorphism of actual subgroups of , the successive construction in [F1] forms with embedded bases. Its relations need only be imposed on the free bases, because conjugation and preserve products and inverses. The tape relation is equivalent to and then . Thus the finite presentation of is exactly the tape/state/rule portion of .
The automorphism used in [F1] fixes and carries onto . A reduced free-product word with a state syllable cannot belong to , so . Similarly . If an element of equals , applying gives identity, and the injectivity on gives that element equal to . The infinite order of then gives . Hence .
Let a nonempty freely reduced word on be given, consolidating consecutive letters into powers. A possible rule pinch has the form . If , step 1.2 excludes subgroup membership. If , the displayed pair would cancel freely, contrary to the chosen spelling. Thus a word with rule letters is nonidentity by multiple-letter Britton in [F1]; without rule letters it is a nonzero power of the embedded . This proves freeness of on , including the case of zero rule letters.
The identity map of the actual subgroup is an isomorphism, so adjoining with that edge map is an HNN extension. Choose representatives by [A1]; [F2]–[F3] embed in . Commutation with each is equivalent to commutation with every product and inverse, hence with all of .
By [F4], is a specified generator in the embedded state group, so is defined. Let be the subgroup generated by the finite list . Its identity map is an isomorphism regardless of relations among that list. Adjoining with this edge map therefore embeds by [F2]–[F3], again using [A1]. Requiring commutation with the displayed generators is equivalent to commutation with . By [F5], these are exactly the remaining defining relations of ; both presentations are the same free-group quotient. This proves the tower and every asserted embedding.
Source locator
Rotman, printed pp.438–440, Lemma 12.11. Simpson, Definition 1, p.1, independently uses the convention ; the local normal-form convention uses its inverse stable letter.
Boone positive history pushing
Statement
Assume AC. If a special word satisfies in the positive semigroup, then in for words on . Consequently in .
Facts & Assumptions
Given: A positive special word and a finite symmetric semigroup history to .
The group relations are , , and , where , ; sharp preserves order. (Boone group presentation and special word)
embeds in ; centralizes , and centralizes and . (Boone hnn tower and auxiliary subgroups)
Assume AC as in the embedded tower. (The Axiom of Choice)
Proof
For every integer , follows by taking powers in . The rule relation also gives : from , obtain and multiply on the right by . Thus for either or , .
For a positive word of length , set . At , . If this holds for and , then Since , this proves the formula for all , for both signs.
Let be positive of length , let be its reversal and put . Then . Applying step 2.1 to and multiplying by gives Together with step 2.1 these are all four signed pushing identities, including and .
Every word in a history beginning at has exactly one positive state letter, since every relation preserves that count. Hence a contextual forward replacement has old word and new word with positive tape contexts . With , , the corresponding special spellings satisfy The reverse replacement uses and gives These equalities use only relations of .
Along the finite symmetric path choose, at each edge, the applicable equality expressing the earlier spelling as an auxiliary left factor times the later spelling times an auxiliary right factor. Substitution multiplies the left factors in path order and the right factors in reverse path order. Since the last spelling is , it yields . For a path of length zero both factors are empty. This is a finite product of explicitly given factors, with no choice of infinite histories.
Put . Since commutes with , . Since commutes with and , These equalities hold in by the embedded tower, under its stated AC assumption.
Source locator
Rotman, printed pp.432–433, Lemma 12.10 and sufficiency proof. The explicit exponent formula supplies the three identity verifications left implicit there.
Boone commutator extracts an auxiliary history
Statement
Assume AC. For a special word , if in , then there are freely reduced auxiliary words on with in the embedded rule group .
Facts & Assumptions
Given: with .
is the -HNN extension centralizing ; is the -HNN extension centralizing , with all bases embedded. (Boone hnn tower and auxiliary subgroups)
A reduced HNN word with a stable letter is nonidentity; an identity word with stable letters therefore has a pinch. (Britton's lemma)
Assume AC for the HNN transversals. (The Axiom of Choice)
Proof
Set . It has one , hence is nonidentity by [F2]. In the identity word the only two letters must form a pinch. For the identity edge map of this says precisely , with membership in the embedded base .
Write where are auxiliary words and , and choose the least possible . Such finite expressions exist by and the definition of generated subgroup. If , the equality has exactly one and violates [F2]. Thus .
Apply [F2] to the displayed word for in . If a pinch uses its first , it pairs that with , so and in . Multiplying gives . This is the desired auxiliary equation.
Any other pinch pairs consecutive with and . Since commutes with , for either sign the corresponding subexpression satisfies Replacing it combines the neighboring auxiliary factors and gives an expression for with such occurrences, contrary to minimality. Thus this kind of pinch cannot occur.
A pinch exists, so step 3.1 must apply. Freely reducing and changes neither represented element nor alphabet, and yields the claimed . All coefficient equalities were obtained in , by the embedded-base clause in [F1]. Least finite length and finite free reduction need no additional choice.
Source locator
Rotman, printed pp.440–441, Lemma 12.13, including both signs of the later -pinch.
Boone reduced auxiliary words have no rule pinches
Statement
Assume AC. Each freely reduced auxiliary word on has no rule-letter HNN pinch. For freely reduced signed tape words and freely reduced auxiliary words , an equality in forces and to have the same number of rule letters. If that number is positive, an identity spelling has a central pinch
Facts & Assumptions
Given: The specified freely reduced words and the rule HNN extension.
The free associated bases, tape retraction, infinite cyclic subgroup and multiple-letter pinch/comparison results hold. (Boone base groups and associated free bases)
In , , as proved in the tower construction; embeds in . (Boone hnn tower and auxiliary subgroups)
HNN normal forms relative to chosen transversals are unique. (Normal forms in an HNN extension are unique relative to chosen transversals)
Assume AC for those transversals. (The Axiom of Choice)
Proof
Here is also the intersection check directly. Undoing the state-twisting automorphism in [F1] fixes . A reduced word with a state syllable then cannot lie in , so an element of must lie in . The tape retraction sends a nonempty reduced basis word there to a nonempty reduced tape word, whereas it sends to identity. Therefore the basis word is empty and , whence . For the same computation uses , with the identical retraction image. This verifies the intersections used in [F2].
An internal pinch in a reduced auxiliary word must pair across a pure power . By step 1.1 membership in the requisite edge subgroup forces . But then the two letters freely cancel, contrary to reducedness. There is thus no internal pinch.
Rewrite the given equality as . Both sides are rule-reduced by step 2.1, since all their rule letters occur in their single auxiliary block. The multiple-letter comparison of [F1], derived by successively pairing letters across the seam, shows their signed rule sequences agree. In particular their lengths agree. This is consistent with the single-letter normal-form invariant [F3], with choices licensed by [A1]; the finite comparison here uses the proved multiple-letter version.
If the common length is positive, multiple-letter Britton applied to supplies a pinch. It cannot be wholly within either auxiliary block by step 2.1. The only other consecutive pair of rule letters is the last one of and the first one of , with intervening coefficient for their adjacent terminal/initial powers. Thus it has exactly the central form in the statement. If the common length is zero, the whole equality is in by base embedding.
Source locator
Rotman, printed pp.442–444, Lemma 12.14 and the opening comparison in Lemma 12.15. The retraction proves the intersection even when the auxiliary word has no tape letters.
Boone positive history reconstruction
Statement
Assume AC. If is special and in for auxiliary words on , then in the positive semigroup .
Facts & Assumptions
Given: The auxiliary equation in the embedded group . All equalities of spelled tape words below are explicitly distinguished from group equalities.
Freely reduced auxiliary comparisons have a common rule-letter length; at positive length their identity spelling has a central rule pinch. (Boone reduced auxiliary words have no rule pinches)
The associated subgroups have free bases and . The tape retraction, infinite order of , involution fixing tape letters and inverting , and finite multiple-letter Britton hold. (Boone base groups and associated free bases)
In the embedded rule group , the exact HNN convention is for . Together with [F2], conjugation by carries the displayed basis of to that of , and conjugation by carries back to . (Boone hnn tower and auxiliary subgroups)
A free product has unique reduced syllable expressions. (Normal form theorem for free products)
A reduced HNN word with stable letters cannot represent identity. (Britton's lemma)
The indexed semigroup rules are , with positive and possibly empty. Equality in is generated by finite symmetric contextual replacements, so either orientation of each rule is permitted in positive contexts. (Boone machine semigroup and augmented configurations)
Sharp changes each tape-letter sign without reversing order, preserves concatenation and free reduction, and is involutive. For a special spelling , the associated positive word is . (Boone group presentation and special word)
Assume AC, used for the HNN normal forms. (The Axiom of Choice)
Proof
We prove a stronger assertion: for freely reduced, possibly signed tape words , the equation forces to be positive and in . Freely reduce , which does not change their elements. By [F1] their rule-letter counts have a common value . We use strong induction on , under the AC normal-form assumptions.
If , the equation is in , since the base embeds. Unique reduced syllables give , and . Applying shows the freely reduced tape words are empty. Infinite order of then gives . Thus are empty positive words and literally, proving the initial case.
We first establish the tape sign test used at a pinch. Suppose is a freely reduced signed tape word and . Choose its reduced basis spelling in . Then in . Expand in tape stable letters and . This expansion has no tape pinch: opposite successive tape signs of the same label would come from consecutive inverse basis letters, forbidden by basis reduction; opposite signs of different labels are not a pinch. Any cancellations of neighboring do not change this observation. The same is true of , since it is freely reduced. If began with , the only possible first pinch in would be across that seam. The last basis letter of would have to be , giving exactly . For the tape relation , such a pinch requires , impossible because has infinite order and is not an even integer. If is empty there is no seam pinch at all. Multiple-letter Britton therefore rules out a negative first letter of . Thus is empty or begins positively.
Suppose and assume the stronger assertion for all smaller counts. By [F1], write where lies in if , or in if . Each of has rule letters. To treat both orientations uniformly, put Then the edge subgroup is and conjugation by carries to and sends to .
If instead , apply . It fixes every signed tape word and sends to , so the same sign test holds. A mirrored test also holds: if , invert to obtain . The first-letter test for says that is empty or ends negatively. These conclusions cover both and without exception.
Membership of in gives a word in and . Choose one with the fewest occurrences of and reduce every intervening basis word. There cannot be zero occurrences, since a tape element has no state syllable. In the product of this expression with the inverse of , free-product reduction must cancel state letters. A state cancellation entirely among two consecutive occurrences with opposite signs has intervening coefficient either or , where . Its being identity forces , so the two inverse occurrences could be removed, contradicting minimality. Therefore the single state letter of the coefficient must cancel with one of these occurrences, and after that no further state occurrences can remain: any further reduction would again remove an inverse pair already excluded by minimality. Exactly one positive occurs, , and comparison of its left and right coefficients yields The state sign is positive because the original coefficient contains , not , in the free state factor.
Reduce freely to . From step 2.2, . If any letter of survived the seam cancellation, would start negatively, since is positive. This contradicts steps 1.3 and 2.1. Thus as an exact spelling, and is empty or starts positively. Likewise reduce to . Then . If any letter from survived, would end positively; the mirrored test in step 2.1 excludes this. Hence as a spelling, and is empty or ends negatively. Both are subwords of the original reduced words and so are reduced. These conclusions include completely empty remainders and empty .
Substituting the spellings from step 3.1 into the coefficient equations and cancelling the terminal/initial tape factors gives By [F2]–[F3], the applicable edge isomorphism restricts to on , because it sends each of its basis elements to . Thus its values on these particular elements are and . Replacing the central pinch in the original equation gives This computation is valid for both signs of ; for it uses the inverse edge map, which still restricts to the same involution .
The word is freely reduced: each factor is reduced, the second is negative, and a nonempty first factor ends negatively by step 3.1. No opposite pair can occur at the seam. Similarly is reduced, since is positive and a nonempty starts positively. Empty factors introduce no seam. Sharp preserves free reduction, so is also freely reduced. Freely reduce the two auxiliary factors in step 4.1; their rule counts can only decrease and are at most . By [F1] their new counts agree. The induction hypothesis therefore applies and makes and positive, with Because the two concatenations were freely reduced spellings, their subwords are themselves positive. Consequently and are positive.
If , the original positive word is , which rewrites by rule to . If , it is , which rewrites by the reverse of the same semigroup equation to . Both uses have positive contexts by step 5.1. This completes the induction for signed words. For the special words of the statement, positivity was already given, so the resulting equality is exactly .
Source locator
Rotman, Chapter 12, printed pp.443–447, Lemma 12.15. The tape sign tests, both rule orientations, and empty remainders are proved explicitly above; the source leaves the reverse orientation to the reader.
Boone special word equivalence
Statement
Assume AC. For every special word , with positive tape words, possibly empty,
Facts & Assumptions
Given: A positive special word in the stated domain.
A positive semigroup history gives and . (Boone positive history pushing)
gives in the embedded for freely reduced auxiliary words. (Boone commutator extracts an auxiliary history)
Such an auxiliary equation for a special word gives in . (Boone positive history reconstruction)
Assume AC for the HNN arguments in these facts. (The Axiom of Choice)
Proof
Suppose . The given positive special spelling satisfies the domain of [F2], so it supplies auxiliary with equality in . This is exactly the group and equation required by [F3], and that fact yields in .
Conversely, suppose . Equality in the presented semigroup is a finite symmetric history, and the special spelling has positive contexts. Thus [F1] applies and gives . The two implications include ; for they reduce to the defining commutation of and . This proves the stated equivalence on precisely the positive special-word domain.
Source locator
Rotman, printed p.431, Lemma 12.7; proofs on pp.432–433 and pp.438–447. No equivalence for arbitrary signed tape words is asserted here.
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.
5 · Examples, counterexamples and false statements
None yet.
Sources
- Joseph J. Rotman, An Introduction to the Theory of Groups, Chapter 12, pp.420–425, definitions of quadruple/basic move, Exercise 12.11
- Joseph J. Rotman, An Introduction to the Theory of Groups, Chapter 12, pp.426–427, associated semigroup presentation
- Joseph J. Rotman, An Introduction to the Theory of Groups, Chapter 12, pp.427–428, Lemmas 12.3–12.4 (corrected augmented invariant)
- Joseph J. Rotman, An Introduction to the Theory of Groups, Chapter 12, pp.428–430, Theorem 12.5 and Corollary 12.6
- Joseph J. Rotman, An Introduction to the Theory of Groups, Chapter 12, pp.430–431, sharp notation and Boone presentation
- Joseph J. Rotman, An Introduction to the Theory of Groups, Chapter 12, pp.438–440, Lemma 12.11 and Corollary 12.12 (corrected free factor)
- Joseph J. Rotman, An Introduction to the Theory of Groups, Chapter 12, pp.438–440, Lemma 12.11
- Stephen G. Simpson, A Slick Proof, Definition 1, p.1 (independent HNN convention cross-check)
- Joseph J. Rotman, An Introduction to the Theory of Groups, Chapter 12, pp.432–433, Lemma 12.10 and sufficiency proof
- Joseph J. Rotman, An Introduction to the Theory of Groups, Chapter 12, pp.440–441, Lemma 12.13
- Joseph J. Rotman, An Introduction to the Theory of Groups, Chapter 12, pp.442–444, Lemma 12.14 and reduced-length comparison
- Joseph J. Rotman, An Introduction to the Theory of Groups, Chapter 12, pp.443–447, Lemma 12.15
- Joseph J. Rotman, An Introduction to the Theory of Groups, Chapter 12, p.431, Lemma 12.7; pp.432–447, both proof directions
- Joseph J. Rotman, An Introduction to the Theory of Groups, Chapter 12, p.431, Theorem 12.8
- Stephen G. Simpson, A Slick Proof, Theorem 8, p.4 (independent fixed-presentation quantifier cross-check)