İndüksiyonla ρ n = ( 2 , 3 , 4 , … , n , 1 ) permütasyonunun C ( ρ n ) = 2 n - 1 olan bir örnek olduğunu göstereceğiz . Bu en kötü durumsa , ilk n için olduğu gibi ( OEIS dizisi A192053 için notlara bakın ), sonra m ( n ) ≈ ( 2 / e ) nρn=(2,3,4,…,n,1)C(ρn)=2n−1nm(n)≈(2/e)n. So the normalized min, like the normalized max, is 'exponentially bad'.
The base case is easy. For the induction step, we need a lemma:
Lemma: In any path from (2,3,4,…,n,1)(2,3,4,…,n,1) to (1,2,3,…,n)(1,2,3,…,n), either the first move swaps positions 11 and nn, or the last move swaps positions 11 and nn.
Proof Sketch: Suppose not. Consider the first move that involves the nn'th position. Assume that it is the ii'th move, i≠1i≠1 and i≠ni≠n. This move must place the item 11 in the ii'th place. Now consider the next move that touches the item 11. Assume this move is the jj'th move. This move must swap ii and jj, moving the item 11 into the jj'th place, with i<ji<j. A similar argument says that the item 11 can only subsequently be moved to the right. But the item 11 needs to end up in the first place, a contradiction. ◻□
Now, if the first move swaps the positions 11 and nn, the remaining moves must take the permutation (1,3,4,5,…,n,2)(1,3,4,5,…,n,2) to (1,2,3,4,…,n)(1,2,3,4,…,n). If the remaining moves don't touch the first position, then this is the permutation ρn−1ρn−1 in positions 2…n2…n, and we know by induction that there are C(ρn−1)=2n−2C(ρn−1)=2n−2 paths that do this. An argument similar to the proof of the Lemma says that there is no path that touches the first position, as the item 11 must then end up in the incorrect position.
If the last move swaps the positions 11 and nn, the first n−1n−1 moves must take the permutation (2,3,4,…,n,1)(2,3,4,…,n,1) to the permutation (n,2,3,4,…,n−1,1)(n,2,3,4,…,n−1,1). Again, if these moves don't touch the last position, then this is the permutation ρn−1ρn−1, and by induction there are C(ρn−1)=2n−2C(ρn−1)=2n−2 paths that do it. And again, if one of the first n−1n−1 moves here touches the last position, the item 11 can never end up in the correct place.
Thus, C(ρn)=2C(ρn−1)=2n−1C(ρn)=2C(ρn−1)=2n−1.