Erdős problem 194
Let . Must any ordering of contain a monotone -term arithmetic progression, that is, some which forms an increasing or decreasing -term arithmetic progression?
Sources
FormalConjectures/ErdosProblems/
194.lean
Retained formal statement
Let . Must any ordering of contain a monotone -term arithmetic progression, that is, some which forms an increasing or decreasing -term arithmetic progression?
The answer is no, even for , as shown by Ardal, Brown, and Jungić [ABJ11]. -
False ↔ ∀ k ≥ 3, ∀ (r : ℝ → ℝ → Prop), IsStrictTotalOrder ℝ r → ∃ s, s.IsAPOfLength k ∧ (List.Pairwise r s ∨ List.Pairwise (flip r) s)