Alphabeta Math
Session-authored (Fable 5 assisted)
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.

12 results · all verified · 5 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs. The 7 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Decision Problems for Finitely Presented Groups

1 · Prerequisites

2 · Summary

This page fixes the algorithmic vocabulary before speaking about solvability. It keeps the word problem for one fixed finite presentation separate from the uniform problem, proves several positive decision results, and records the classical negative theorems as exact cited boundary markers rather than synthetic reconstructions.

The final seam defines algebraic relator area and the Dehn function in a way that stays inside presentations and normal closures. Van Kampen diagrams and the geometric reformulation are deferred to later pages.

3 · Logical flowchart

4 · Definitions, theorems and proofs

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-08-29Open item page →

Finite alphabets, encoded inputs, and algorithms

Definition

Fix a finite alphabet Σ. An encoded input is a finite word in Σ. An algorithm on inputs from Σ is a deterministic procedure that, for each input word, either halts with an output or runs forever. A decision algorithm for a set LΣ is one that halts on every input and outputs YES exactly on the words of L.

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-08-29Open item page →

Recursive and recursively enumerable languages

Definition

Let LΣ for a finite alphabet Σ.

  • L is recursive if some decision algorithm halts on every input word and accepts exactly the elements of L.
  • L is recursively enumerable if some algorithm halts exactly on the elements of L; equivalently, some procedure lists all elements of L, with repetition allowed, and nothing else.

Thus recursive means membership is decidable on both positive and negative instances, while recursively enumerable means only the positive instances are guaranteed to appear.

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-08-29Open item page →

Recursive presentations and finite presentations of groups

Definition

Let X be a finite generating alphabet and let R be a set of relator words on XX1.

The group presented is the quotient from Group presentation by generators and relations.

LemmaStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-29Open item page →

The trivial words of a recursively presented group form a recursively enumerable language

Statement

Let XR be a recursive presentation. Then the language of words on XX1 that represent the identity in the presented group is recursively enumerable.

Facts & Assumptions

Given: A recursive presentation XR and a word w on XX1.

[L1]

In a presentation XR, a word represents the identity exactly when it lies in the normal closure of R inside the free group on X. (In XR, the words u and v represent the same element if and only if u1v ⁣R ⁣)

[L2]

The normal closure of R is the set of finite products of conjugates of elements of R and their inverses. (The normal closure of R is the set of finite products of conjugates of elements of R and their inverses)

Proof

technique · direct
1.1

Because the relator language of the recursive presentation is recursively enumerable, there is a procedure that lists all relator words in R and hence also all pairs (r,ε) with rR and ε{1,1}. By dovetailing over lengths, one can therefore enumerate all finite lists of conjugators and signed relators.

givenL2
2.1

First freely reduce the input word w to a reduced word w. For each finite list from step 1.1, form the corresponding product of conjugates from [L2] and freely reduce it in the ambient free group. Whenever the result is w, accept. If w is trivial in the presented group, then [L1] and [L2] supply a relator expression representing the same free-group element as w, so its free reduction is w and the search eventually halts; if w is nontrivial, the search may run forever.

L1L2step 1.1
3.1

Hence the trivial words are exactly the words on which this procedure halts, so they form a recursively enumerable language.

step 2.1algebra
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-08-29Open item page →

The word problem for a fixed finite presentation

Definition

Fix a finite presentation P=XR. Its word problem is the decision problem whose input is a word w on XX1 and whose question is whether w represents the identity in the group presented by P.

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-08-29Open item page →

The uniform word problem for finite presentations

Definition

The uniform word problem for finite presentations takes as input both a finite presentation P=XR and a word w on XX1, and asks whether w is trivial in the group presented by P.

Thus the fixed-presentation word problem keeps P fixed once and for all, whereas the uniform problem treats P as part of the input.

PropositionStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-29Open item page →

Solvability of the word problem does not depend on the chosen finite generating set

