Verifying Noncyclic Abelian Subgroup of S4

  • Level: Graduate 
  • Thread starter Thread starter Gear300
  • Start date Start date
  • Tags Tags
    Subgroup
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
6 replies · 4K views
Gear300
Messages
1,212
Reaction score
10
The problem is to verify that {(1), (1 2), (3 4), (1 2)(3 4)} is an Abelian, noncyclic subgroup of S4.

I was able to show that it is Abelian through pairing the permutations, but my mind stopped at the noncyclic part. When showing that a group is cyclic or noncyclic, what exactly do I have to show?
 
Physics news on Phys.org
A cyclic group is generated by a single element.
 
Therefore, anyone of those elements should be able to generate the others, right?
 
Yes, if it were cyclic. In order for a group to be cyclic then there must exist a member a so that for all members b, there exists a non-negative integer n so that an=b.

In order to show a group is cyclic, one must find such a member a. To show it is non-cyclic, one must show that there is a member b which cannot be the power of any other member (it is obviously the 1st power of itself).

I'd look at (1 2)(3 4) and see if one can show whether it is a power of any of the others.

--Elucidus
 
Doesn't seem as though (1 2)(3 4) is a power of any of the other elements.
Does n have to be non-negative (in order for it to be a group, shouldn't n also be inclusive of negative integers - to identify the inverses)?
 
The group G that you've presented is certainly noncyclic. Here is a proof: For any element g in G, g2=1. However, the order of the group is 4, and so no single element can generate the group. Thus the group is not cyclic.

Hope that helps!
 
aziz113 said:
The group G that you've presented is certainly noncyclic. Here is a proof: For any element g in G, g2=1. However, the order of the group is 4, and so no single element can generate the group. Thus the group is not cyclic.

Hope that helps!

Thanks for the help.