We will prove that for any positive integers , the following identity holds:
Problem 1035
Official solution
Solution. Consider an empty table with 2 rows and columns. Let's look at the fillings of the table that satisfy the following conditions:
- Each cell is filled with either a 1 or a 0;
- The first cells in the top row are filled with 1;
- If there is a 0 anywhere in the top row, then there is also a 0 directly below it;
- The bottom row contains exactly ones.
To prove the statement of the problem, we will show that both expressions determine the number of valid fillings.
How can we get a valid filling?
I. Method: In the last cells of the top row, exactly cells are filled with 1 (where ), and the rest are filled with 0. This can be done in ways as a function of . In this row, there are then exactly ones. The ones in the bottom row can only be placed under the ones in the top row, and we can choose their positions in ways. The remaining cells are filled with 0.
For a given , this results in fillings, which in total is
valid fillings, which is the expression on the left side of the equation to be proven.
II. Method: Out of the ones in the bottom row, of them (where ) are placed in the first columns, which can be done in ways as a function of .
The last cells of the bottom row contain exactly ones, which can be placed in ways.
The bottom row can be filled in ways as a function of , while the last cells of the top row are still empty.
Among these, exactly cells have a 1 directly below them in the bottom row, so these cells must also contain 1. The remaining empty cells can be filled freely, in ways.
Thus, for a given , there are fillings, which in total is
valid fillings. This is the expression on the right side of the equation to be proven.
With this, we have proven the statement of the problem.
Note. A different solution can be found in Hajnal Péter's book "Elementary Combinatorial Problems" (3.17/l, p. 14), and in Lovász László's book "Combinatorial Problems and Exercises" (§1. 43/a, p. 20). Students who only referred to these but did not write out the solution received 0 points according to the rules of the competition.