Example 4 Assume that positive integers have the property: any of these numbers can be divided into two disjoint -element subsets, and the sums of the numbers in the two subsets are equal, then these numbers must all be equal.
Solution
To prove that if there are positive integers satisfying the property described in the problem, we call these positive integers a "good array". Let's assume , and (because reducing the smallest number to 1 and subtracting the same number from the other numbers still results in a "good array").
From the problem statement, we know that , which means .
Since , it follows that are all positive odd numbers.
Let . Since are all positive odd numbers, are all positive integers and it is easy to see that also form a "good array".
If , then . Repeatedly performing this transformation, we will eventually obtain a "good array" whose maximum term is 1. Since in the above transformation, the smallest term in each array is always 1, the terms in this "good array" are all 1. Considering the way the transformation is performed (changing to ), it follows that the original numbers are all 1.
This completes the proof of the original proposition.