2024-10-13

814: For Sequence of Finite Elements, Set of Permutations Has Same Number of Even Permutations and Odd Permutations

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

description/proof of for sequence of finite elements, set of permutations has same number of even permutations and odd permutations

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 proposition that for any sequence of any finite elements, the set of the permutations has the same number of the even permutations and the odd permutations.

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: N, 2n<
S: N, ={j1,...,jn}
f: { the sequences over S}, =(e1,...,en)
P+: ={ the even permutations of f}
P: ={ the odd permutations of f}
//

Statements:
|P+|=|P|=(1/2)n!.
//


2: Natural Language Description


For any finite subset, SN, ={j1,...,jn}, where 2n<, and any sequence, f=(e1,...,en) such that domf=S, the set of the even permutations of f, P+, and the set of the odd permutations of f, P, have the same cardinality, which is |P+|=|P|=(1/2)n!.


3: Proof


Whole Strategy: prove it inductive with respect to n; Step 1: suppose that n=2, and see that |P+|=|P|=(1/2)2!; Step 2: suppose that for an n, |P+|=|P|=(1/2)n!, and see that for n+1, |P+|=|P|=(1/2)(n+1)!.

Let us prove it inductively with respect to n.

Step 1:

Let us suppose n=2.

P+={(j1,j2)}; P={(j2,j1)}. So, |P+|=|P|=(1/2)2!.

Step 2:

Let us suppose that |P+|=|P|=(1/2)n!:=m for an n and f=(e1,...,en+1).

The permutations can be exclusively divided in these cases: 1) jn+1 is mapped from jn+1; 2) jn+1 is mapped from jn; ...; n + 1) jn+1 is mapped from j1.

For the case 1), the permutations are the permutations of (j1,...,jn+1) with jn+1 fixed.

While (j1,...,jn+1) has the sign (1)0, the permutations are the permutations of (j1,...,jn), which has the m even permutations and the m odd permutations, by the induction hypothesis.

So, the case 1) has the m even permutations and the m odd permutations

For the case 2), the permutations are the permutations of (j1,...,jn1,jn+1,jn) with jn+1 fixed.

While (j1,...,jn1,jn+1,jn) has the sign (1)1 (because jn and jn+1 have been switched), the permutations are the permutations of (j1,...,jn), which has the m even permutations and the m odd permutations, by the induction hypothesis.

So, the case 2) has the m even permutations and the m odd permutations

...

For the case n + 1), the permutations are the permutations of (jn+1,j1,...,jn) with jn+1 fixed.

While (jn+1,j1,...,jn) has the sign (1)n (because 1st, jn and jn+1 have been switched, then, jn1 and jn+1 are switch, ..., and then j1 and jn+1 are switch), the permutations are the permutations of (j1,...,jn), which has the m even permutations and the m odd permutations, by the induction hypothesis.

So, the case n + 1) has the m even permutations and the m odd permutations

So, f has the m+...+m=(n+1)m=(1/2)(n+1)! even permutations and the m+...+m=(n+1)m=(1/2)(n+1)! odd permutations.

So, by the induction principle, |P+|=|P|=(1/2)n! for each n.


4: Note


The existence of any duplication among the elements of the sequence does not matter, because any permutation is about a self bijection over the domain of the sequence (see Note of the definition of permutation of sequence).


References


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