Consider all sets of $n$ distinct positive integers, no three of which form an arithmetic progression. Prove that among all such sets there is one which has the largest sum of the reciprocals of its elements.
Problem
Source: IberoAmerican 1988 Q6
Tags: algorithm, combinatorics proposed, combinatorics
17.12.2010 17:58
Actually, every collection of $n$-element sets has a set with the largest sum of the reciprocals in the collection.
17.12.2010 23:21
Probably the point of the question is that "largest" should mean "strictly larger than all others."
18.12.2010 00:06
JBL, can you really show that much in the original problem???
18.12.2010 00:22
Sorry, fedja, I don't understand your comment.
18.12.2010 01:43
I agree with JBL, else the question is boring. Let $H(A)=\textstyle\sum_{a\in A} a^{-1}$. We can assume that if $a_1<a_2<...<a_n$ then $a_i\le 2^{i-1}$ (easy by induction). There are only a finite number of sets $A$, therefore one must attain the maximum.
18.12.2010 03:09
The comment was that it is easy to show that the maximum is attained, but how on Earth do you show that it is unique?
18.12.2010 06:10
Ah, all is clear . I don't have any idea how to solve the problem as I interpreted it, but it's the only other interpretation I can see for the problem, and since your interpretation makes the problem trivial and over-prescribed, I thought I'd mention the other option . (Well, it's not true that I don't have any idea whatsoever, but the idea I do have probably doesn't work: we only need to consider the lexicographically minimal $n$-sets with no three-term arithmetic progression. One might hope that these are easy to describe (and for $n \leq 5$ at least, they are, since there is a unique minimal element).)
18.12.2010 20:17
JBL wrote: ...we only need to consider the lexicographically minimal $n$-sets with no three-term arithmetic progression. One might hope that these are easy to describe If I understand correctly, the first $n$ elements of OEIS A003278 is precisely the set you're referring to. Whether or not this set gives the greatest sum of reciprocals is unclear, though. If it were so, it would imply a stronger version of the Erdős-Turán conjecture for $k=3$ (since the reciprocal sum of that set is finite).
20.12.2010 16:17
Sorry, I didn't mean lexicographic order, I meant the coordinatewise order on $\mathbb{Z}^n$ inherited by this set of $n$-tuples. (I don't mean to conjecture that the greedy algorithm settles Erdős-Turán .) In particular, in this partial order it's clear that if $\bf a$ is below $\bf b$ then the sum of the reciprocals of the elements of $\bf a$ is larger than the sum of the reciprocals of the elements of $\bf b$ (so we don't have to prove Erdős-Turán to prove the problem this way) but now there may be several minimal elements to check (but only finitely many).