Maths Olympiad Prep

Track / Stage 8 / 151 of 180 #1851 of 1964

Problem 1851

IMO Shortlist mid-range; USAMO P2/P5
Number theory Difficulty 8.6 Prove it 2022 China Team Selection Test for IMO · China · 2022

Let a1,a2,,ana_1, a_2, \dots, a_n be nn positive integers that are not divisible one another, i.e. for any iji \neq j, aia_i is not divisible by aja_j. Show that
a1+a2++an1.1n22n. a_1 + a_2 + \dots + a_n \geq 1.1n^2 - 2n.

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

Proof: Consider the set of all positive integers that are coprime to 66: B={1,5,7,11,13,}B = \{1, 5, 7, 11, 13, \dots\}, it is obvious that the sum f(k)f(k) of the smallest kk elements of BB satisfies
f(k)={3k22if k is even3k212if k is odd,f(k+1)f(k)=3k+1 or 3k+2. f(k) = \begin{cases} \frac{3k^2}{2} & \text{if } k \text{ is even} \\ \frac{3k^2-1}{2} & \text{if } k \text{ is odd} \end{cases}, \qquad f(k+1) - f(k) = 3k + 1 \text{ or } 3k + 2.
f(0)=0, f(1)=1, f(2)=6, f(3)=13, f(4)=24, f(5)=37, f(0) = 0,\ f(1) = 1,\ f(2) = 6,\ f(3) = 13,\ f(4) = 24,\ f(5) = 37, \dots
Every positive integer aa can be uniquely written as a=2α3βba = 2^\alpha 3^\beta b, with bBb \in B and nonnegative integers α,β\alpha, \beta. Denote h(a)=bh(a) = b or say bb is the core of aa. If a1,,ama_1, \dots, a_m are mm positive integers that cannot divide one another, and that all of their cores are bb, then writing each ak=2αk3βkba_k = 2^{\alpha_k} 3^{\beta_k} b with k=1,,mk = 1, \dots, m, we must have that α1,,αm\alpha_1, \dots, \alpha_m are pairwise distinct (otherwise two numbers 2α3βb2^\alpha 3^\beta b and 2α3βb2^\alpha 3^{\beta'} b must have division relations). We may put them in a sequence so that α1<α2<<αm\alpha_1 < \alpha_2 < \dots < \alpha_m, then correspondingly we have β1>β2>>βm0\beta_1 > \beta_2 > \dots > \beta_m \ge 0, this time we get ak2k13mkba_k \ge 2^{k-1} 3^{m-k} b. Moreover, the sum of these mm numbers
a1+a2++am203m1b+213m2b++2m130b=(3m2m)b. a_1 + a_2 + \dots + a_m \ge 2^0 3^{m-1} b + 2^1 3^{m-2} b + \dots + 2^{m-1} 3^0 b = (3^m - 2^m)b.
We consider the map from A={a1,a2,,an}A = \{a_1, a_2, \dots, a_n\} to BB by taking the cores, i.e. every bBb \in B is the core for several numbers in AA. Set
Bk={bB:#{aA:h(a)=b}k}. B_k = \{b \in B : \#\{a \in A : h(a) = b\} \ge k\}.
i.e. the numbers in BkB_k are the core for at least kk numbers in {a1,,an}\{a_1, \dots, a_n\}. Thus BB1B2B \supseteq B_1 \supseteq B_2 \supseteq \dots, and the numbers in BkBk+1B_k \setminus B_{k+1} are precisely the core for exactly kk numbers in {a1,,an}\{a_1, \dots, a_n\}. We have
n=k=1kBkBk+1=B1+B2+ n = \sum_{k=1}^{\infty} k \cdot |B_k \setminus B_{k+1}| = |B_1| + |B_2| + \dots
We use S()S(\cdot) to denote the sum of the elements in a set. We have:
S(A)=a1++ank=1(3k2k)×S(BkBk+1)=k=1[(3k2k)(3k12k1)]×S(Bk) S(A) = a_1 + \dots + a_n \ge \sum_{k=1}^{\infty} (3^k - 2^k) \times S(B_k \setminus B_{k+1}) = \sum_{k=1}^{\infty} [(3^k - 2^k) - (3^{k-1} - 2^{k-1})] \times S(B_k)
S(A)k=1(2×3k12k1)×f(Bk) S(A) \geq \sum_{k=1}^{\infty} (2 \times 3^{k-1} - 2^{k-1}) \times f(|B_k|)
Define the sequence ck=2×3k12k1c_k = 2 \times 3^{k-1} - 2^{k-1}, e.g. c1=1c_1 = 1, c2=4c_2 = 4, c3=14c_3 = 14, c4=46c_4 = 46, c5=146c_5 = 146, ...
We turn to consider the optimization problem \spadesuit: under the assumption x1+x2+=nx_1 + x_2 + \dots = n (with each xix_i nonnegative), minimize T=c1f(x1)+c2f(x2)+T = c_1f(x_1) + c_2f(x_2) + \dots.
Suppose that X=(x1,x2,,xK,0,0,)X = (x_1, x_2, \dots, x_K, 0, 0, \dots) minimizes TT, where x1x2xK1x_1 \ge x_2 \ge \dots \ge x_K \ge 1, and xK+1=xK+2==0x_{K+1} = x_{K+2} = \dots = 0.
If K2K \le 2, then
T=c1f(x1)+c2f(x2)3x1212+43x221265(x1+x2)2521.1n22n. T = c_1f(x_1) + c_2f(x_2) \ge \frac{3x_1^2-1}{2} + 4\frac{3x_2^2-1}{2} \ge \frac{6}{5}(x_1+x_2)^2 - \frac{5}{2} \ge 1.1n^2 - 2n.
If K3K \ge 3, then XX being (one of) the minimizing points would mean:
* if we change XX to X=(x1+1,x2,,xK1,xK1,0,)X' = (x_1+1, x_2, \dots, x_{K-1}, x_K - 1, 0, \dots), TT does not decrease, i.e.
0ΔT=c1(f(x1+1)f(x1))cK(f(xK)f(xK1))3x1+2cKcK3x1+2; 0 \le \Delta T = c_1(f(x_1+1)-f(x_1)) - c_K(f(x_K)-f(x_K-1)) \le 3x_1+2 - c_K \Rightarrow c_K \le 3x_1+2;
* if we change XX to X=(x1,x2+1,,xK1,xK1,0,)X'' = (x_1, x_2 + 1, \dots, x_{K-1}, x_K - 1, 0, \dots), then TT does not decrease, i.e.
0ΔT=c2(f(x2+1)f(x2))cK(f(xK)f(xK1))4(3x2+2)cKcK12x2+8. 0 \le \Delta T = c_2(f(x_2+1)-f(x_2)) - c_K(f(x_K)-f(x_K-1)) \le 4(3x_2+2) - c_K \Rightarrow c_K \le 12x_2+8.
So n=x1+x2++xKx1+x2+1cK23+cK812+1=5cK412n = x_1 + x_2 + \dots + x_K \ge x_1 + x_2 + 1 \ge \frac{c_K-2}{3} + \frac{c_K-8}{12} + 1 = \frac{5c_K-4}{12}, we get
c1+c2++cKcK(1+13++13K1)12n+45×324n. c_1 + c_2 + \dots + c_K \le c_K \left(1 + \frac{1}{3} + \dots + \frac{1}{3^{K-1}}\right) \le \frac{12n+4}{5} \times \frac{3}{2} \le 4n.
Thus, T(X)=c1f(x1)++cKf(xK)c13x1212++cK3xK212T(X) = c_1f(x_1) + \dots + c_Kf(x_K) \ge c_1 \frac{3x_1^2-1}{2} + \dots + c_K \frac{3x_K^2-1}{2} and
T(X)32[c1x12+c2x22++cKxK2]12[c1+c2++cK]32(x1+x2++xK)21c1+1c2++1cK2n. T(X) \ge \frac{3}{2}[c_1x_1^2 + c_2x_2^2 + \dots + c_Kx_K^2] - \frac{1}{2}[c_1 + c_2 + \dots + c_K] \ge \frac{3}{2} \frac{(x_1 + x_2 + \dots + x_K)^2}{\frac{1}{c_1} + \frac{1}{c_2} + \dots + \frac{1}{c_K}} - 2n.
Since ck+13ckc_{k+1} \ge 3c_k always holds, we have
1c1+1c2++1cK1+14+114+114×3+114×32+=1+14+1.5141.36 \frac{1}{c_1} + \frac{1}{c_2} + \dots + \frac{1}{c_K} \le 1 + \frac{1}{4} + \frac{1}{14} + \frac{1}{14 \times 3} + \frac{1}{14 \times 3^2} + \dots = 1 + \frac{1}{4} + \frac{1.5}{14} \le 1.36
So
T32n21.362n>1.1n22n T \ge \frac{3}{2} \frac{n^2}{1.36} - 2n > 1.1n^2 - 2n
To sum up, the optimization problem \spadesuit has minimum value Tmin1.1n22nT_{\min} \ge 1.1n^2 - 2n, and for the original question,
S(A)k=1ck×f(Bk)1.1n22n. S(A) \ge \sum_{k=1}^{\infty} c_k \times f(|B_k|) \ge 1.1n^2 - 2n.

Source: MathNet, licensed CC-BY-4.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.