Where does the abelian part come in?

  • Thread starter Thread starter rsa58
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
rsa58
Messages
83
Reaction score
0

Homework Statement


Prove the set H of all solutions satisfying the equation x^n = e form a subgroup of an abelian group G with identity e.


Homework Equations





The Attempt at a Solution



e^n = e so e belongs to H.

x^n = e => x^(-n)= e => (x^(-1))^n= e so for any x belonging to H, x inverse belongs to H.

if a^n=e and b^n= e => (ab)^n=e so ab belongs to H.

where does the abelian part come in?
 
Physics news on Phys.org
if a^n=e and b^n= e => (ab)^n=e so ab belongs to H.

where does the abelian part come in?

(ab)^n = (ab)(ab)(ab)...(ab)(ab)(ab) =(<--here) (aa...aaa)(bb...bb) = a^nb^n = ee = e

note that more is true, the set of all elements of finite order of an abelian group form a subgroup. the proof is the same as this except showing closure is slightly different, you could do it for practice if u wanted
 
Last edited:
i'm going to do the practice problem just to make sure I've got it. if a^n=e and b^s=e then (a^n * b^s)=e. then by the group being abelian (ab)^s * a^(n-s)=e. we can assume n>s without loss of generality. therefore (ab)^s = a^s. if we take both sides to the power (n/s) then we have (ab)^n = e. thus ab belongs to G.
 
by the way i still don't understand why G must be abelian in the first problem.
 
rsa58 said:
by the way i still don't understand why G must be abelian in the first problem.
That was answered in ircdan's first response. If G is not abelian, then (ab)n is NOT, in general, anbn so you cannot use the fact that an= bn= e.