1

$(xy)^2=xy$ for all $x,y$ in a group implies the group is Abelian

Proof:

$(xy)^2=xy \implies (xy)^{-1}(xy)^2 = (xy)^{-1}(xy) \implies xy = e$ where $e$ is the identity of the group. Since $x,y$ is arbitrary, it is also true that $yx=e$. Hence $yx=xy$. $\square$

Is this proof correct? Thanks

Edit: This question is from chapter 3 problem 52 of Abstract Algebra Theory and Applications by Judson enter image description here

user26857
  • 53,190
Math55
  • 143
  • 14

2 Answers2

2

Your proof is right, but as Eike Schulte said, it is somehow strange. I strongly suspect your statement was $\forall x\in G, x^2=x$. I'll prove that statement. (In fact, your statement and my statement is equivalent. why?)

If $x,y\in G$, $$\begin{align} xxyy&=x^2y^2\\ &=xy\\ &=(xy)^2\\ &=xyxy, \end{align}$$ then $xy=yx$.

Shaun
  • 47,747
  • 1
    More simply: $x^2=x\implies x^{-1}x^2=x^{-1}x\implies x=e$. So the group has only one element (and is therefore abelian). – TonyK Jan 13 '22 at 13:39
2

Theorem: The only idempotent of a group $G$ is the identity $e$.

Proof: Suppose $a^2=a\in G$. Then $aa=a=ae$, so, multiplying on the left by $a^{-1}$, we get $a=e$. $\square$

In your question, since $e\in G$, we have $y^2=(ey)^2=ey=y$ for all $y\in G$. Thus $y=e$, so $G$ is trivial and hence abelian.

Shaun
  • 47,747