Find a permutation of order 15 in S8.

  • Thread starter Thread starter Charles007
  • Start date Start date
  • Tags Tags
    Permutation
Charles007
Messages
21
Reaction score
0
Hello, can anyone tell me how to find order 15 in S8.

I only know. Permutation (abc)(defgh) have order 15.

Next, I would think about 8*7*6*5*4*3*2*1 = 13440

Number of permutations, for order 15 in s8. would be

8*7*6*5*4*3*2*1 / 3*5 = 896.

There are 896 permutation of order 15 in s8.

But how to find just one permutation in s8?

:confused:
 
Physics news on Phys.org
Well, you already presented one. Do you mean, you want to find more? That's easy.if ab is order n > 1 with a and b commuting, then

(ab)^{n} = a^{n}b^{n} = e

so n is divisible by the order of a and the order of b. combined with the example that you have, you should be able to get the idea. It would be a good exercise to prove that if a is order m and b is order n, then ab has order [m, n] which is just the least common multiple of m and n. Assume that a and b commute for that last sentence.

What condition can guarantee that two permutations commute?
 
Last edited:
aPhilosopher said:
Well, you already presented one. Do you mean, you want to find more? That's easy.


if ab is order n > 1 with a and b commuting, then

(ab)^{n} = a^{n}b^{n} = e

so n is divisible by the order of a and the order of b. combined with the example that you have, you should be able to get the idea. It would be a good exercise to prove that if a is order m and b is order n, then ab has order [m, n] which is just the least common multiple of m and n. Assume that a and b commute for that last sentence.

What condition can guarantee that two permutations commute?

We say two permutations f and g commute if fg = gf.

I only know. Permutation (abc)(defgh) have order 15. (123)(45678)

have order 15. I don't know the permutation (123)(45678) in s8 or not.

how to verify it?
===================================
(123)(456) is a permutation has order 3 in s6?

Thanks for your help again :biggrin:
 
We say two permutations f and g commute if fg = gf.

Same as A group G said to be commutative, or ablian if operation *, in addition to be above four axioms, satisfies.

Commutativity, For all x,y belongs to G, we have x*y = y*x

====================================

Can we use this definition to satisfy S8 is also ablian?
 
Charles007 said:
I don't know the permutation (123)(45678) in s8 or not.
how to verify it?
The http://mathworld.wolfram.com/SymmetricGroup.html" says:
"The symmetric group S_n of degree n is the group of all permutations on n symbols."
So you have to show that (123)(45678) is a permutation of 8 symbols.
Recall that a permutation is a bijective function from a set X to X.

Charles007 said:
(123)(456) is a permutation has order 3 in s6?
The order tells you how many times you have to apply the permutation to get the "identity" element. For example applying (456) three times yields the identity element. Calculate (456)(456)(456) and you should get (4)(5)(6).
 
Last edited by a moderator:
Charles007 said:
We say two permutations f and g commute if fg = gf.

Right...

That's the definition of commutativity. I asked for a condition on two permutations that would guarantee that they satisfy that definition. They are two distinct concepts.

Do (1 2 3) and (4 5 6) commute? What about (1 2 3) and (4 2 5)? Why do the two that commute do so? What is the obstruction to commutativity in the two that do not?

Charles007 said:
Same as A group G said to be commutative, or ablian if operation *, in addition to be above four axioms, satisfies.

Commutativity, For all x,y belongs to G, we have x*y = y*x

====================================
Can we use this definition to satisfy S8 is also ablian?

What do you think? Is it abelian? Remember that two elements of a non-abelian group can commute with each other. For an easy example, see the permutations earlier in this post.
 
##\textbf{Exercise 10}:## I came across the following solution online: Questions: 1. When the author states in "that ring (not sure if he is referring to ##R## or ##R/\mathfrak{p}##, but I am guessing the later) ##x_n x_{n+1}=0## for all odd $n$ and ##x_{n+1}## is invertible, so that ##x_n=0##" 2. How does ##x_nx_{n+1}=0## implies that ##x_{n+1}## is invertible and ##x_n=0##. I mean if the quotient ring ##R/\mathfrak{p}## is an integral domain, and ##x_{n+1}## is invertible then...
The following are taken from the two sources, 1) from this online page and the book An Introduction to Module Theory by: Ibrahim Assem, Flavio U. Coelho. In the Abelian Categories chapter in the module theory text on page 157, right after presenting IV.2.21 Definition, the authors states "Image and coimage may or may not exist, but if they do, then they are unique up to isomorphism (because so are kernels and cokernels). Also in the reference url page above, the authors present two...
When decomposing a representation ##\rho## of a finite group ##G## into irreducible representations, we can find the number of times the representation contains a particular irrep ##\rho_0## through the character inner product $$ \langle \chi, \chi_0\rangle = \frac{1}{|G|} \sum_{g\in G} \chi(g) \chi_0(g)^*$$ where ##\chi## and ##\chi_0## are the characters of ##\rho## and ##\rho_0##, respectively. Since all group elements in the same conjugacy class have the same characters, this may be...

Similar threads

Back
Top