For a given positive integer find, in terms of , the minimum value of for which there is a set of distinct positive integers that has sum greater than but every subset of size has sum at most
Solution
Given a positive integer , we need to find the minimum value of such that there exists a set of distinct positive integers satisfying the following conditions:
1. The sum of all elements in is greater than .
2. Every subset of of size has a sum that is at most .
To solve this problem, we construct the set using the smallest positive integers, starting with 1, 2, 3, ..., up to .
### Step-by-Step Construction and Verification
1. Construct the Set:
Let .
2. **Calculate the Total Sum of :**
The sum of the first integers is given by the formula:
3. **Calculate :**
Our goal is to ensure:
4. Subset Condition:
Every subset of size must have a sum that is at most .
- The subset with the largest sum among subsets of size is obtained by taking the largest numbers from , i.e., .
- The sum of this largest subset is:
This is an arithmetic series whose sum is given by:
Simplifying gives:
5. **Determine :**
To satisfy the subset condition:
Which implies:
6. Combine Results:
From the total sum condition:
Therefore, using:
it suffices to have:
Thus, the minimum value of is: