Processing math: 100%

Friday, March 22, 2013

Permutations

If you are in Hong Kong and you need help for university mathematics courses, please visit  www.all-r-math.com. 

Permutation of n objects is just a bijection on the set of these n objects?
Right.  If we don't specify the set, we means a permutation on the set {1,2,3,...,n}.

How to present a permutation?
Of course, we can present it as a bijection, e.g.
f(x)={1x=13x=22x=3
However, traditionally we have a simpler presentation
(123132)
which is, I believe, self-explanatory. The lower part is the new arrangement.

Why not just write (1 3 2)?
It is because we already use this symbol for a special type of permutations-the cycles. For instance (1 3 2) refers to the permutation f(1)=3, f(3)=2 and f(2)=1, i.e. (123312).

It is easy to see cycles are interesting, mathematically?
First, we have to understand the multiplication of two permutations. If we consider two permutations f and g as two bijections on {1,2,3,...,n}, then their product is just the permutation (fg)(x)=fg(x)=f(g(x)), that means if g(r)=s and f(s)=t then (fg)(r)=s. For instance, (123132)(123312)=(123213).
It is known that every permutation is a product of cycles.

So cycles are the primes for permutations?
Not quite. The transpositions (i,j), i.e. the cycles of two elements, are the primes. Every permutation can be written as a product of transpositions. e.g. (1234535412)=(134)(25)=(14)(13)(25).

No comments:

Post a Comment