where [x,y] denotes the least common multiple of the two numbers.
This one wants a proof. Work it on paper, read the official solution, then mark
yourself honestly — the ladder only means something if the record is true.
Official solution
I. solution. If 1≤xc then d≥5, on the other hand a≥1 and thus b≥2, so
2a1+2b1+2c1+2d1≤21+41+81+101
which is indeed less than 1.
If c<4, then a=1,b=2 and c=3, so d≥4. In this case
[a,b]1+[b,c]1+2c1+2d1≤21+61+61+81<1
so in this case we have also proved the statement.
Ákos Magyar (Budapest, Fazekas M. Gymn., 1st year)
II. solution. A better estimate can avoid the case analysis. Since [x,y] is a multiple of both x and y, xy is a multiple of both y[x,y] and x[x,y]. Therefore, the difference of these two latter numbers is also a multiple of xy. If this difference is not 0, then its absolute value is at least xy. Thus, if 0<x<y, then
y[x,y]−x[x,y]≥xy
from which, after dividing by [x,y]⋅x⋅y, we get that
Gábor Megyesi (Szeged, Juhász Gy. Teacher Training College 1st year Practice School, 8th grade)
Remarks. 1. Many incorrect solutions were submitted for the problem. Most of them featured a sharper, otherwise true, statement "proving" that the maximum of the left side is 1−161. The essence of their reasoning was essentially the following:
"Since [x,y]1≤2x1, then [a,b]1≤21; the first term is therefore maximal when a=1 and b=2. Then [b,c]1=[2,c]1≤41 and this is only possible if c=4. If c=4, then [c,d]1≤81 and thus d=8, and similarly e=16, so the maximum of the left side is 21+41+81+161=1−161."
This reasoning is flawed, although the result is true. When we need to maximize something in several steps, we do not necessarily get the best result if we try to achieve the maximum possible increase at each step. In our case, it was tacitly assumed that the left side is maximal when even the first term is the largest possible. This determines the values of a and b, and if we again "try to get as much as possible," this uniquely determines c, and so on. However, it is possible that if we are too greedy at the beginning, it will severely limit our options later.
A clear example illustrating the above is the following. Suppose the sum of two non-negative numbers is 1, and we want to maximize their product. The first factor is obviously the largest when it is 1, but then the second factor can only be 0, and the product is clearly not maximal.
Another example arises if we slightly modify the original problem. In the cited incorrect solutions, it was "proven" that under the conditions
[a,b]1+[b,c]1+[c,d]1+[d,e]1
is maximal when a=1,b=2,c=4,d=8 and e=16. If instead we seek the maximum of
[a,b]1+[b,c]1+[c,d]1+[d,e]1
then according to the cited "solution"
21+41+81+161=1.81066
is obtained, but this is not the maximum now, because if a=1,b=2,c=3,d=6,e=12, then the value of (3) is
21+61+61+121=1.81228
It is clearly visible that the second term of the sum has decreased, but through this we were able to increase the third and fourth terms so that the sum exceeds the previous value.
2. We mentioned that a sharper statement is also true. We can see this by complete induction on n (n≥2). Let 1≤a1<a2<…<an, ai be integers. Then we claim that
[a1,a2]1+[a2,a3]1+…+[an−1,an]1≤1−2n1
If n=2, then this is true by the estimate [a1,a2]1≤2a11≤21.
Assume the statement is true for n, and let's show that it is also true for (n+1). We distinguish two cases.
1. case: an+1<2n+1. Then, by the estimate of the second solution,