Show that for any positive integer , we have the equality
Problem 1043
Official solution
There are essentially two ways to approach an exercise of this type. The first is a brute force induction proof, generally using Pascal's formula for the propagation step. The second method is a combinatorial proof. This method involves counting the cardinality of the same well-chosen set in two different ways, which directly reveals an equality. This method is often shorter and more pleasant, and we will use it here.
The idea is to calculate in two different ways the number of subsets with elements of a set with elements. This number is equal to , the right-hand side of our equality. Let's now try to bring out the left-hand side. By observing this term, we see a term, which corresponds to binary choices, and a term, corresponding to the choice of elements. By putting these two elements together, we arrive at the following method of calculation.
Group our elements into pairs, and set the last element aside. Choose of these pairs choices). The number corresponds to the number of pairs containing exactly one element of our set with elements: in each of these pairs, choose one of the two elements ( choices). We have selected elements, and we need to choose more to end up with a set of elements. These elements must be grouped into pairs, and if is odd, to complete, we add to our set the element not belonging to any pair. It is immediately clear that we thus construct each set of elements once, and that there are ways to perform this construction.