2024-03-17

508: Permutation of Sequence

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

definition of permutation of sequence

Topics


About: set

The table of contents of this article


Starting Context



Target Context


  • The reader will have a definition 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,
fσ: the result of σ on f, a sequence from S
σ(f): =fσ
σ(f)j: =(fσ)(lj) where ljS is the j-the element of S ordered increasingly
//

Conditions:
σ{ the bijections }.
//


2: Natural Language Description


For the natural numbers set, N, any subset, SN, and any sequence, f, such that domf=S, any bijection, σ:SS, is a permutation of f, where fσ is the permutation result, a sequence; the notation, σ(f), means fσ; the notation, σ(f)j, means (fσ)(lj) where ljS is the j-the element of S ordered increasingly


3: Note


This definition does not call fσ "permutation" although fσ is often meant by "permutation". The reason is as follows.

When S={1,2}, the sequence is (3,3), and σ=id and σ,12;21, fσ=fσ, so, we would not be able to say "There are 2 permutations." if we called fσ "permutation". In fact, σσ, so, there are 2 permutations.

So, by this definition, the existence of any duplication among the elements of the sequence does not matter at all, because the definition is about the self bijection over the domain of the sequence and the domain has no duplication.

For example, when we use an expression like σsgnσAσ(f)1,...,σ(f)n, the sequence may have some duplicate elements and it may be that fσ=fσ for some σσ, but that expression takes all the permutations regardless of any duplication.

So, we call fσ "permutation result" strictly speaking, but we might sometimes call it "permutation" when no devastating confusion will not arise.

The permutation, σ, is defined with respect to a sequence, f, but it is also a permutation of any sequence, f:Sf(S), as far as the domain is S, because fσ makes sense. So, our expression like "σ is a permutation of (j1,...,jk) and we take (j1,...,jk)Mσ((j1,...,jk))1,...,σ((j1,...,jk))k." may not seem make sense (because σ should be on a specific (j1,...,jk) but not on such various (j1,...,jk) s), but that expression means that the same σ can be indeed operated on such various (j1,...,jk) s.


References


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