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
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 is a weighted-form of the Erdős-Szekeres theorem, and is also mentioned (as an open question) in a survey on the latter by Steele [St95].
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.
∀ (k : ℕ), 0 < k → ∀ (x : Fin (k ^ 2) → ℝ), Function.Injective x → (∀ (i : Fin (k ^ 2)), 0 < x i) → ∑ i, x i = 1 → ∃ S ∈ Erdos1026.monotonicSubsequenceSums x, 1 / ↑k ≤ S