Skip to content

Erdős problem 1026

For a sequence of nn distinct reals, determine the largest constant cc such that some monotonic subsequence always has sum exceeding (co(1))(1/n)(c-o(1))\cdot(1/\sqrt{n}) times the total sum. Resolved as c=1c = 1.

Sources

Browse retained paths and inspect the exact material available for this Problem.

7 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

1026.lean

Retained formal statement6 of 6

Cambie makes the stronger conjecture that if x1,,xk2x_1,\ldots,x_{k^2} are distinct positive real numbers with xi=1\sum x_i=1 then there is always a monotonic subsequence with sum at least 1/k1/k. 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.

FormalConjectures/ErdosProblems/1026.leanErdos1026.erdos_1026.variants.weighted_erdos_szekeres5 linesExact file
∀ (k : ℕ),  0 < k    ∀ (x : Fin (k ^ 2) → ℝ),      Function.Injective x        (∀ (i : Fin (k ^ 2)), 0 < x i) → ∑ i, x i = 1 → ∃ SErdos1026.monotonicSubsequenceSums x, 1 / ↑kS
SolvedProof has a holelean4external proof

The proof uses `sorry`: part of the argument is written but not proved. Lean accepts the file; it does not accept the theorem.

Search problems.science

Find a Problem, Result, source, or page