Problems(1)
Let n>1 be a given integer. The Mint issues coins of n different values a1,a2,...,an, where each ai is a positive integer (the number of coins of each value is unlimited). A set of values {a1,a2,...,an} is called lucky, if the sum a1+a2+...+an can be collected in a unique way (namely, by taking one coin of each value).
(a) Prove that there exists a lucky set of values {a1,a2,...,an} with a1+a2+...+an<n⋅2n.
(b) Prove that every lucky set of values {a1,a2,...,an} satisfies a1+a2+...+an>n⋅2n−1.Proposed by Ilya Bogdanov algebra