Utente:Grasso Luigi/sandbox4/Inversione

Da Wikipedia, l'enciclopedia libera.
Vai alla navigazione Vai alla ricerca

Template:Short description

Permutation with one of its inversions highlighted. An inversion may be denoted by the pair of places (2, 4) or the pair of elements (5, 2). The inversions of this permutation using element-based notation are: (3, 1), (3, 2), (5, 1), (5, 2), and (5,4).

In computer science and discrete mathematics, an inversion in a sequence is a pair of elements that are out of their natural order.

Let be a permutation. There is an inversion of between and if and . The inversion is indicated by an ordered pair containing either the places Template:SfnTemplate:Sfn or the elements .Template:SfnTemplate:SfnTemplate:Sfn

The inversion set is the set of all inversions. A permutation's inversion set using place-based notation is the same as the inverse permutation's inversion set using element-based notation with the two components of each ordered pair exchanged. Likewise, a permutation's inversion set using element-based notation is the same as the inverse permutation's inversion set using place-based notation with the two components of each ordered pair exchanged.Template:Sfn

Inversions are usually defined for permutations, but may also be defined for sequences:
Let be a sequence (or multiset permutationTemplate:Sfn). If and , either the pair of places Template:SfnTemplate:Sfn or the pair of elements Template:Sfn is called an inversion of .

For sequences, inversions according to the element-based definition are not unique, because different pairs of places may have the same pair of values.

Inversion number

[modifica | modifica wikitesto]

The inversion number Template:Sfn of a sequence , is the cardinality of the inversion set. It is a common measure of sortedness (sometimes called presortedness) of a permutationTemplate:Sfn or sequence.Template:Sfn The inversion number is between 0 and inclusive. A permutation and its inverse have the same inversion number.

For example since the sequence is ordered. Also, when is even, (because each pair is an inversion). This last example shows that a set that is intuitively "nearly sorted" can still have a quadratic number of inversions.

The inversion number is the number of crossings in the arrow diagram of the permutation,Template:Sfn the permutation's Kendall tau distance from the identity permutation, and the sum of each of the inversion related vectors defined below.

Other measures of sortedness include the minimum number of elements that can be deleted from the sequence to yield a fully sorted sequence, the number and lengths of sorted "runs" within the sequence, the Spearman footrule (sum of distances of each element from its sorted position), and the smallest number of exchanges needed to sort the sequence.Template:Sfn Standard comparison sorting algorithms can be adapted to compute the inversion number in time Template:Math.Template:Sfn

[modifica | modifica wikitesto]

Three similar vectors are in use that condense the inversions of a permutation into a vector that uniquely determines it. They are often called inversion vector or Lehmer code. (A list of sources is found here.)

This article uses the term inversion vector () like Wolfram.[1] The remaining two vectors are sometimes called left and right inversion vector, but to avoid confusion with the inversion vector this article calls them left inversion count () and right inversion count (). Interpreted as a factorial number the left inversion count gives the permutations reverse colexicographic,[2] and the right inversion count gives the lexicographic index.

Rothe diagram

Inversion vector :
With the element-based definition is the number of inversions whose smaller (right) component is .Template:Sfn

is the number of elements in greater than before .

Left inversion count :
With the place-based definition is the number of inversions whose bigger (right) component is .

is the number of elements in greater than before .

Right inversion count , often called Lehmer code:
With the place-based definition is the number of inversions whose smaller (left) component is .

is the number of elements in smaller than after .

Both and can be found with the help of a Rothe diagram, which is a permutation matrix with the 1s represented by dots, and an inversion (often represented by a cross) in every position that has a dot to the right and below it. is the sum of inversions in row of the Rothe diagram, while is the sum of inversions in column . The permutation matrix of the inverse is the transpose, therefore of a permutation is of its inverse, and vice versa.

Example: All permutations of four elements

[modifica | modifica wikitesto]
The six possible inversions of a 4-element permutation

The following sortable table shows the 24 permutations of four elements (in the column) with their place-based inversion sets (in the p-b column), inversion related vectors (in the , , and columns), and inversion numbers (in the # column). (The columns with smaller print and no heading are reflections of the columns next to them, and can be used to sort them in colexicographic order.)

It can be seen that and always have the same digits, and that and are both related to the place-based inversion set. The nontrivial elements of are the sums of the descending diagonals of the shown triangle, and those of are the sums of the ascending diagonals. (Pairs in descending diagonals have the right components 2, 3, 4 in common, while pairs in ascending diagonals have the left components 1, 2, 3 in common.)

The default order of the table is reverse colex order by , which is the same as colex order by . Lex order by is the same as lex order by .

Template:4-el perm inversions

Weak order of permutations

[modifica | modifica wikitesto]
Permutohedron of the symmetric group S4

The set of permutations on n items can be given the structure of a partial order, called the weak order of permutations, which forms a lattice.

The Hasse diagram of the inversion sets ordered by the subset relation forms the skeleton of a permutohedron.

If a permutation is assigned to each inversion set using the place-based definition, the resulting order of permutations is that of the permutohedron, where an edge corresponds to the swapping of two elements with consecutive values. This is the weak order of permutations. The identity is its minimum, and the permutation formed by reversing the identity is its maximum.

If a permutation were assigned to each inversion set using the element-based definition, the resulting order of permutations would be that of a Cayley graph, where an edge corresponds to the swapping of two elements on consecutive places. This Cayley graph of the symmetric group is similar to its permutohedron, but with each permutation replaced by its inverse.

Template:Wikiversity

Sequences in the OEIS:

  1. ^ Weisstein, Eric W. "Inversion Vector" From MathWorld--A Wolfram Web Resource
  2. ^ Reverse colex order of finitary permutations (EN) Sequenza A055089, su On-Line Encyclopedia of Integer Sequences, The OEIS Foundation.

Source bibliography

[modifica | modifica wikitesto]

Further reading

[modifica | modifica wikitesto]
  • Barbara H. Margolius, Permutations with Inversions, in Journal of Integer Sequences, vol. 4, 2001.

Presortedness measures

[modifica | modifica wikitesto]