Even and odd permutations

Even and odd permutations

In mathematics, the permutations of a finite set (i.e. the bijective mappings from the set to itself) fall into two classes of equal size: the even permutations and the odd permutations. The parity (oddness or evenness) of a permutation sigma of order n is defined as the parity of the number of inversions, i.e., such pairs of indices (i,j) that 1le i and sigma(i)>sigma(j).

The sign or signature of a permutation sigma is denoted sgn(σ) and defined as +1 if sigma is even and −1 if sigma is odd. It can be explicitly expressed as:sgn(sigma)=(-1)^{N(sigma)} where N(sigma) is the number of inversions in sigma. Another notation for the sign of a permutation is the Levi-Civita symbol (epsilon_{ijk} , e.g.), which is defined to be zero for non-bijective maps from the finite set to itself.

Example

Consider the permutation σ of the set {1,2,3,4,5} which turns the initial arrangement 12345 into 34521.It can be obtained by three transpositions: first exchange the places of 1 and 3, then exchange 2 and 4, and finally exchange 1 and 5. This shows that the given permutation σ is odd. Using the notation explained in the permutation article, we can writesigma=egin{pmatrix}1&2&3&4&5\3&4&5&2&1end{pmatrix} = (1 3) (2 4) (1 5)There are (infinitely) many other ways of writing σ as a composition of transpositions, for instance:sigma=(2 3) (1 2) (2 4) (3 5) (4 5);,but it is impossible to write it as a product of an even number of transpositions.

Properties

The identity permutation is an even permutation. An even permutation can be obtained from the identity permutation by an even number of exchanges (called transpositions) of two elements, while an odd permutation can be obtained by an odd number of transpositions.

The following rules follow directly from the corresponding rules about addition of integers:
* the composition of two even permutations is even
* the composition of two odd permutations is even
* the composition of an odd and an even permutation is oddFrom these it follows that
* the inverse of every even permutation is even
* the inverse of every odd permutation is odd

Considering the symmetric group "Sn" of all permutations of the set {1,...,"n"}, we can conclude that the
operatorname{sgn} : S_n o {-1,1}that assigns to every permutation its signature is a group homomorphism.

Furthermore, we see that the even permutations form a subgroup of "Sn". This is the alternating group on "n" letters, denoted by "An". It is the kernel of the homomorphism sgn. The odd permutations cannot form a subgroup, since the composite of two odd permutations is even, but they form a coset of "An" (in "Sn").

If "n">1, then there are just as many even permutations in "Sn" as there are odd ones; consequently, "An" contains "n"!/2 permutations. [The reason: if σ is even, then (12)σ is odd; if σ is odd, then (12)σ is even; the two maps are inverse to each other.]

A cycle is even if and only if its length is odd. This follows from formulas like:("a" "b" "c" "d" "e") = ("a" "e") ("b" "e") ("c" "e") ("d" "e")In practice, in order to determine whether a given permutation is even or odd, one writes the permutation as a product of disjoint cycles. The permutation is odd if and only if this factorization contains an odd number of even-length cycles.

Every permutation of odd order must be even; the converse is not true in general.

Proof of connection between the sign of a permutation and the number of transpositions

Every permutation can be produced by a sequence of transpositions: with the first transposition we put the first element of the permutation in its proper place, the second transposition puts the second element right etc. Given a permutation σ, we can write it as a product of transpositions in many different ways. We want to show that either all of those decompositions have an even number of transpositions, or all have an odd number.

Suppose we have two such decompositions: :σ = T'1 T'2 ... T'k' :σ = Q'1 Q'2 .... Q'm'. We want to show that k' and m' are either both even, or both odd.

Every transposition can be written as a product of an odd number of transpositions of adjacent elements, e.g.:(2 5) = (2 3)(3 4)(4 5)(4 3)(3 2)If we decompose in this way each of the transpositions T'1...T'k' and Q'1..Q'm' aboveinto an odd number of adjacent transpositions, we get the new decompositions::σ = T1 T2 ... Tk :σ = Q1 Q2 .... Qmwhere all of the T1...Tk Q1...Qk are adjacent, k-k' is even, and m-m' is even.

Now compose the inverse of T1 with σ. T1 is the transposition ("i", "i"+1) of two adjacent numbers, so, compared to σ, the new permutation σ("i", "i"+1) will have exactly one inversion pair less (in case ("i","i"+1) was an inversion pair for σ) or more (in case ("i", "i"+1) was not an inversion pair). Then apply the inverses of T2, T3, ... Tk in the same way, "unraveling" the permutation σ. At the end we get the identity permutation, whose "N" is zero. This means that the original N(σ) less k is even.

We can do the same thing with the other decomposition, Q1... Qm, and it will turn out that the original "N"(σ) less m is even.

Therefore, m - k is even, as we wanted to show.

We can now define the transposition σ to be even if "N"(σ) is an even number, and odd if "N"(σ) is odd. This coincides with the definition given earlier but it is now clear that every permutation is either even or odd.

