A difficult exercise about the first isomorphism theorem of a group

213 Views Asked by At

I was helping a friend of mine studying basic algebra, but I waz stuck in this exercise.

Let $G=\mathbb{Z}_6 \times \mathbb{Z}_6 $ with the operation

$(a, b) *(c, d) =(a+(-1)^b c, b+d) $. Prove that $G/Z(G) $ is isomorphic to $S_3$.

I have proved that G is a group and that the center of G is the set that contains (0,3), (2,3) (4,3), (0,0), (2,0), (4,0).

Now, to prove the isomorphism, I would like to define an homomorphism between $G$ and $S_3$, whose kernels is exactly $Z(G) $, so that for the first theorem of homomorphism of groups they are isomorphic.

But the problem is that I have no idea how to define the homomorphism.

Can anyone help me, please?

1

There are 1 best solutions below

2
On

Lets start from any element not from center - for example, $(0, 1)$. We have $(0, 1) * (0, 1) = (0, 2)$ and $(0, 2) * (0, 1) = (0, 3) \equiv (0, 0)$. So order of $(0, 1)$ is $3$. Say that $(0, 1)$ goes to $(123)$, and then $(0, 2)$ goes to $(132)$.

Take not yet covered element, for example $(1, 0)$. We have $(1, 0) * (1, 0) = (2, 0) \equiv (0, 0)$. So order of $(1, 0)$ is $2$. Say that $(1, 0)$ goes to $(12)$.

Now $(1, 0) * (0, 1) = (1, 1)$ goes to $(12) \cdot (123)$ = $(23)$. So we found pre-images of $(123)$, $(132)$, $(12)$ and $(23)$. This also defines that elements goes to the rest of $S_3$. Can you complete the definition and prove that it is indeed a homomorphism?