Statement

Let P=XR and Q=YS be finite presentations of isomorphic groups. Then the word problem is solvable for P if and only if it is solvable for Q.

Facts & Assumptions

Given: Finite presentations P=XR and Q=YS that present isomorphic groups.

[L1]

Two finite presentations present isomorphic groups if and only if a finite sequence of Tietze transformations and inverses connects them. (Two finite presentations define isomorphic groups if and only if a finite sequence of Tietze transformations and inverses connects them)

[L2]

In a presentation, equality of represented elements is equivalent to membership of the difference word in the normal closure of the relators. (In XR, the words u and v represent the same element if and only if u1v ⁣R ⁣)

Proof

technique · direct
1.1

By [L1], it is enough to show that each single Tietze transformation preserves solvability of the word problem.

L1given
2.1

A relator-addition or relator-deletion Tietze move does not change which words are trivial in the presented group, by the equality criterion [L2]. So the same decision procedure works before and after such a move.

L2step 1.1
2.2

A generator-addition move introduces one new generator y together with a defining word u(X). To decide whether a word in the enlarged alphabet is trivial, replace each y±1 by u(X)±1 and run the original algorithm on the resulting word. The inverse generator-deletion move is the same transport in the opposite direction.

L2step 1.1algebra
3.1

Every finite Tietze chain transports a decision procedure step by step, so solvability for P is equivalent to solvability for Q.

step 2.1step 2.2L1
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-29Open item page →

The word problem for a finitely generated free group is solvable by free reduction

Statement

Let F(X) be a free group on a finite set X. The word problem in F(X) is solvable: a word on XX1 represents the identity if and only if its free reduction is the empty word.

Facts & Assumptions

Given: A finite basis X and a word w on XX1.

[L1]

A word is reduced exactly when no adjacent inverse pair remains, and free reduction is obtained by repeatedly deleting such pairs. (Words in an alphabet with formal inverses, elementary cancellation, and reduced words)

[L2]

Every class in the reduced-word model of the free group contains exactly one reduced word. (Every class in W(X)/ contains exactly one reduced word)

Proof

technique · direct
1.1

Repeatedly apply the elementary cancellations of [L1] until no adjacent inverse pair remains. Because each cancellation shortens the word by two letters, the process halts after finitely many steps with a reduced word r.

L1given
2.1

The free group element represented by w is the same as that represented by r, because step 1.1 used only the free-equivalence moves of [L1]. By [L2], the identity class has exactly one reduced representative, namely the empty word. Therefore w represents the identity if and only if r is empty.

L1L2step 1.1
3.1

The halting free-reduction procedure of step 1.1 therefore decides the word problem in F(X).

step 2.1algebra
RemarkRemark: Literature-sourcedProof: Not suppliedaudited 2026-08-29 sources checked 2026-08-29 not proved hereOpen item page →
Recorded, not proved here. This statement is included so the library can refer to it honestly, with a citation to the literature. It is not proved anywhere in this library: the track that would prove it has not been developed here yet.

Finitely generated abelian groups admit invariant-factor normal form

Statement

Every finitely generated abelian group A is isomorphic to

Zr×Z/d1Z××Z/dkZ,

where r0, each di>1, and d1d2dk.

Remarks

This page records only the exact normal form. It does not prove the full classification theorem.

The consequence used below is algorithmic: once a finitely generated abelian group has been written in these coordinates, equality with the identity reduces to checking an integer vector and finitely many residue classes.

TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-29 rests on unproved materialOpen item page →
Rests on 1 statement not proved in this library. Every dependency marked below is recorded with a citation but is not established here, because the track that would prove it has not yet been developed in this library. Everything else in this proof is proved here.

The word problem for finitely generated abelian groups is solvable

Statement

Every finitely generated abelian group has solvable word problem.

Facts & Assumptions

Given: A finitely generated abelian group A with a fixed finite presentation.

