0

Suppose $G$ is a group of order $4$ and $x^2=e$ for all $x$ in $G$. Prove that $G$ is isomorphic to $Z_2\oplus Z_2$.

My attempt:

(1) Show that $G$ is abelian.

\begin{align*} \text{Take }x,y\in G.&\text{Then }xy\in G.\\ (xy)^2&=e\\ \text{Thus } (xy)^{-1}&=xy\\ \text{Also by socks-shoe property }(xy)^{-1}&=y^{-1}x^{-1}=yx\\\\\text{Thus we have }&xy=yx \text{ and $G$ is abelian}. \end{align*} (2) Show that $Z_2\oplus Z_2$ is abelian. $$\text{This can be easily verified.}$$ (3) Define the isomorphism $\phi$ $$\text{Let $G$}=\{e,a,b,c\}\\ \text{Define } \phi \text{ from $G$ to $Z_2\oplus Z_2$ such that}\\ \phi(e)=(0,0)\\\phi(a)=(0,1)\\\phi(b)=(1,0)\\\phi(c)=(1,1)$$ $$\text{Clearly $\phi$ is one-one and onto.}$$

How do I show that $\phi$ is operation preserving?
If this is not the right way the proof is going, please post the solutions.

Bijesh K.S
  • 2,604

2 Answers2

3

Claim. The elements of $G$ can be written as $\{e,a,b,ab\}$.

Proof. Since $G$ is a group the identity element $e\in G$. Since $G$ is a group of order $4$, there must exist another three non-identity elements which are also mutually distinct. Let them be $a,b$ and $c$. We claim that $ab=c$.

If not then $e,a,b,ab$ and $c$ all are elements of $G$. Furthermore (observe that $ab$ is not equal to any one of $a,b$ and $e$) all of them are mutually distinct. This contradicts the fact that the order of $G$ is $4$. So we are done.

Now define a homomorphism $\phi:G\to\mathbb{Z}_2\oplus \mathbb{Z}_2$ by $$\phi(e)=(0,0)$$$$\phi(a)=(0,1)$$$$\phi(b)=(1,0)$$I think that you can take it from here.

1

You can easily show the group contains two normal subgroups of size $2$. There is a criterion that states that if $K$ and $H$ are normal subgroups of $G$ with $K\cap H =\{e\}$ and $KH=G$ then $G\cong K \times H$.

Asinomás
  • 105,651