erdős #303
Is it true that in any finite colouring of the integers there exists a monochromatic solution towith distinct ?
Worked, still open.
number theory · solved · formalized (Lean) · 0 attempts
use this record
vela registry pull vfr_37aec80d874a0239vela reproduce examples/erdos-problemsformal
AMS 5 11 · solved (literature)
theorem erdos_303 :
answer(True) ↔
-- For any finite colouring of the integers
∀ (𝓒 : ℤ → ℤ), (Set.range 𝓒).Finite →
-- There exists integers `a, b, c`
∃ (a b c : ℤ),
-- that are non-zero and distinct.
[a, b, c, 0].Nodup ∧
-- `a, b, c` satisfy the equation
(1/a : ℝ) = 1/b + 1/c ∧
-- `a, b, c` have the same color
(𝓒 '' {a, b, c}).Subsingletonformal-conjectures/303.lean ↗links
status
solved