How large can a set of integers be if all pairwise sums are distinct? A fundamental question connecting number theory, combinatorics, and coding theory.
What is the maximum size of a Sidon set (B_2 sequence) contained in {1, 2, ..., n}? The best constructions give roughly sqrt(n) elements, but the exact constant remains unknown.
A Sidon set (also called a B_2 sequence) is a set of positive integers with a remarkable property: every pairwise sum is unique. Named after the Hungarian mathematician Simon Sidon, these sets appear throughout mathematics and have surprising applications.
All pairwise sums are distinct:
All 10 sums {2, 3, 4, 6, 7, 10, 11, 12, 15, 20} are different. This is a Sidon set!
The key insight is that if two different pairs give the same sum, we can "untangle" them. For example, if a + b = c + d with {a,b} different from {c,d}, then:
This creates unwanted additive structure. Sidon sets avoid this entirely — they are "additively independent" in a precise sense.
Click numbers to add them to your set. Watch for conflicts when two pairs have the same sum!
Let F(n) denote the maximum size of a Sidon set contained in {1, 2, ..., n}. The fundamental question is: how does F(n) grow as n increases?
Through clever counting arguments and probabilistic methods, we have established bounds:
The exact coefficient of sqrt(n) remains unknown — this is worth $1,000!
One of the most elegant constructions of Sidon sets comes from finite field theory. James Singer discovered in 1938 that perfect difference sets give optimal Sidon sets.
With q = 3, we get a Sidon set of size q + 1 = 4 in {0, 1, ..., 12}:
Or equivalently shifted: {1, 2, 4, 10} in {1, ..., 13}
The magic comes from the algebraic structure of finite fields. The differences between elements of a Singer difference set cover each non-zero residue exactly once. This "perfect difference" property directly implies the Sidon property.
Sidon sets appear in surprising places across mathematics and engineering. Their "no repeated sums" property makes them ideal for avoiding interference.
The Sidon set concept extends naturally:
Despite over 80 years of research since Sidon first studied these sets in the 1930s, the exact asymptotic formula remains elusive. The $1,000 prize awaits whoever can determine the precise constant.
"A problem worthy of attack proves its worth by fighting back."
The problem beautifully illustrates how simple-sounding questions about integers can lead to deep connections across mathematics. Whether you approach it through algebra, analysis, probability, or computation, the Sidon set conjecture continues to reward exploration.