Undergrad Is there a theorem that a set of binary swaps can affect any permutation?

Click For Summary
A theorem states that a set of binary swaps, specifically adjacent transpositions, can generate any permutation of a set. This is linked to the symmetric group, which confirms that any arrangement can be achieved through a series of swaps. The quicksort algorithm, which relies on binary swaps, can sort any initial permutation and can be reversed to achieve any permutation from a sorted state. The discussion also touches on the relationship between binary swaps and matrix operations, noting that the identity matrix can be transformed into any permutation matrix through concatenated swaps. Overall, the theorem provides a foundational understanding of how permutations can be constructed using binary swaps.
swampwiz
Messages
567
Reaction score
83
Is there a theorem that states that a set of binary swaps can result in any permutation?

For example, the original set (1,2,3,4,5) can have the swap (24) and result in (1,4,3,2,5). is there a set of specific swaps for each net result permutation?
 
Physics news on Phys.org
I was just thinking. Since the quicksort algorithm only does binary swaps, and can sort any initial permutation order - and thus could be run in reverse to get to any permutation from the sorted set - doesn't this also prove this theorem?
 
I guess the question is how do you prove quicksort actually sorts the list at the end? I think you need this theorem to prove it, or at least to substantially prove this theorem as part of your proof of the algorithms correctness
.
 
I wonder if anyone has done a YouTube video that does this proof without requiring a lot of abstract algebra terminology.
 
OK, I think I've got this. Given a vector of indices, a binary swap can be accomplished by concatenating it with an elementary swap matrix. Since the Gauss-Jordan reduction algorithm can decompose any matrix into a set of elementary matrices, and a permutation matrix is composed only of such elementary swap matrices, and as well because the determinant of an elementary swap matrix is -1, its inverse exists. Thus, the identity matrix can have a set of concatenations of swap matrices to get to any possible permutation.
 
swampwiz said:
Is there a theorem that states that a set of binary swaps can result in any permutation?
Math_QED said:
Yes, there is such a theorem. This is worded as: "The symmetric group is generated by transpositions"

Note that this overdoes it - it proves that a set of adjacent binary swaps can result in any permutation.
 
  • Like
Likes swampwiz, sysprog and member 587159
This fact is much easier than it seems like you think it is. If I have the numbers 1,...,n in some order and I want to rearrange them into the standard order, then I first make a transposition to put ##1## in the first spot and leave it alone thereafter. Then I make a transposition to put ##2## into the second spot, etc.
 
  • Like
Likes swampwiz
Infrared said:
This fact is much easier than it seems like you think it is. If I have the numbers 1,...,n in some order and I want to rearrange them into the standard order, then I first make a transposition to put ##1## in the first spot and leave it alone thereafter. Then I make a transposition to put ##2## into the second spot, etc.
Yes, that is the idea I was getting at in a subsequent post.
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 15 ·
Replies
15
Views
5K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 26 ·
Replies
26
Views
840
  • · Replies 18 ·
Replies
18
Views
3K
  • · Replies 32 ·
2
Replies
32
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K