Introduction to Group Theory - Abstract Algebra

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 4K views
descendency
Messages
39
Reaction score
0

Homework Statement


Prove that if (ab)2 = a2b2 in a group G, then ab = ba.

Homework Equations


* For each element a in G, there is an element b in G (called the inverse of a) such that ab = ba = e (the identity).
* For each element in G, there is a unique element b in G such that ab = ba = e.
* The operation (under which the group is defined) is associative; that is, (ab)c = a(bc).

The Attempt at a Solution


[tex](ab)^{2} = (a)^{2}(b)^{2}[/tex]
[tex](a)^{-1}(ab)^{2}(b)^{-1} = (a)^{-1}(a)^{2}(b)^{2}(b)^{-1}[/tex]
[tex](a)^{-1}abab(b)^{-1} = (a)^{-1}aabb(b)^{-1}[/tex]
ebae = eabe
ba = ab.

Is this allowed? (Keep in mind, the operation which the group is defined over is not necessarily multiplication. it may be composition.)
 
Last edited:
Physics news on Phys.org
Sure is but your pre last line should be ba = ab I believe.

Also your 2nd "given" is the same as your first, you probably meant something else?
 
NoMoreExams said:
Sure is but your pre last line should be ba = ab I believe.

Also your 2nd "given" is the same as your first, you probably meant something else?

The second given is the uniqueness statement. The first given is the rule that an element in a group has at least an inverse (not necessarily unique). I said "the" when I meant "an".

edit: Thanks for correcting my mistake. It's a typo. I had it right on paper, I just didn't type out what I wrote down for some reason. . .
 
Last edited:
Then that seems redundant, line 2 is stronger than line 1.
 
descendency said:

The Attempt at a Solution


[tex](ab)^{2} = (a)^{2}(b)^{2}[/tex]
[tex](a)^{-1}(ab)^{2}(b)^{-1} = (a)^{-1}(a)^{2}(b)^{2}(b)^{-1}[/tex]
[tex](a)^{-1}abab(b)^{-1} = (a)^{-1}aabb(b)^{-1}[/tex]
ebae = eabe
ba = ab.
Is this allowed?
Your work is fine, where I read it as (line 1) => (line 2) => ... .

However, depending on the level of pendency of your instructor you may be required to justify your use of associativity. E.g., the left-hand side is [tex](ab)^2 = (ab)(ab) = a(b(ab)) = a((ba)b)[/tex], and the right-hand side is [tex]a^2b^2 = (aa)(bb) = a(a(bb)) = a((ab)b)[/tex]; then multiply both sides on the left by [tex]a^{-1}[/tex], and so on.