Exercise 1.4.4 (Number of partitions by pairs)

(a)
Suppose that 𝒮 contains 2 n elements, and that 𝒮 is partitioned into n disjoint subsets each one containing exactly two elements of 𝒮 . Show that this can be done in precisely ( 2 n 1 ) ( 2 n 3 ) 5 3 1 = ( 2 n ) ! 2 n n !

ways.

(b)
Show that ( n + 1 ) ( n + 2 ) ( 2 n ) is divisible by 2 n , but not by 2 n + 1 .

Answers

Proof.

(a)
Write P n for the number of partitions(-sets) of a set 𝒮 which contains 2 n elements. Consider a fixed element a S . This element can be paired with any other element b of 𝒮 , in 2 n 1 ways. It remains to partition the 2 n 2 other elements, in P n 1 ways. This gives the relation, for n 2 , P n = ( 2 n 1 ) P n 1 .

So P n + 1 = ( 2 n + 1 ) P n ( n 1 ) .

We prove by induction the property

𝒫 ( n ) P n = k = 1 n ( 2 k 1 ) .

If n = 1 , there is only one possibility to partition two elements a , b , the unique partition being { { a , b } } . Thus P 1 = 1 , and 𝒫 ( 1 ) is true.

Assume that for some n 1 , P n = k = 1 n ( 2 k 1 ) . Then

P n + 1 = ( 2 n + 1 ) P n = ( 2 n + 1 ) k = 1 n ( 2 k 1 ) = k = 1 n + 1 ( 2 k 1 ) .

The induction is done, so for all n ,

P n = k = 1 n ( 2 k 1 ) = ( 2 n 1 ) ( 2 n 3 ) 5 3 1 .

Moreover

k = 1 n ( 2 k 1 ) = k = 1 n ( 2 k 1 ) k = 1 n ( 2 k ) k = 1 n ( 2 k ) = ( 2 n ) ! 2 n n ! .

Alternative proof:

Let 𝒫 be the set of ordered partitions ( A 1 , , A n ) of 𝒮 (partition-families), where | A i | = 2 for every index i , and let 𝒫 be the set of unordered partitions { A 1 , , A n } with the same conditions for A i (partition-sets). Consider the map

χ { 𝒫 𝒫 ( A 1 , , A n ) { A 1 , , A n }

Then every element of 𝒫 has n ! pre-images, explicitly the partition-families ( A σ ( 1 ) , , A σ ( n ) ) , where σ is any permutation of S n . Therefore

n ! | 𝒫 | = | 𝒫 | .

To count the elements of 𝒫 , we choose first the two elements of A 1 among 2 n elements, in ( 2 n 2 ) ways, then the two elements of A 2 , in ( 2 n 2 2 ) ways, and so on, the two last elements of A n in ( 2 2 ) = 1 way. Thus

| 𝒫 | = ( 2 n 2 ) ( 2 n 2 2 ) ( 2 2 ) ,

and so

| 𝒫 | = 1 n ! ( 2 n 2 ) ( 2 n 2 2 ) ( 2 2 ) = 1 n ! ( 2 n ) ! ( 2 n 2 ) ! 2 ! ( 2 n 2 ) ! ( 2 n 4 ) ! 2 ! 2 ! 0 ! 2 ! = ( 2 n ) ! 2 n n ! .

This gives the same result.

(b)
By part (a), ( 2 n ) ! 2 n n ! is an integer, thus 2 n ( 2 n ) ! n ! .

Assume for contradiction that 2 n + 1 ( 2 n ) ! n ! . Then 2 ( 2 n ) ! 2 n n ! . This is false, since ( 2 n ) ! 2 n n ! = ( 2 n 1 ) ( 2 n 3 ) 5 3 1 is a product of odd numbers, therefore is itself odd. So 2 n + 1 ( 2 n ) ! n ! .

To conclude, ( n + 1 ) ( n + 2 ) ( 2 n ) is divisible by 2 n , but not by 2 n + 1 . □

Note: If you know that

ν 2 ( n ! ) = n 2 + n 2 2 + + n 2 k + ,

we obtain

ν 2 ( ( 2 n ) ! n ! ) = ν 2 ( 2 n ! ) ν 2 ( n ! ) = ( 2 n 2 + 2 n 2 2 + + 2 n 2 k + ) ( n 2 + n 2 2 + + n 2 k + ) = n + ( n 2 + n 2 2 + + n 2 k 1 + ) ( n 2 + n 2 2 + + n 2 k 1 + ) = n .

This gives the same conclusion.

User profile picture
2024-07-25 11:54
Comments