2025-05-25

1125: 2 Possible Meanings of Permutation of Sequence

<The previous article in this series | The table of contents of this series | The next article in this series>

description/proof of 2 possible meanings of permutation of sequence

Topics


About: set

The table of contents of this article


Starting Context



Target Context


  • The reader will have a description and a proof of the 2 possible meanings of permutation of sequence.

Orientation


There is a list of definitions discussed so far in this site.

There is a list of propositions discussed so far in this site.


Main Body


1: Structured Description


Here is the rules of Structured Description.

Entities:
N:
S: N
f: { the sequences from S}
σ: :SS, { the bijections }
σ(f): =fσ
g: =fσ1
//

Statements:
σ(f) is the permutation of f by σ by a definition of permutation of sequence, but some people may understand g by "permutation of f by σ"
//


2: Proof


Whole Strategy: Step 1: see what σ(f) means; Step 2: see what g means.

Step 1:

Let us see what σ(f):=fσ means.

For each sS, σ(f)(s)=f(σ(s)), which means that σ(f)j=f(σ(sj))=f(σj) where sjS is the j-th element of S, which means that the sequence is f(σ1),f(σ2),....

Note that when we regard the permutation as moving an item to a position, the permutation is moving the σj item to the j-th position.

For example, when S={1,2,3}, f=4,5,6, and σ:(1,2,3)(3,1,2), σ(f)=f(σ(1)),f(σ(2)),f(σ(3))=6,4,5, which is moving the σ(1)=3 item to the 1-st position, the σ(2)=1 item to the 2-nd position, and the σ(3)=2 item to the 3-rd position.

Step 2:

The reason why we have described this proposition is that Step 1 may not be what some people understand as "permutation of f by σ".

They may understand it as moving the j-th item to the σj position.

Let us see that that is g not σ(f).

Let us denote the permutation that moves the j-th item to the σj position as h.

f(sj)=h(σj)=h(σ(sj)).

Taking t:=σ(sj), sj=σ1(t), so, h(t)=f(sj)=f(σ1(t))=fσ1(t).

So, h=fσ1=g not =fσ:=σ(f).

For example, when S={1,2,3}, f=4,5,6, and σ:(1,2,3)(3,1,2), which is the same with the above example, σ1:(1,2,3)(2,3,1) and g=f(σ1(1)),f(σ1(2)),f(σ1(3))=5,6,4, which is moving the 1-st item to the 3-rd position, the 2-nd item to the 1-st position, and the 3-rd item to the 2-nd position.


3: Note


This is not about which of the 2 is correct, but about the necessity of clarifying what is meant by 'permutation of f by σ' and being consistent.


References


<The previous article in this series | The table of contents of this series | The next article in this series>