[L1]

Every finitely generated abelian group admits an invariant-factor decomposition Zr×Z/d1Z××Z/dkZ with d1dk. (Finitely generated abelian groups admit invariant-factor normal form )

Proof

technique · direct
1.1

By [L1], identify A with Zr×Z/d1Z××Z/dkZ. Any input word on a finite generating set evaluates, using commutativity, to one integer exponent sum in each of these finitely many coordinates.

L1given
2.1

The word represents the identity exactly when the Zr coordinates are all 0 and each torsion coordinate is congruent to 0 modulo its invariant factor di. Those are finitely many integer checks, so they give a terminating decision procedure.

step 1.1algebra
3.1

Therefore finitely generated abelian groups have solvable word problem.

step 2.1
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-29Open item page →

Free products and suitable amalgamated free products have solvable word problem

Statement

Let G and H be finitely generated groups with solvable word problem.

  1. The free product GH has solvable word problem.
  2. More generally, let a finitely generated group K embed in G and H. Assume membership in the two embedded copies of K is decidable, and that from a word in the generators of either factor representing an element of that copy one can compute a word in a fixed generating set of K representing the same element. Then the amalgamated free product GKH has solvable word problem.

Facts & Assumptions

Given: Finitely generated groups G,H, and in the second clause a finitely generated amalgamating group K with decidable membership in both images and effective translation of a discovered factor word in K back to a word in fixed generators of K.

[L1]

Every element of an amalgamated free product has a unique normal form relative to chosen transversals, and a normal word of positive length is nonidentity. (Normal form theorem for free products with amalgamation)

[L2]

The canonical maps of the factors into an amalgamated free product are injective. (The factor maps into a free product with amalgamation are injective)

Proof

technique · direct
1.1

In each factor, solvability of the word problem lets us compare any two words. Enumerating the words in shortlex order therefore computes a canonical representative for every group element, and in the amalgam case it also computes the least representative of every left coset of K: two words represent the same left coset exactly when their quotient lies in the embedded copy of K, which is decidable by hypothesis. The extra hypothesis also makes every factor word that represents an element of K effectively translatable into a canonical word in the fixed generators of K.

givenL2
2.1

For an input alternating word in the generators of the factors, first replace each factor block by its canonical representative. Whenever two consecutive blocks lie in the same factor, multiply them there and recanonize. In the amalgam case, if a block lies in the amalgamating subgroup, step 1.1 translates it to the canonical K-word and then into the generators of the opposite factor, so the amalgam relation pushes it across the next syllable effectively. The computable coset representatives from step 1.1 ensure that each such rewrite strictly shortens the syllable length.

L1step 1.1
3.1

The reduction process of step 2.1 halts with the normal form from [L1]. By uniqueness in [L1], the input represents the identity exactly when the final normal form has length zero and terminal K-part equal to the identity. Hence the procedure decides the word problem in GKH.

L1step 2.1
4.1

Taking K={e} gives the free-product case, so both clauses follow.

step 3.1L2
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-08-29Open item page →

The conjugacy problem for a finitely generated group

Definition

For a finitely generated group with a fixed finite presentation, the conjugacy problem asks, given two input words u,v, whether the elements they represent are conjugate, that is, whether some group element g satisfies gug1=v.

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-08-29Open item page →

The isomorphism problem for a class of finite presentations

Definition

Let C be a class of finite presentations. The isomorphism problem for C asks, on input of two presentations P,QC, whether the groups they present are isomorphic.

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-08-29Open item page →

A Markov property of finitely presented groups

Definition

A class property P of finitely presented groups is a Markov property if there exist finitely presented groups G+ and G such that:

  • G+ has property P,
  • G does not have property P, and
  • G cannot be embedded into any finitely presented group having property P.

This is the exact hypothesis pattern used in the Adian-Rabin theorem.

