Abstract Algebra: Groups of Permutations

In summary: Consider re-applying each cycle, how long until...In summary, the elements of the cyclic subgroup of S_6 generated by f are (1,2,3,4,5,6), and the inverse of the identity element is \epsilon.
  • #1
DEMJ
44
0

Homework Statement


List the elements of the cyclic subgroup of [tex]S_6[/tex] generated by

[tex]f = \left(\begin{array}{llllll}
1 & 2 & 3 & 4 & 5 & 6\\
2 & 3 & 4 & 1 & 6 & 5\\
\end{array}\right)[/tex]

Homework Equations


The Attempt at a Solution



I really do not understand what the elements of a permutation really is. I know if I write this as the product of disjoint cycles I get (2341)(65) but other than that I have no idea what the elements could be. The only really element I can say I understand is the identity [tex] \epsilon = \left(\begin{array}{llllll}
1 & 2 & 3 & 4 & 5 & 6\\
1 & 2 & 3 & 4 & 5 & 6\\
\end{array}\right)[/tex] should be an element since it is a subgroup. It also should have an inverse but don't know how to find that.
Please help me get jump started on this problem.
 
Physics news on Phys.org
  • #2
DEMJ said:

Homework Statement


List the elements of the cyclic subgroup of [tex]S_6[/tex] generated by

[tex]f = \left(\begin{array}{llllll}
1 & 2 & 3 & 4 & 5 & 6\\
2 & 3 & 4 & 1 & 6 & 5\\
\end{array}\right)[/tex]


Homework Equations





The Attempt at a Solution



I really do not understand what the elements of a permutation really is. I know if I write this as the product of disjoint cycles I get (2341)(65) but other than that I have no idea what the elements could be. The only really element I can say I understand is the identity [tex] \epsilon = \left(\begin{array}{llllll}
1 & 2 & 3 & 4 & 5 & 6\\
1 & 2 & 3 & 4 & 5 & 6\\
\end{array}\right)[/tex] should be an element since it is a subgroup. It also should have an inverse but don't know how to find that.
Please help me get jump started on this problem.

You could just take powers of the element. Since it is cyclic you would eventually compute all the elements in the subgroup. This approach could take a while.
 
  • #3
You could just take powers of the element. Since it is cyclic you would eventually compute all the elements in the subgroup. This approach could take a while.

What do you mean take the powers of the element? Could you give me an example of one? Thank you so much.
 
  • #4
DEMJ said:
What do you mean take the powers of the element? Could you give me an example of one? Thank you so much.

With these type of symmetric groups, you take a power of an element by composing it with itself. Unfortunately I don't how to use latex else i could type up an example for you, you could google for such examples though.

Here's a start, but a bit lacking I think. The subsection titled "Elements" is where you wan to focus your attention.

http://en.wikipedia.org/wiki/Symmetric_group
 
Last edited:
  • #5
you take a power of an element by composing it with itself

I don't understand because on the wiki page above it says that
(1 2 3 4 5 6)^2 = (1 3 5)(2 4 6) but when I compose (123456) with (123456) = (123456). I guess I am just royally confused.
 
  • #6
it may also help to write the permutation as
[tex]
f = \left(\begin{array}{llllll}
1 & 2 & 3 & 4 & 5 & 6\\
2 & 3 & 4 & 1 & 6 & 5\\
\end{array}\right) = (1234)(56)
[/tex]
 
  • #7
DEMJ said:
I don't understand because on the wiki page above it says that
(1 2 3 4 5 6)^2 = (1 3 5)(2 4 6) but when I compose (123456) with (123456) = (123456). I guess I am just royally confused.

be careful on how you apply the composition

[tex]

(1 2 3 4 5 6)^2

= \left(\begin{array}{llllll}
1 & 2 & 3 & 4 & 5 & 6\\
2 & 3 & 4 & 5 & 6 & 1\\
3 & 4 & 5 & 6 & 1 & 2\\
\end{array}\right)

= \left(\begin{array}{llllll}
1 & 2 & 3 & 4 & 5 & 6\\
3 & 4 & 5 & 6 & 1 & 2\\
\end{array}\right)

= (135)(246)

[/tex]
 
  • #8
lanedance said:
it may also help to write the permutation as
[tex]
f = \left(\begin{array}{llllll}
1 & 2 & 3 & 4 & 5 & 6\\
2 & 3 & 4 & 1 & 6 & 5\\
\end{array}\right) = (1234)(56)
[/tex]

So that is one element, right? But how do I go about finding the rest. And more important, how could I know exactly how many elements there will be?
 
  • #9
