logo

Proof that a Permutation Cannot Be Both Even and Odd 📂Abstract Algebra

Proof that a Permutation Cannot Be Both Even and Odd

Definition

A permutation of a finite symmetric group can be expressed as a product of an even number of transpositions, making it even, or as a product of an odd number of transpositions, making it odd.

The sign of a permutation sgn(σ)\sgn (\sigma) is defined as follows:

sgn(σ)={+1if σ is even1if σ is odd \sgn (\sigma) = \begin{cases} +1 & \text{if σ\sigma is even} \\ -1 & \text{if σ\sigma is odd} \end{cases}

Explanation

The definition of even and odd appears quite natural, but from the definition alone, there is no exclusivity that states a permutation must be either even or odd. We shall verify this with the following theorem.

Theorem 1

There exist no permutations that are both even and odd.

Proof

Consider a transposition τ:=(i,j)\tau : = ( i , j ) and a permutation σ\sigma of a finite symmetric group SnS_{n}.

Every permutation in a finite symmetric group can be expressed as a product of disjoint cycles.


Case 1. ii and jj are elements of different orbits of σ\sigma

Since ii and jj are not elements of the same orbit, for some r,mZr, m \in \mathbb{Z}, they can be represented as a product of two disjoint cycles σ=(i,i1,,im)(j,j1,,jr)\sigma = (i , i_{1} , \cdots , i_{m}) (j , j_{1} , \cdots , j_{r}). Then, by the properties of transpositions, τσ=(i,j)σ=(i,j)(i,i1,,im)(j,j1,,jr)=(i,i1,,im,j)(j,j1,,jr)=(j,i,i1,,im)(j,j1,,jr)=(j,j1,,jr,i,i1,,im) \begin{align*} \tau \sigma =& (i , j) \sigma \\ =& (i , j) (i , i_{1} , \cdots , i_{m}) (j , j_{1} , \cdots , j_{r}) \\ =& (i , i_{1} , \cdots , i_{m} , j ) ( j , j_{1} , \cdots , j_{r}) \\ =& ( j , i , i_{1} , \cdots , i_{m} ) ( j , j_{1} , \cdots , j_{r}) \\ =& ( j , j_{1} , \cdots , j_{r} , i , i_{1} , \cdots , i_{m} ) \end{align*} Hence, τσ\tau \sigma indicates that ii and jj belong to the same orbit, and the number of orbits of σ\sigma and τσ\tau \sigma differ by 11.


Case 2. ii and jj are elements of the same orbit of σ\sigma

Since ii and jj are elements of the same orbit, for some r,mZr, m \in \mathbb{Z}, they can be represented as σ=(i,i1,,im,j,j1,,jr)\sigma = ( i , i_{1} , \cdots , i_{m}, j , j_{1} , \cdots , j_{r} ). Then, by the properties of transpositions, τσ=(i,j)σ=(i,j)(i,i1,,im,j,j1,,jr)=(i,j)(i,jr)(i,i1,,im,j,j1,,jr1)=(i,j)(i,jr)(i,jr1)(i,i1,,im,j,j1,,jr2)=(i,j)(i,jr)(i,j1)(i,j)(i,i1,,im)=(i,j)(i,j,j1,,jr)(i,i1,,im)=(i,j)(j,j1,,jr,i)(i,i1,,im)=(i,j)(j,i)(j,j1,,jr)(i,i1,,im)=(j,j1,,jr)(i,i1,,im) \begin{align*} \tau \sigma =& (i , j) \sigma \\ =& (i , j) (i , i_{1} , \cdots , i_{m} , j , j_{1} , \cdots , j_{r}) \\ =& (i , j) \left( i , j_{r} \right) (i , i_{1} , \cdots , i_{m} , j , j_{1} , \cdots , j_{r-1}) \\ =& (i , j) \left( i , j_{r} \right) \left( i , j_{r-1} \right) (i , i_{1} , \cdots , i_{m} , j , j_{1} , \cdots , j_{r-2}) \\ =& (i , j) \left( i , j_{r} \right) \cdots \left( i , j_{1} \right) \left( i , j \right) (i , i_{1} , \cdots , i_{m} ) \\ =& (i , j) (i , j , j_{1} , \cdots , j_{r}) (i , i_{1} , \cdots , i_{m} ) \\ =& (i , j) (j , j_{1} , \cdots , j_{r} , i) (i , i_{1} , \cdots , i_{m} ) \\ =& (i , j) (j , i) ( j , j_{1} , \cdots , j_{r} ) (i , i_{1} , \cdots , i_{m} ) \\ =& ( j , j_{1} , \cdots , j_{r} ) (i , i_{1} , \cdots , i_{m} ) \end{align*} Therefore, τσ\tau \sigma indicates that ii and jj belong to different orbits, and the number of orbits of σ\sigma and τσ\tau \sigma differ by 11.


Thus, we have confirmed that the difference in the number of orbits between σ\sigma and τσ=(i,j)σ\tau \sigma = (i , j ) \sigma is 11, regardless of what ii and jj are. This means that with each transposition applied to any permutation, the number of orbits increases by 11.

Meanwhile, the identity function, i.e., ι=[12n12n]\iota = \begin{bmatrix} 1 & 2 & \cdots & n \\ 1 & 2 & \cdots & n \end{bmatrix} 의 궤도의 갯수는 nn.

Auxiliary Theorem: In finite symmetric groups with more than one element, every permutation can be expressed as a product of transpositions.

Expressing an arbitrary permutation σ\sigma as transpositions τk\tau_{k} yields σ=τ1τ2τNι\sigma = \tau_{1} \tau_{2} \cdots \tau_{N} \iota, and the number of orbits is (N+n)(N + n). A natural number (N+n)(N+n) cannot be both even and odd simultaneously, hence the permutation σ\sigma cannot be both even and odd.

Renewal

  • September 4, 2023, Ryu Dae-sik, Modified and reinforced Case 2 development

  1. Fraleigh. (2003). A first course in abstract algebra(7th Edition): p91. ↩︎