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 statement3 of 6

Hanani [Ha57] showed that every sequence is the disjoint union of at most (2+o(1))n(\sqrt{2}+o(1))\sqrt{n} many monotonic subsequences.

FormalConjectures/ErdosProblems/1026.leanErdos1026.erdos_1026.variants.hanani8 linesExact file
∀ (ε : ℝ),  0 < ε →    ∀ᶠ (n : ℕ) in Filter.atTop,      ∀ (x : Fin n → ℝ),        Function.Injective xm I,            (∀ (j : Fin m), MonotoneOn x ↑(I j) ∨ AntitoneOn x ↑(I j)) ∧              (Pairwise fun j k => Disjoint (I j) (I k)) ∧ Finset.univ.biUnion I = Finset.univ ∧ ↑m ≤ (√2 + ε) * √↑n
SolvedStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page