Erdős problem 1026
For a sequence of distinct reals, determine the largest constant such that some monotonic subsequence always has sum exceeding times the total sum. Resolved as .
Sources
FormalConjectures/ErdosProblems/
1026.lean
Let be a sequence of distinct real numbers. Determine where the maximum is taken over all monotonic subsequences.
This is as Erdős posed the problem in [Er71], which is rather ambiguous. Discussion between several users in the comments section has led to the following precise possible question, as posed by van Doorn:
What is the largest constant such that, for all sequences of real numbers , (where again the maximum is taken over all monotonic subsequences)?
Cambie makes the stronger conjecture that if are distinct positive real numbers with then there is always a monotonic subsequence with sum at least .
This stronger conjecture appears to have been first proved by Tidor, Wang, and Yang [TWY16], and is also implicit in work of Wagner [Wa17]. A proof was given and formalised by Aristotle (see the comments), with an alternative proof provided by Chan. In particular, this shows that .
IsGreatest Erdos1026.admissibleConstants sorry