erdős #194
Let . Must any ordering of contain a monotone -term arithmetic progression, that is, some which forms an increasing or decreasing -term arithmetic progression?
Worked, still open.
arithmetic progressions · solved · formalized (Lean) · 0 attempts
use this record
vela registry pull vfr_37aec80d874a0239vela reproduce examples/erdos-problemsformal
AMS 5 · solved (literature)
theorem erdos_194 :
answer(False) ↔ ∀ k ≥ 3, ∀ r : ℝ → ℝ → Prop, IsStrictTotalOrder ℝ r →
∃ s : List ℝ, s.IsAPOfLength k ∧ (s.Pairwise r ∨ s.Pairwise (flip r))formal-conjectures/194.lean ↗status
solved