Maths Olympiad Prep

Library / /18 of 20

, 2022

Algebra Difficulty 8.9 Shortlist Prove it Germany

Problem:

Determine the smallest value that the expression
a11+a22++a20222022 \left\lfloor\frac{a_{1}}{1}\right\rfloor+\left\lfloor\frac{a_{2}}{2}\right\rfloor+\cdots+\left\lfloor\frac{a_{2022}}{2022}\right\rfloor
can take, where a1,a2,,a20221a_{1}, a_{2}, \ldots, a_{2022} \geq 1 are real numbers such that aiaj1\left|a_{i}-a_{j}\right| \geq 1 holds for all 1i<j20221 \leq i<j \leq 2022.

Remark: For a real number xx, x\lfloor x\rfloor, called the floor (Gauss bracket) of xx, denotes the largest integer not greater than xx.

Solution

Solution:

From the assumption it follows that the smallest of the numbers a1,a2,,a2022a_{1}, a_{2}, \ldots, a_{2022} is at least 11, the second smallest is at least 22, and so on up to the 20222022-th, which must be at least 20222022. If we now successively replace the numbers a1,,a2022a_{1}, \ldots, a_{2022}, in order of size, by 1,2,,20221,2, \ldots, 2022, then the sum from the problem statement does not increase. We thus see that we may restrict ourselves to the case where (a1,a2,,a2022)(a_{1}, a_{2}, \ldots, a_{2022}) are pairwise distinct positive integers. Now we replace 20222022 by an arbitrary positive integer kk and claim that the smallest value s(k)s(k) that the sum
a11+a22++akk \left\lfloor\frac{a_{1}}{1}\right\rfloor+\left\lfloor\frac{a_{2}}{2}\right\rfloor+\cdots+\left\lfloor\frac{a_{k}}{k}\right\rfloor
can take, when a1,a2,,aka_{1}, a_{2}, \ldots, a_{k} are pairwise distinct positive integers, is exactly log2(k)\left\lfloor\log_{2}(k)\right\rfloor.

- Lower bound: Since mm is clearly monotonically increasing, it suffices to show that m(2t)tm\left(2^{t}\right) \geq t holds. The case t=0t=0 is clear, for t>0t>0 we use complete induction and thus assume m(2t1)t1m\left(2^{t-1}\right) \geq t-1 as known. Let a1,a2,,a2ta_{1}, a_{2}, \ldots, a_{2^{t}} be arbitrary pairwise distinct positive integers. Then the maximum aia_{i} of these numbers is at least 2t2^{t}. If i>2t1i>2^{t-1}, then we have
a11+a22++a2t2ta11+a22++a2t12t1+aiim(2t1)+1=t1+1=t \left\lfloor\frac{a_{1}}{1}\right\rfloor+\left\lfloor\frac{a_{2}}{2}\right\rfloor+\cdots+\left\lfloor\frac{a_{2^{t}}}{2^{t}}\right\rfloor \geq \left\lfloor\frac{a_{1}}{1}\right\rfloor+\left\lfloor\frac{a_{2}}{2}\right\rfloor+\cdots+\left\lfloor\frac{a_{2^{t-1}}}{2^{t-1}}\right\rfloor+\left\lfloor\frac{a_{i}}{i}\right\rfloor \geq m\left(2^{t-1}\right)+1 = t-1+1 = t
If, however, i2t1i \leq 2^{t-1}, then the set X={1,2,,2t1}{a1,a2,,a2t1}X=\{1,2, \ldots, 2^{t-1}\} \setminus \{a_{1}, a_{2}, \ldots, a_{2^{t-1}}\} is nonempty. Let bXb \in X be arbitrary. Then ai2t=2t1+2t1b+ia_{i} \geq 2^{t} = 2^{t-1} + 2^{t-1} \geq b+i holds, so that
a11+a22++a2t2ta11++b+ii++a2t12t1m(2t1)+1=t1+1=t \left\lfloor\frac{a_{1}}{1}\right\rfloor+\left\lfloor\frac{a_{2}}{2}\right\rfloor+\cdots+\left\lfloor\frac{a_{2^{t}}}{2^{t}}\right\rfloor \geq \left\lfloor\frac{a_{1}}{1}\right\rfloor+\cdots+\left\lfloor\frac{b+i}{i}\right\rfloor+\cdots+\left\lfloor\frac{a_{2^{t-1}}}{2^{t-1}}\right\rfloor \geq m\left(2^{t-1}\right)+1 = t-1+1 = t

- Upper bound: We set
ai={i1,if i is not a power of two,2s+11,if i=2s. a_{i}=\begin{cases} i-1, & \text{if } i \text{ is not a power of two,} \\ 2^{s+1}-1, & \text{if } i=2^{s}. \end{cases}
Then a1,a2,,aka_{1}, a_{2}, \ldots, a_{k} are pairwise distinct positive integers and we have
aii={0,if i is not a power of two,1otherwise. \left\lfloor\frac{a_{i}}{i}\right\rfloor=\begin{cases} 0, & \text{if } i \text{ is not a power of two,} \\ 1 & \text{otherwise.} \end{cases}
hence it follows that a11+a22++akk=log2(k)\left\lfloor\frac{a_{1}}{1}\right\rfloor+\left\lfloor\frac{a_{2}}{2}\right\rfloor+\cdots+\left\lfloor\frac{a_{k}}{k}\right\rfloor=\left\lfloor\log_{2}(k)\right\rfloor.

Applying this to the concrete situation of the problem statement, we obtain that the smallest value that the given sum can take is equal to log2(2022)=11\left\lfloor\log_{2}(2022)\right\rfloor=11.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement translated into English from de; metadata (topic, difficulty) added by this project.