5

Prove that if in a group $(ab)^2= a^2 b^2$ then the group is commutative.
I am having a hard time doing this. Here is what I have so far:
Proof:
$a^2 b^2= a^1 a^1 b^1 b^1$
=$aa^{-1}bb$
=ebb
Hence,$aa^{-1}=e$
I am stuck, I do not know if this is the right process in proving this

behold
  • 403

1 Answers1

6

$aabb=(ab)^2=abab$ implies that $a^{-1}aabbb^{-1} = a^{-1}ababb^{-1}$. So, $eabe = ebae$. Hence $ab=ba$.

Dan Rust
  • 30,108
  • so I was on the right track? I just got to work with the $(ab)^2$ @Dan Rust – behold Jan 21 '17 at 02:47
  • 1
    Well you didn't use the left hand side of the relation that you were given, so you obviously needed to use that somewhere. – Dan Rust Jan 21 '17 at 02:48
  • thanks. Im still learning how to properly do proofs. – behold Jan 21 '17 at 02:53
  • Good luck. With a little bit of practice, you see chains of reasoning like above very quickly and naturally. – Dan Rust Jan 21 '17 at 02:54
  • one more thing @Dan Rust, the answer you gave me is commutative right? because commutative is usually presented as a + sign – behold Jan 21 '17 at 20:51
  • A group $(G,\bullet)$ is commutative/abelian if for all $a,b\in G$ $a\bullet b = b \bullet a$. Obviously we can ommit the $\bullet$ notation altogether giving $ab=ba$ or, as you suggest, use additive notation with $+$ giving $a+b=b+a$. It's just notation though. We could talk about the integers with addition and write $nm = n+m$ if we really wanted, as long as the reader understood what we meant. – Dan Rust Jan 21 '17 at 20:54