RemarkRemark: Literature-sourcedProof: Not suppliedaudited 2026-08-29 sources checked 2026-08-29 not proved hereOpen item page →
Recorded, not proved here. This statement is included so the library can refer to it honestly, with a citation to the literature. It is not proved anywhere in this library: the track that would prove it has not been developed here yet.

Novikov-Boone: some finitely presented group has unsolvable word problem

Statement

There exists a finitely presented group whose word problem is unsolvable.

Remarks

This is the fixed-presentation form of the classical Novikov-Boone theorem. It already says that one particular finitely presented group has no decision algorithm for triviality of words; it is not merely a statement about varying the presentation as part of the input.

RemarkRemark: Literature-sourcedProof: Not suppliedaudited 2026-08-29 sources checked 2026-08-29 not proved hereOpen item page →
Recorded, not proved here. This statement is included so the library can refer to it honestly, with a citation to the literature. It is not proved anywhere in this library: the track that would prove it has not been developed here yet.

Adian-Rabin: every Markov property is undecidable on finite presentations

Statement

Every Markov property of finitely presented groups is undecidable on finite presentations.

Remarks

The witness groups required by A Markov property of finitely presented groups are part of the theorem's hypotheses, not a dispensable ornament. The point is that a positive witness and an obstruction witness let one encode arbitrary word-problem instances into finite presentations whose possession of the property detects the original instance.

This page records that reduction as a boundary theorem only. It does not rebuild the Adian-Rabin construction.

RemarkRemark: Literature-sourcedProof: Not suppliedaudited 2026-08-29 sources checked 2026-08-29 not proved hereOpen item page →
Recorded, not proved here. This statement is included so the library can refer to it honestly, with a citation to the literature. It is not proved anywhere in this library: the track that would prove it has not been developed here yet.

Triviality and finiteness are undecidable for finite presentations

Statement

There is no algorithm which, from a finite presentation, decides whether the presented group is trivial. There is also no algorithm which decides whether the presented group is finite.

Remarks

These are concrete Adian-Rabin corollaries: triviality and finiteness are both Markov properties, so the undecidability statement is inherited from Adian-Rabin: every Markov property is undecidable on finite presentations rather than proved separately here.

RemarkRemark: Literature-sourcedProof: Not suppliedaudited 2026-08-29 sources checked 2026-08-29 not proved hereOpen item page →
Recorded, not proved here. This statement is included so the library can refer to it honestly, with a citation to the literature. It is not proved anywhere in this library: the track that would prove it has not been developed here yet.

The isomorphism problem for finitely presented groups is undecidable

Statement

The isomorphism problem for finitely presented groups is undecidable.

Remarks

This is a boundary theorem for the page's list of decision problems. It is not derived here from the Adian-Rabin theorem, and nothing on this page depends on it as a proof ingredient.

RemarkRemark: Literature-sourcedProof: Not suppliedaudited 2026-08-29 sources checked 2026-08-29 not proved hereOpen item page →
Recorded, not proved here. This statement is included so the library can refer to it honestly, with a citation to the literature. It is not proved anywhere in this library: the track that would prove it has not been developed here yet.

There exist finitely presented groups with unsolvable conjugacy problem

Statement

There exist finitely presented groups with unsolvable conjugacy problem.

More sharply, there exist finitely presented groups whose word problem is solvable but whose conjugacy problem is unsolvable.

Remarks

This exact existence statement prevents the reader from overgeneralizing the positive free-group conjugacy algorithms: solvable word problem does not force solvable conjugacy problem.

DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-08-29Open item page →

Algebraic relator area and the Dehn function of a finite presentation

Definition

Fix a finite presentation P=XR. If a word w on XX1 is trivial in the presented group, then by The normal closure of R is the set of finite products of conjugates of elements of R and their inverses it can be written in the free group as

w=j=1mujrjεjuj1,

where each rjR and each εj{1,1}.

The algebraic relator area AreaP(w) is the least such integer m. The Dehn function of P is

