Permutations and Transpositions problem help

In summary, for m>=2, m permutations can be written as at most m-1 transpositions. For m>=3, let's go with 3 permutations. For S_5, (1 3 2) can be written as a product of at most 2 transpositions. For a cycle of length m, it can be written as a product of m-1 transpositions.
  • #1
jeannie165
7
0
Can someone help me? I need to prove that for m>=2, m permutations can be written as at most m-1 transpositions. I can't figure this out for the life of me! thanks in advance :confused:
 
Last edited:
Physics news on Phys.org
  • #2
I don't think this is right. Say m = 2, so we have 2 permutations. Since a transposition is a permutation, we can have, say:

(1 2)(3 4)

There's m (2) permutatitions (specifically, they are transpositions, but transpositions are permutations). They can't be written in m-1 (1) transposition. I assume you meant something else by "m transpositions" but I'll let you clarify.
 
  • #3
ok...I had found one that said m>=2 but another for m>=3. Let's go with 3...then for instance (1 3 2) for S_5 can be written as a product of at most 2 transpositions...i.e. (1 3)(1 2) or a couple of others. I see this...but I can't figure how to prove for the nth term.
 
  • #4
samething there though:

(12)(34)(56)

Do you mean a cycle of length m (an m cycle?)
 
  • #5
yes...I suppose I mean a cycle of length m...that would be the m permutations I think. I'm really floundering when it comes to this permutation stuff...thanks.
 
  • #6
"m permutations" isn't an m-cycle. It is, well, m permutations, and to be honest is a strange phrase, hence why I clarified what you might want.
 
  • #7
This probelm is from Fraleigh's 4th ed...stated as follows
Prove the following about S_n if n>=2.
Every permutation in S_n can be written as a product of at most n-1 permutations.

The m permutations phrase I picked up while trying to get more information about this idea. Maybe it's wrong?
 
  • #8
Hmm, what on Earth does it define as "a permutation"?

What you wrote makes no semantic sense to me at all. (Yes, I am a group theorist part of the time).

A permutation is an element of S_n. It is writable as a single permutation: itself. The product of permutations is a permutation, hence the oddity in this question.

Every cycle of length m can be written as a product of m-1 transpositions. Every permutation in S_n can be written as a product if disjoint cycles - at most floor(n/2) of them if we discount trivial cycles, n if we allow trivial cycles and the identity as the permutation in question, and n-1 if we mean a non-trivial permutation and allow trivial cycles in its decomposition.

Is what you've written word for word the exact phrase that appears in the book?
 
  • #9
yep...word for word...now the book defines a transposition as "a cycle of length 2"...so I guess the problem might be saying to show that the most 2-cycles a permutation can have is m-1...is that right?
 
  • #10
oh and the book defines a permutation as a one to one function from a group A onto A.
 
  • #11
Hopefully the book actually defines a permutation as a bijection on a *finite* set, and not a group.

The permutations of a set are a group. Compose two permutations and get another one (closure) thus it makes little sense to write "can be written of the product of at most n-1" permutations. It is a permutation itself... I mean it's as silly as asking: show that a number can be written as a product of at most n-1 other numbers.

Here is a question that may make some sense: Show that evey element in S_n can be written as the product of n-1 or fewer transpositions.

Saying "most" really makes little sense: the permutations (12) and (34)(12)(34 are the same - there is no maximum.
 
  • #12
hmmm..ok..that makes a little more sense to me. Maybe I can try to look at this prob again and see what I can get. Thanks for being so patient...this group theory is kicking my b**t ; )
 

Related to Permutations and Transpositions problem help

What is the difference between permutations and transpositions?

Permutations are arrangements of a set of elements in a specific order, while transpositions are specific types of permutations that involve swapping two elements.

How do I calculate the number of possible permutations for a set of elements?

The number of permutations for a set of n elements can be calculated using the formula n! (n factorial). For example, a set of 4 elements would have 4! = 24 possible permutations.

Can permutations and transpositions be applied to real-life problems?

Yes, permutations and transpositions are commonly used in fields such as mathematics, computer science, and genetics to solve various problems and analyze data.

What is the significance of the permutation group in mathematics?

The permutation group is a fundamental concept in abstract algebra, which studies the properties and structure of mathematical objects. It is used to understand the properties of permutations and their applications in various areas of mathematics.

How can I use permutations and transpositions to solve a coding problem?

Permutations and transpositions are commonly used in coding and algorithms to create efficient solutions for various problems, such as sorting and searching data. By understanding these concepts, you can develop more efficient and optimized code.

Similar threads

  • Linear and Abstract Algebra
Replies
7
Views
664
  • Linear and Abstract Algebra
Replies
1
Views
1K
  • Linear and Abstract Algebra
Replies
1
Views
4K
  • Linear and Abstract Algebra
Replies
4
Views
4K
  • Linear and Abstract Algebra
Replies
2
Views
2K
  • Linear and Abstract Algebra
Replies
6
Views
12K
Replies
8
Views
2K
  • Linear and Abstract Algebra
Replies
4
Views
4K
  • Linear and Abstract Algebra
Replies
1
Views
940
Back
Top