Prove: Row of 1000 Integers Becomes Identical Over Time

  • Thread starter Thread starter sachinism
  • Start date Start date
  • Tags Tags
    Integers Row
Click For Summary
A row of 1000 integers can be transformed into subsequent rows by counting the occurrences of each integer in the previous row. Starting from the second row, if an integer n appears, it must occur at least n times. If all integers n are present exactly n times, the rows will stabilize and become identical. If not, at least one integer must appear more than n times, leading to either a stable row or an increase in the count of some integers. Ultimately, since the maximum integer cannot exceed 1000, the process will terminate when the rows no longer change.
sachinism
Messages
66
Reaction score
0
A row contains 1000 integers

The second row is formed by writing under each integer, the number of times it occurs in the first row.The third row is now constructed by writing under each number in the 2nd row, the number of times it occurs in the 2nd row.This is process is continued

Prove that at some point, one row becomes identical to the next.
 
Mathematics news on Phys.org
From the second row on, if an integer n is present in the row, then it is present at least n times, because it is the number of times some other number is present in the previous row. If all the different n's are present exactly n times in a row, then all the following rows will be the same (for example (223334444) -> (223334444) -> (223334444) -> ...). If this is not the case, then there must be some n that is present more than n times. This means that going from one row to the next one there are two possibilities: either the row remains the same, or at least some number of the row has a bigger number below it. Since the maximum n that can be present in a row can't be bigger than 1000, this sequence must terminate, and at some point the row doesn't change anymore.
 
nice one man
 
Here is a little puzzle from the book 100 Geometric Games by Pierre Berloquin. The side of a small square is one meter long and the side of a larger square one and a half meters long. One vertex of the large square is at the center of the small square. The side of the large square cuts two sides of the small square into one- third parts and two-thirds parts. What is the area where the squares overlap?

Similar threads

  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 15 ·
Replies
15
Views
5K
  • · Replies 16 ·
Replies
16
Views
6K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 66 ·
3
Replies
66
Views
7K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 3 ·
Replies
3
Views
897