9. 7. On the table: there are two piles of coins with equal total weight, the number of coins in the first pile is n, the number of coins in the second pile is m,S=min{n,m}. For any natural number k not greater than S, in the order of coin weight from largest to smallest, the sum of the weights of the first k heaviest coins in the first pile is not greater than the sum of the weights of the first k heaviest coins in the second pile. Prove: for any positive number x, if the weight of each coin in both piles that is not less than x is calculated as x, then, the sum of the weights of the coins in the first pile calculated this way is not less than the sum of the weights of the coins in the second pile.
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
9. 7. Let the weights of the first pile of n coins be represented as x1⩾x2⩾⋯⩾xn, and the weights of the second pile of m coins be represented as y1⩾y2⩾⋯⩾ym. Also, let x1⩾⋯⩾xs⩾x⩾xs+1⩾⋯⩾xn, y1⩾⋯⩾yi⩾x⩾yt+1⩾⋯⩾ym. (If there are no coins not lighter than x, the conclusion is obviously true.) Thus, what needs to be proven is: xs+xs+1+⋯+xn⩾xt+yt+1+⋯+ym.
Let x1+x2+⋯+xn=y1+y2+⋯+ym=A, i.e., to prove xs+[A−(x1+⋯+x∗)] ⩾xt+[A−(y1+⋯+yt)],
i.e., to prove x1+⋯+xs+x(t−s)⩽y1+⋯+yt. We will prove this inequality in two cases: If t⩾s, then x1+⋯+xs+x(t−s)=(x1+⋯+xs)+(2+⋯+x)⩽(y1+⋯+ys)+(ys+1+⋯+yt). (Because x1+⋯+x2⩽y1+⋯+ys can be derived from the given, and ys+1⩾x,⋯,yt⩾x.)
If t<s, then x1+⋯+xs+x(t−s)⩽y1+⋯+yt is equivalent to x1+⋯+xs⩽y1+⋯+yt+((t−s)↑x+⋯+x).
This inequality can be derived from the following: x1+⋯+xs⩽y1+⋯+ys=(y1+⋯+yt)+(yt+1+⋯+ys),
and yt+1⩽x,⋯,ys⩽x.
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.