δP(n)=max{AreaP(w):w=P1, wn}.

It is defined on N and only measures null words.

LemmaStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-29Open item page →

Every null word has a minimal algebraic relator area

Statement

Let P be a finite presentation and let w be trivial in the group presented by P. Then AreaP(w) exists.

Facts & Assumptions

Given: A finite presentation P and a word w with w=P1.

[L1]

The algebraic relator area of a null word is defined as the least length of a relator expression for that word. (Algebraic relator area and the Dehn function of a finite presentation)

Proof

technique · direct
1.1

Because w is null, the admissible lengths in [L1] form a nonempty subset of N: every relator expression for w contributes one such length, and the empty product contributes the value 0 in the boundary case.

L1given
2.1

Every nonempty subset of N has a least element. Applying this to the set of admissible lengths from step 1.1 gives a least m, and [L1] defines that least number to be AreaP(w).

L1step 1.1
3.1

Hence the minimal algebraic relator area exists for every null word.

step 2.1
PropositionStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-29Open item page →

A recursive Dehn function yields a solution to the word problem

Statement

Let P=XR be a finite presentation. If its Dehn function δP is recursive, then the word problem for P is solvable.

Facts & Assumptions

Given: A finite presentation P=XR with recursive Dehn function δP, and an input word w.

[L1]

A word is trivial in the presented group exactly when it lies in the normal closure of the relators. (In XR, the words u and v represent the same element if and only if u1v ⁣R ⁣)

[L2]

Every null word has a minimal algebraic relator area. (Every null word has a minimal algebraic relator area)

[L3]

The free-group word problem is decidable by free reduction. (The word problem for a finitely generated free group is solvable by free reduction)

Proof

technique · direct
1.1

Let n=w and let M:=max({0}{r:rR}), so M=0 when R=. Because δP is recursive, one can compute the bound B=δP(n). If w is null and B>0, [L2] gives a relator expression of area at most B; choose one of minimal area and, among those, with minimal total conjugator length. Then each conjugator may be taken of length at most n+BM: otherwise an initial segment that never survives the free reduction to w could be shortened, contradicting the chosen minimality.

givenL2
2.1

Step 1.1 reduces the search for a certificate of triviality to finitely many possibilities: at most B relator factors, each chosen from the finite set R±1, and, when B>0, each conjugator drawn from the finite set of words of length at most n+BM. When B=0, the only candidate certificate is the empty product. Enumerate these possibilities and use [L3] to test in the free group whether any of them equals w.

step 1.1L3
3.1

If the search in step 2.1 succeeds, then [L1] says w is trivial. If it fails, then no relator expression of area at most B exists, so by the definition of the Dehn function w cannot be null. Thus step 2.1 decides whether w=P1.

L1step 2.1
4.1

Therefore a recursive Dehn function gives a solution to the word problem.

step 3.1

5 · Examples, counterexamples and false statements

False statementConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-29 rests on unproved materialOpen item page →
Rests on 1 statement not proved in this library. Every dependency marked below is recorded with a citation but is not established here, because the track that would prove it has not yet been developed in this library. Everything else in this proof is proved here.

FALSE: every finitely presented group has solvable word problem

Statement

Every finitely presented group has solvable word problem.

Facts & Assumptions

Given: The Novikov-Boone existence theorem.

[L1]

Some finitely presented group has unsolvable word problem. (Novikov-Boone: some finitely presented group has unsolvable word problem )

Refutation

technique · direct
1.1

By [L1], there exists a finitely presented group G whose word problem is unsolvable.

L1given
2.1

That group G is a counterexample to the statement, so the statement is false.

step 1.1algebra
False statementConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-29 rests on unproved materialOpen item page →
Rests on 1 statement not proved in this library. Every dependency marked below is recorded with a citation but is not established here, because the track that would prove it has not yet been developed in this library. Everything else in this proof is proved here.

