163. A triangular table is constructed according to the following rule: the top row contains a natural number , and below each number on the left, is written, and on the right, the number is written. For example, when , the table shown in Fig. 9 is obtained. Prove that in each row of such a table, all numbers are distinct.
Problem 1119
Official solution
163. Suppose that in some rows of the table, the same numbers appear. Let be the number of the highest such row, and and be the equal numbers in this row.
Since there are no equal numbers in the -th row, and are obtained from numbers and in this row through different operations: let , then .
On the path leading from the top number to the number , there could have been squaring and adding of ones. The largest number that could have been squared was (since ). This means that the number could have been obtained from the last square encountered on the path in no fewer than steps, with one being added at each step. Thus, the number was obtained from in no fewer than steps (i.e., ). But in the same row as stands , and any number obtained from in such a number of steps is no less than . Therefore, there were no squaring operations in obtaining , so is the rightmost, smallest number in the -th row, which contradicts the equality .
The analysis of the solution shows that the squaring operation can be replaced by any function that takes natural values and such that .
!
Fig. 67