Maths Olympiad Prep

Track / Stage 7 / 126 of 300 #1526 of 1964

Problem 1526

National olympiad second round; IMO P1/P4
Combinatorics Difficulty 7.2 Prove it

Let a1,1a1,2a1,3a2,1a2,2a2,3a3,1a3,2a3,3\begin{array}{cccc}{a_{1,1}} & {a_{1,2}} & {a_{1,3}} & {\dots} \\ {a_{2,1}} & {a_{2,2}} & {a_{2,3}} & {\cdots} \\ {a_{3,1}} & {a_{3,2}} & {a_{3,3}} & {\cdots} \\ {\vdots} & {\vdots} & {\vdots} & {\ddots}\end{array} be a doubly infinite array of positive integers, and suppose each positive integer appears exactly eight times in the array. Prove that am,n>mna_{m, n}>m n for some pair of positive integers (m,n).(m, n) .

This one wants a proof. Work it on paper, then read the official solution and mark yourself. Be honest about it: the record is only any use to you if it is.

Official solution

1. Assume the contrary: Suppose that am,nmn a_{m,n} \leq mn for all m,nN m, n \in \mathbb{N} .

2. Count the number of distinct values: For a fixed KN K \in \mathbb{N} , consider the numbers am,n a_{m,n} with mnK mn \leq K . Since am,nmn a_{m,n} \leq mn , these numbers can take at most K K distinct values.

3. Use the given condition: Each positive integer appears exactly 8 times in the array. Therefore, there can be at most 8K 8K pairs (m,n) (m,n) with mnK mn \leq K .

4. **Count the pairs (m,n) (m,n) with mnK mn \leq K **: For each nK n \leq K , there are exactly Kn \left\lfloor \frac{K}{n} \right\rfloor possible values of m m such that mnK mn \leq K . Therefore, the total number of such pairs is:
n=1KKn \sum_{n=1}^K \left\lfloor \frac{K}{n} \right\rfloor

5. Estimate the sum: We can estimate the sum using the inequality KnKn1 \left\lfloor \frac{K}{n} \right\rfloor \geq \frac{K}{n} - 1 :
n=1KKnn=1K(Kn1)=Kn=1K1nK \sum_{n=1}^K \left\lfloor \frac{K}{n} \right\rfloor \geq \sum_{n=1}^K \left( \frac{K}{n} - 1 \right) = K \sum_{n=1}^K \frac{1}{n} - K

6. Simplify the sum: The sum can be further simplified as:
Kn=1K1nK=K(n=1K1n1)=Kn=2K1n K \sum_{n=1}^K \frac{1}{n} - K = K \left( \sum_{n=1}^K \frac{1}{n} - 1 \right) = K \sum_{n=2}^K \frac{1}{n}

7. Use the harmonic series: Since the harmonic series n=11n \sum_{n=1}^\infty \frac{1}{n} diverges, for large enough K K , n=2K1n \sum_{n=2}^K \frac{1}{n} can be made arbitrarily large.

8. Contradiction: This implies that for large enough K K , the number of pairs (m,n) (m,n) with mnK mn \leq K exceeds 8K 8K , which contradicts the assumption that there are at most 8K 8K such pairs.

9. Conclusion: Therefore, the assumption that am,nmn a_{m,n} \leq mn for all m,nN m, n \in \mathbb{N} must be false. Hence, there exists some pair of positive integers (m,n) (m, n) such that am,n>mn a_{m,n} > mn .

\blacksquare

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.