or you can read it off
[tex] (1 2 3 4 5 6) (1 2 3 4 5 6) [/tex]
2 goes to 1 which goes to 6: 2->6
3 goes to 2 which goes to 1: 3->1
 
  • #10
DEMJ said:
So that is one element, right? But how do I go about finding the rest. And more important, how could I know exactly how many elements there will be?

the disjoint cycles will not affect each other. Consider re-applying each cycle, how long until it repeats a form?

what is (56)(56) equivalent to?

similarly for the other permutation (1234)?
 
  • #11
Ok so I could write an element as [tex] (234165)^2 as \left(\begin{array}{llllll}
1 & 2 & 3 & 4 & 5 & 6\\
2 & 3 & 4 & 1 & 6 & 5\\
\end{array}\right) \circ \left(\begin{array}{llllll}
1 & 2 & 3 & 4 & 5 & 6\\
2 & 3 & 4 & 1 & 6 & 5\\
\end{array}\right) = (3412)(56) [/tex]
 
  • #12
Also, I still do not understand how to list all the elements because this is the only element I know how to find. Should I do (234165)^3, (234165)^4, ... on up to what exponent?
 
  • #13
i think your notation is a little out of whack, have a look at mine, and below
http://en.wikipedia.org/wiki/Permutation#Notation

that said it is just convention, though I've made a similar mistake before

when you ask up to what exponent, first have a think about what i wrote in post #10
 
  • #14
DEMJ said:
Also, I still do not understand how to list all the elements because this is the only element I know how to find. Should I do (234165)^3, (234165)^4, ... on up to what exponent?

yes, just keep taking powers. The subgroup is cyclic so eventually you would end up with the identity element. As far as the size goes, by Lagrange's Theorem, it could be as big as S6 itself. Since that group has size 720, it could potentially be that large, although I doubt this particular exercise would torture you in that fashion.
 
  • #15
shouldn't the number of elements will be related to the order of the generator, in this case i think it will be 4
 
  • #16
lanedance said:
shouldn't the number of elements will be related to the order of the generator, in this case i think it will be 4

I guess it would, I didn't bother to calculate the order of the element given.
 
  • #17
and i think this group has no elements with order greater than 6
 
  • #18
It's not too hard to see that the order of an element of S_n is the least common multiple of the orders of the cycles in the disjoint cycle decomposition.

In your case, you have f = (1 2 3 4)(5 6) so the order of f will be lcm(4,2) = 4. (Fortunately, it's not 720.)

You can easily use this fact to check all the decomposition types to conclude that indeed the maximum order of any element in S_6 is 6. There are two types of elements with this order: 6-cycles, such as (1 2 3 4 5 6), and those with a 3-cycle and a 2-cycle, such as (1 2 3)(4 5).
 

1. What is Abstract Algebra?

Abstract Algebra is a branch of mathematics that studies algebraic structures such as groups, rings, fields, and vector spaces. It focuses on abstract concepts rather than specific numbers or equations.

2. What are Permutations?

Permutations are a way of arranging objects in a specific order. In mathematics, they are represented as one-to-one mappings of a set onto itself. In other words, they are a reordering of the elements in a set.

3. What are Groups in Abstract Algebra?

Groups are a fundamental concept in Abstract Algebra. They are sets of elements with a defined operation that satisfies four properties: closure, associativity, identity, and invertibility. Groups can be used to study symmetry, patterns, and structures in mathematics.

4. How are Permutations and Groups related?

Permutations can be viewed as groups, specifically as groups of symmetries. This means that the set of all permutations of a set, along with the operation of composition, forms a group. This group is known as the symmetric group.

5. What are some real-world applications of Groups of Permutations?

Groups of Permutations have many practical applications in fields such as cryptography, coding theory, and computer graphics. They are also used in physics to study symmetries in physical systems. Additionally, groups of permutations have been used to model social networks and voting systems.

Similar threads

  • Calculus and Beyond Homework Help
Replies
6
Views
810
  • Calculus and Beyond Homework Help
Replies
5
Views
943
  • Calculus and Beyond Homework Help
Replies
14
Views
738
  • Calculus and Beyond Homework Help
Replies
0
Views
150
  • Calculus and Beyond Homework Help
Replies
2
Views
87
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
3K
  • Calculus and Beyond Homework Help
Replies
1
Views
4K
  • Calculus and Beyond Homework Help
Replies
1
Views
929
  • Calculus and Beyond Homework Help
Replies
2
Views
384
Back
Top