An alternative proof uses the polynomial :P(x_1,ldots,x_n)=prod_{iSo for instance in the case "n" = 3, we have:P(x_1, x_2, x_3) = (x_1 - x_2)(x_2 - x_3)(x_1 - x_3);Now for a given permutation σ of the numbers {1,...,"n"}, we define:operatorname{sgn}(sigma)=frac{P(x_{sigma(1)},ldots,x_{sigma(n)})}{P(x_1,ldots,x_n)}

Since the polynomial P(x_{sigma(1)},dots,x_{sigma(n)}) has the same factors as P(x_1,dots,x_n) except for their signs, if follows that sgn(σ) is either +1 or −1. Furthermore, if σ and τ are two permutations, we see that:operatorname{sgn}(sigma au) = frac{P(x_{sigma( au(1))},ldots,x_{sigma( au(n))})}{P(x_1,ldots,x_n)}:::: = frac{P(x_{sigma(1)},ldots,x_{sigma(n)})}{P(x_1,ldots,x_n)} cdot frac{P(x_{sigma( au(1))},ldots, x_{sigma( au(n))})}{P(x_{sigma(1)},ldots,x_{sigma(n)})}:::: = operatorname{sgn}(sigma)cdotoperatorname{sgn}( au)Since with this definition it is furthermore clear that any transposition of two adjacent elements has signature -1, we do indeed recover the signature as defined earlier.

A third approach uses the presentation of the group "Sn" in terms of generators au_1,dots, au_{n-1} and relations
* au_i^2 = 1 for all "i"
* au_i au_{i+1} au_i = au_{i+1} au_i au_{i+1} for all "i" < "n"-1
* au_i au_j = au_j au_i if |"i"-"j"| > 2. [Here the generator au_i represents the transposition ("i", "i"+1).] All relations keep the length of a word the same or change it by two. Starting with an even-length word will thus always result in an even-length word after using the relations, and similarly for odd-length words. It is therefore unambiguous to call the elements of "Sn" represented by even-length words "even", and the elements represented by odd-length words "odd".

See also

* The fifteen puzzle is a classic application, though it actually involves a groupoid.
* Zolotarev's lemma

References


Wikimedia Foundation. 2010.

Игры ⚽ Нужен реферат?

Look at other dictionaries:

  • Odd — is an adjective denoting the quality of being unpaired, occasional, strange or unusual, or a person who is viewed as eccentric. Odd may also refer to: In mathematics, the term odd is used in several senses related to even: even and odd numbers,… …   Wikipedia

  • Even — GeneralEven may refer to: * Even, a Scandinavian male personal name (coincidentally, Odd is also a common Norwegian name). * Even (people), an ethnic group from Siberia and Russian Far East **Even language, a language spoken by the Evens * Even… …   Wikipedia

  • Odd and Even — Not to be confused with Odd or Even. Odd and even redirects here. For other uses, see Odd and even numbers, Odd and even functions, Odd and even permutations and Odd and even ordinals. Odd and Even is a solitaire card game which is played with… …   Wikipedia

  • Random permutation statistics — The statistics of random permutations, such as the cycle structure of a random permutation are of fundamental importance in the analysis of algorithms, especially of sorting algorithms, which operate on random permutations. Suppose, for example,… …   Wikipedia

  • Permutation — For other uses, see Permutation (disambiguation). The 6 permutations of 3 balls In mathematics, the notion of permutation is used with several slightly different meanings, all related to the act of permuting (rearranging) objects or values.… …   Wikipedia

  • Parity (mathematics) — In mathematics, the parity of an object states whether it is even or odd. This concept begins with integers. An even number is an integer that is evenly divisible by 2, i.e., divisible by 2 without remainder; an odd number is an integer that is… …   Wikipedia

  • Rubik's Revenge — in solved state The Rubik s Revenge (also known as the Master Cube) is the 4×4×4 version of Rubik s Cube. Invented by Péter Sebestény, the Rubik s Revenge was nearly called the Sebestény Cube until a somewhat last minute decision changed the… …   Wikipedia

  • V-Cube 6 — The V Cube 6 is the 6×6×6 version of Rubik s Cube. Unlike the original puzzle (but like the 4×4×4 cube), it has no fixed facets: the center facets (16 per face) are free to move to different positions. It was invented by Panagiotis Verdes and is… …   Wikipedia

  • List of mathematics articles (E) — NOTOC E E₇ E (mathematical constant) E function E₈ lattice E₈ manifold E∞ operad E7½ E8 investigation tool Earley parser Early stopping Earnshaw s theorem Earth mover s distance East Journal on Approximations Eastern Arabic numerals Easton s… …   Wikipedia

  • Leibniz formula for determinants — In algebra, the Leibniz formula expresses the determinant of a square matrix A = (a {ij}) {i,j = 1, dots, n} in terms of permutations of the matrix elements. Named in honor of Gottfried Leibniz, the formula is:det(A) = sum {sigma in S n}… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”