Special Sum Sets
In multiple related problems, we work with special sum sets that are quite non-trivial to understand and we need auxiliary definitions to define all the properties.
Let us first define the sum:
Definition: Set Sum
Let
Then we define a sum-distinct set:
Definition: Sum-Distinct Set
Let
And the size-monotone set:
Definition: Size-Monotone Set
Let
With these parts, we can then assemble the main definition:
Definition: Special Sum Set
A special sum set (SSS) is a set that is both a sum-distinct and size-monotone set.
In Problem 103, we also find the definition of the optimal SSS:
Definition: Optimal Special Sum Set
For given
This is not necessarily unique for large
Restriction to disjoint sets
The definitions of SDS and SMS are restricted to disjoint sets. That restriction doesn't restrict the sets much, it comes naturally. Common elements would just increase both sums and could be cancelled.
Theorem: Disjoint Sets Equivalent
We could drop the rule that sets
Proof
Let's take
Easier size monotonicity
Testing whether a set is size-monotone is hard with the definition. There is an equivalent and easier way:
Theorem: Largest vs Smallest
If and only if for all
Proof
Let
Let
We do the same with
The set
Using the transitivity of the comparison, we can derive
which simplifies to
Also we have held the constraint
which simplifies to
We could even add unused elements to
Because we allowed to swap all elements in both sets and allowed
Backwards direction: We assume that we have a size-monotone set by the initial definition. That means we can pick any two sets
As either condition implies the other, the equivalence is proven.
Sum-distinctness follows partially from size-monotonicity
We have defined sum-distinctness and size-monotonicity separately. But there is one implication that we can make.
Theorem
If and only if a set is an SSS, it will be size-monotone for all subsets and sum-distinct for equal size subsets.
Proof
The forward direction is trivial because the definition of SSS includes size-monotonicity and sum-distinctness for all subsets, therefore equal size subsets are included.
Backward direction: Let
As either condition implies the other, the equivalence is proven.
Construction of larger special sum sets
Within the problem statement of Problem 103, we are given a way to use a SSS with
Definition: Pivot Element
In an SSS with
They then suggest this theorem without proof.
Theorem: Next Larger Special Sum Set
Given an SSS with
We can prove this theorem:
Proof
Let
Size-monotonicity: Let
We can split off the largest summand from that sum and have
For a set
On both sides, we can add
And this is the definition for the size-monotone expression of set
Sum-distinctness: As
Pivot outside subsets: If
As we only need to look at
Pivot in subset: Let
We can write the difference between the set sums as
As
As we have used
In the problem statement, it is made clear that although this prescription provides an SSS, it does not necessarily yield an optimal SSS. Nevertheless, we can use this prescription as an upper bound for the sum of elements
Conway-Guy sequence
Through some AI interaction, I was informed about the Conway-Guy sequence that is also registered as OEIS A005318:
Definition: Conway-Guy Sequence
Let
It starts with 0, 1, 2, 4, 7, 13, 24, 44, 84, 161, 309, 594.
From this, for a target size
Theorem
The prescription
builds an SSS
However, this doesn't yield better results than the extension with the pivot element. It seems to be just a different way of constructing it.