CombinatoricsDifficulty 5.4AIME, harderFind the answer
One, (40 points) Given a set A={a1,a2,⋯,an} of n positive integers that satisfies: for any two different subsets of set A, the sums of their respective elements are not equal. Find the minimum value of ∑i=1nai.
A number or a short expression. Spacing and $ signs are ignored.
Solution
Let's assume 1⩽a1<a2<⋯<an. First, we prove that for any i(1⩽i⩽n), it must hold that j=1∑iaj⩾2i−1.
Since the 2i−1 non-empty subsets of {a1,a2,⋯,ai} have distinct sums, and these sums are all positive integers not exceeding ∑j=1iaj, we have j=1∑iaj⩾2i−1.
Let Ai=∑j=1iaj−(2i−1). Then Ai⩾0 and Ai−Ai−1=ai−2i−1(1⩽i⩽n).
Let A0=0. Then ∑i=1nai−∑i=1n2i−1=∑i=1n(ai−2i−1)=∑i=1nai+2i−1ai−2i−1=∑i=1nai+2i−1Ai−Ai−1=∑i=1n−1Ai(ai+2i−11−ai+1+2i1)+an+2n−1An⩾0⇒∑i=1nai⩾∑i=1n2i−1=(2+1)(2n−1). When A={a1,a2,⋯,an}={1,2,⋯,2n−1}
the equality holds. Thus, the minimum value of ∑i=1nai is (2+1)(2n−1).
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: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic and difficulty added by this site.