The Question:
What group is $G=\langle a,b\mid a^2b^2\rangle$?
Thoughts:
I found that the presentation maps onto $\langle a, b\mid a^2, b^2, 1\cdot 1\rangle\cong \mathbb{Z}_2\ast\mathbb{Z}_2$, which is reassuring since GAP says $G$ is infinite.
Extra Context:
I'm not sure if that's enough context so here's a Q&A:
- What are you studying?
A PhD in combinatorial group theory, first year.
- What text is this drawn from, if any? If not, how did the question arise?
None. The group arose in my research. Without giving too much away, the group is cyclically presented.
- What kind of approaches (to similar problems) are you familiar with?
Here's a list of related questions of mine:
Identifying $\langle r,s\mid srs^{-2}r, r^{-1}srsr^{-1}\rangle$.
There's more but I think that's enough.
- What kind of answer are you looking for? Basic approach, hint, explanation, something else?
A simple identification would be great. A detailed explanation of why it is what it is would be better, although (strong) hints are preferred.
- Is this question something you think should be able to answer? Why or why not?
Yes. I've been working closely with presentations in a research context for months now. It looks like Google should have the answer.
Please help :)
It has a normal abelian subgroup of index $2$ and isomorphic to ${\mathbb Z}^2$, with generators $ab$ and $a^2$.
It is a torsion-free group, so it cannot be a split extension. We have $a(ab)a^{-1} = a^4(ab)^{-1}$, so another presentation of the same group, which makes this structure clearer, is $$\langle a,c,d \mid cd=dc,\, a^2=d,\, aca^{-1}=d^2c^{-1} \rangle,$$ where $c=ab$ and $d=a^2$.
I will add that I don't think that it is completely clear what you mean by "identify this group". The presentation is a precise definition of the group, so you could argue that it is already an identification. I guess you mean something like "find an alternative description or definition of a group isomorphic to this one, if possible a group that has been studied already". That's OK, but in many cases, there will not exist such an alternative description.
Since this particular group is solvable, and even polycyclic, a polycyclic presentation, such as the one I have give above in generators $a$, $c$ and $d$ provides an alternative description. You could for example use the polycyclic package in GAP for computing with polycyclic groups on this group.