18

This is probably a silly question for anyone "in the know", so please forgive me.

Consider the "group" given $G = \langle x,y : x^3=y^3=1,xy=yx^2\rangle$.

I got the elements to be $G = \{1,x,x^2,y,yx,yx^2,y^2,y^2x,y^2x^2\}$, meaning that $|G| = 9$.

I calculated the multiplication table (see below), and it seems to be a group - every element appears once, and only once, in each and every row and column. It also seems to be non-abelian, e.g. $$y\cdot yx = y^2x$$ $$yx\cdot y=y(xy)=y(yx^2)=y^2x^2$$

However, when I Googled groups of order 9, it said there are only two groups of order 9 (up to isomorphism), and that they are both abelian. They are the cyclic group $\mathbb Z_9$ and the elementary abelian group $E_9 \cong \mathbb Z_3 \times \mathbb Z_3$.

I must be missing something. What is wrong with my reasoning?

If it helps, I got the conjugacy classes as $\{1\}$, $\{x,x^2\}$ and $\{y,yx,yx^2,y^2,y^2x,y^2x^2\}$.

enter image description here

Fly by Night
  • 32,886
  • Checking (as you have) that each row and column is a permutation of the elements is not enough to demonstrate associativity, though it clearly shows that each element has an inverse (assuming you have an identity). – PJTraill Nov 01 '17 at 23:28

4 Answers4

19

So $x=xy^3=yx^2y^2=y^2x^4y=y^3x^8=x^8$. As $x^3=1$ then $x=1$. The relations then collapse to $y^3=1$, and $G$ has order $3$ generated by $y$.

Angina Seng
  • 161,540
  • Thank you very much for your reply. I came to these relation by tweaking the relations for the dihedral group $D_3 = \langle x,y : x^3 = y^2 = 1, xy = yx^2\rangle$. Do you know of an efficient way to check that the generator relations don't collapse like mine did? – Fly by Night Oct 30 '17 at 19:04
  • 10
    @FlybyNight I believe that not only is there no efficient way, but that the problem is not computable at all! (See word problem for groups) – MJD Oct 30 '17 at 20:05
13

Another solution from relations:

You have the relation $xy=yx^2=yx^{-1}$. This means $y^{-1}xy=x^{-1}$. So $y$ conjugates $x$ to $x^{-1}$, and then $y^2$ conjugates $x$ to $(x^{-1})^{-1}=x$, and finally $y^3=1$ conjugates $x$ to $x^{-1}$. Thus $x=x^{-1}$, which is the same as saying $x^2=1$, and multiplying both sides by $x$ we get $1=x^3=x$.

EDIT: Here's a proof of my comment, that the group $G=\langle x,y\mid x^n=y^m=1, xy=yx^r\rangle$ has order $mn$ precisely when $r^m=1\pmod{n}$. I'll use the fact already given in the question body, that $G$ can have order at most $mn$ [this is seen by just listing all possible elements].

First, note that just like in my answer, we have $y^{-1}xy=x^r$, and thus $y^{-k}xy^k=x^{r^k}$. Letting $k=m$, we get

\begin{align} x &= y^{-m}xy^m\\ &= x^{r^m} \end{align} And thus $r^m-1$ divides $|x|$. So if $r^m\neq1\pmod{n}$, then $|x|\le\gcd(n, r^m-1)<n$, and so $|G|<mn$.

Now suppose $r^m=1\pmod{n}$. We can show $|G|=mn$ by giving an explicit (permutation) representation of $G$, that has order $mn$. [To see why, this shows $|G|\ge mn$, and together with $|G|\le mn$ we get $|G|=mn$.]

We will work in the symmetric group $S_{n+m}$, and let our representative for $x$ be the $n$-cycle $(1, 2, \ldots, n)$. Note that $x^r$ then looks like $(1, r+1, 2r+1, \ldots)$. If we define the permutation $\alpha$ as $$ \begin{pmatrix} 1 & 2 & \cdots & n\\ 1 & r+1 & \cdots & (n-1)r+1 \end{pmatrix}$$ then we have $\alpha^{-1}x\alpha=x^r$. In fact, we can give an explicit formula for $\alpha$: $$ \alpha(i) = (i-1)r+1\pmod{n}$$

Note that, for any positive integer $k$, we get $\alpha^k(i)=(i-1)r^k+1\pmod{n}$. Thus, once again letting $k=m$, we have $$ \alpha^m(i) = (i-1)r^m+1\pmod{n}$$ Since $r^m=1\pmod{n}$, we see then that $\alpha^m(i)=i$ for all $i\in\{1, \ldots,n\}$.

Thus $|\alpha|$ divides $m$. Unfortunately, we're not quite done, since it's not always true $\alpha$ has order $m$ (to see an explicit example, try $n=m=4$ and $r=3$).

However, this is why we work in $S_{n+m}$, and not just $S_n$. We can take the representative for $y$ to be $\alpha\cdot(n+1, \ldots, n+m)$, and then $|y|=m$ and $y$ acts on $x$ the same way $\alpha$ does: $y^{-1}xy=x^r$.

Finally, if $H=\langle x,y\rangle\le S_{n+m}$, then $K=\langle x\rangle$ is normal in $H$, and $H/K\cong\langle y\rangle$. Since $|x|=n$ and $|y|=m$, we have $|H|=mn$, as desired.

Steve D
  • 5,737
  • 2
    Hi Steve. Thanks a lot for getting back to me. Do you know an efficient way to check that a given set of generator relations defines a group without any redundancy? My example doesn't work

    $$\langle x,y:x^3=y^{\color{red}2}=1,xy=yx^2\rangle$$

    But these give the diherdral group

    $$\langle x,y:x^3=y^{\color{red}3}=1,xy=yx^2\rangle$$

    – Fly by Night Oct 30 '17 at 19:17
  • 1
    @FlybyNight: For the specific type of presentation you're talking about, there is in fact a way. If $G=\langle x,y\mid x^n=y^m=1, xy=yx^r\rangle$, then this defines a group of order $nm$ precisely when $r^m=1\pmod{n}$. – Steve D Oct 30 '17 at 20:32
  • How would one go about proving such a thing? Do you have a link you could suggest? – Fly by Night Oct 31 '17 at 19:47
  • 1
    @FlybyNight: I've added a proof to the answer. – Steve D Nov 01 '17 at 00:22
2

Any group of order $P$ or $p^2$ is Abelian. So, $xy = yx^2$ implies, post computation that order is 3 or 9, that $x = 1$

0

your element y^2x^2 has a left inverse different from its right inverse. With respect, your set cannot be a group.