FALSE: recursively enumerable trivial words already give a decision algorithm

Statement

If the trivial words of a presentation form a recursively enumerable language, then the word problem for that presentation is solvable.

Facts & Assumptions

Given: A recursively presented group.

[L1]

In a recursively presented group, the trivial words form a recursively enumerable language. (The trivial words of a recursively presented group form a recursively enumerable language)

[L2]

Every finite presentation is recursively presented. (Recursive presentations and finite presentations of groups)

[L3]

The Novikov-Boone theorem gives a finitely presented group with unsolvable word problem. (Novikov-Boone: some finitely presented group has unsolvable word problem )

Refutation

technique · direct
1.1

By [L1], every recursively presented group has a semidecision procedure that halts on trivial words and may run forever on nontrivial words.

L1given
2.1

By [L3], there exists a finitely presented group with unsolvable word problem; by [L2], that group is recursively presented, so step 1.1 applies to it.

L2 L3given
3.1

The group from step 2.1 has recursively enumerable trivial words by step 1.1, but its word problem is not solvable. Therefore recursively enumerable positive instances do not force a decision algorithm.

step 1.1step 2.1
4.1

Therefore the statement is false.

step 3.1
False statementConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-29 rests on unproved materialOpen item page →
Rests on 1 statement not proved in this library. Every dependency marked below is recorded with a citation but is not established here, because the track that would prove it has not yet been developed in this library. Everything else in this proof is proved here.

FALSE: an unsolvable word problem means no individual word can be decided

Statement

If a finitely presented group has unsolvable word problem, then no individual word in that group can ever be proved trivial or nontrivial.

Facts & Assumptions

Given: A finitely presented group with unsolvable word problem.

[L1]

Some finitely presented group has unsolvable word problem. (Novikov-Boone: some finitely presented group has unsolvable word problem )

Refutation

technique · direct
1.1

An unsolvable word problem means that no single algorithm decides triviality for all input words in that fixed group.

L1given
2.1

That does not prevent a particular word from being settled by an ad hoc calculation, a special normal form, or a direct proof. So failure of one uniform algorithm is not the claim that every individual instance is forever inaccessible.

step 1.1algebra
3.1

Therefore the statement is false.

step 2.1
False statementConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-29 rests on unproved materialOpen item page →
Rests on 1 statement not proved in this library. Every dependency marked below is recorded with a citation but is not established here, because the track that would prove it has not yet been developed in this library. Everything else in this proof is proved here.

FALSE: the Novikov-Boone theorem proves only the uniform problem is unsolvable

Statement

The Novikov-Boone theorem shows at most that the uniform word problem for finite presentations is unsolvable.

Facts & Assumptions

Given: The Novikov-Boone theorem.

[L1]

Some finitely presented group has unsolvable word problem. (Novikov-Boone: some finitely presented group has unsolvable word problem )

Refutation

technique · direct
1.1

By [L1], Novikov-Boone already produces one fixed finitely presented group whose word problem is unsolvable.

L1given
2.1

A theorem about one fixed finitely presented group is stronger than a statement that only the varying-presentation problem fails. So the theorem is not limited to the uniform problem.

step 1.1algebra
3.1

Therefore the statement is false.

step 2.1
False statementConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-29Open item page →

FALSE: Tietze-equivalent finite presentations can differ on whether their word problem is solvable

Statement

Two Tietze-equivalent finite presentations can differ on whether their word problem is solvable.

Facts & Assumptions

Given: Two Tietze-equivalent finite presentations.

[L1]

Solvability of the word problem is invariant under changing between finite presentations of the same group. (Solvability of the word problem does not depend on the chosen finite generating set)

Refutation

technique · direct
1.1

Tietze-equivalent finite presentations present the same group, so [L1] applies to them.

L1given
2.1

Hence either both word problems are solvable or neither is. They cannot differ, so the statement is false.

L1step 1.1algebra

Sources