Questions tagged [group-presentation]

For questions concerning groups defined via a presentation by generators and relations. Should probably be used along with the general (group-theory) tag.

A group has the presentation $\langle S \mid R \rangle$ if it is isomorphic to the quotient of the free group on $S$ by the normal subgroup generated by $R$. Every group has a presentation.

Examples

  • A cyclic group of order $n$ has presentation $\langle x \mid x^n \rangle\,.$

  • A free group on two generators has a simple presentation as $\langle x, y\rangle\,.$ If you want to consider a free abelian group on two generators, you need to impose the commutativity relations. So a free abelian group has presentation $\langle x,y \mid xyx^{-1}y^{-1}\rangle\,.$

  • The dihedral group $D_n$ of order $2n$ has presentation $\langle r,s \mid s^2, r^n, srsr\rangle\,.$

Problems

Here are a few problems regarding group presentations.

  • Group Isomorphism Problem — Given two groups presented in terms of generators and relations how can you tell if they are isomorphic?

  • Word Problem for Groups — Given a group presented in terms of generators and relations and two words in the generators of the group, how can you tell if those words represent the same element?

These problems are difficult to answer. The first problem is generally unsolvable by a result of Adian and Rabin. And for the second, it's been proven that there's no algorithm that works for any group (see the Boone-Rogers theorem). Moral of the story being that a group presented in terms of generators and relations may be difficult to actually work with.

907 questions
1
vote
2 answers

Trouble with a group presentation

I'm trying to prove that the elements of the group $\langle h_{0},h_{1} | h_{1}h_{0}h_{1}^{-1}=h_{0}^{2}\rangle$ can be expressed uniquely as $h_{0}^{n}h_{1}^{m}$ for some $n$, $m\in \mathbb{Z}$. In order to prove that, I only need to prove that…
user381400
1
vote
1 answer

Prove a group has a presentation (revisit)

I was actually asking the same question in here. However, the give answer didn't satisfy me. For the reader's convenience I'll re-write the post as follows: We define the following operation on the direct product set $G=\mathbb Z /(10\mathbb…
user
  • 1,391
0
votes
2 answers

Group presentation

Given $G = \langle x,y \mid x^{16}=y^{24}=e, x^2=y^3\rangle$, if $G$ is abelian, find its order. Note: An estimation gives $\left|G\right| \leq 48$, but is there a quotient of $G$ with order $48$? (If so, by von Dyck's theorem one can then deduce…
user31899
  • 3,917
  • 25
  • 53