Permutations: Interpreting Image Notation I have a problem in interpreting permutation. I think the

Dayami Rose

Dayami Rose

Answered question

2022-06-24

Permutations: Interpreting Image Notation
I have a problem in interpreting permutation. I think the definition and my interpretation of it don't match each other.
Let σ = ( 1   2   4   3 ), and τ = ( 1   3   2   4 ) in one-line notation.
I thought σ is a '3, 4 swapping rearrangement of 1 2 3 4' and τ is a '2, 3 swapping rearrangement of 1 2 3 4' like swapping data in a computer memory.
The problem is this : I interpreted σ τ as 'first swap 2 and 3, then you get 1 3 2 4, and then swap the elements in the 3rd and 4th place obtaining 1 3 4 2'.
But the definition says σ τ = ( 1   4   2   3 ). I thought in reality, the permutation is just a place-changing operation, but by definition, composing two permutation is not just changing place twice. What is wrong in my interpretation?

Answer & Explanation

marktje28

marktje28

Beginner2022-06-25Added 22 answers

There are multiple levels of confusion, here (and I have deleted my previous answer because of this).
Many posters here are accustomed to cycle notation, where σ = ( 1   2   4   3 ) means this:
σ ( 1 ) = 2 σ ( 2 ) = 4 σ ( 3 ) = 1 σ ( 4 ) = 3..
It is also possible to employ "image notation" where σ = ( 1   2   4   3 ) means this:
σ ( 1 ) = 1 σ ( 2 ) = 2 σ ( 3 ) = 4 σ ( 4 ) = 3.
Finally, sometimes στ means σ first, then τ, and sometimes it means τ first, then σ (as in ordinary function composition).
So it's not immediately clear which conventions your text is using.
A third source of confusion is what (1 2 4 3) is instructing us to do: are we swapping the NUMBERS 4 and 3, or whatever numbers are in the 3rd and 4th positions? This makes the whole situation even murkier.
It appears your text is using "image notation", and "normal composition", so that:
σ τ ( 1 ) = σ ( τ ( 1 ) ) = σ ( 1 ) = 1
σ τ ( 2 ) = σ ( τ ( 2 ) ) = σ ( 3 ) = 4
σ τ ( 3 ) = σ ( τ ( 3 ) ) = σ ( 2 ) = 2
σ τ ( 4 ) = σ ( τ ( 4 ) ) = σ ( 4 ) = 3
which is indeed (1 4 2 3) in "image notation".

Do you have a similar question?

Recalculate according to your conditions!

Ask your question.
Get an expert answer.

Let our experts help you. Answer in as fast as 15 minutes.

Didn't find what you were looking for?