Solution to: There is a row of 1000 integers. There is a second row below, which is constructed as follows. Under each number a of the first row, there is a positive integer f(a) such that f(a) equals the number of occurrences of a in the first row. In the same way, we get the 3rd row from the 2nd row, and so on. Prove that, finally, one of the rows is identical to the next row.
The first thing to recognize is that if 2 consecutive rows have the same number of terms, the second term has all 1's
If this is true, the row after the row with all ones will contain a single number
then the next row will contain 1
then the row after that will contain 1
so: |dw:1349727697728:dw|
Now, because a row can't contain any 0's, every row must be smaller or the same size as the previous one
|dw:1349727780873:dw|
So, that means that either the row will stay the same size, in which case we have already proven that it eventually goes to 1, or they will get smaller and smaller
\[\in R_1 = 1000\] \[\in R_2 \le 1000\] \[\in R_3 \le 999\] ... \[\in R_{1001} \le 1\]
You can't have 0 elements in a row, so: \[\in R_{1001} = 1\]
therefore: |dw:1349728072923:dw|
QED
Join our real-time social learning platform and learn together with your friends!