erdős #965
Is it true that, for any -colouring of , there is a set of cardinality such that all sums with and are the same colour?
Worked, still open.
ramsey theory · solved · formalized (Lean) · 0 attempts
use this record
vela registry pull vfr_37aec80d874a0239vela reproduce examples/erdos-problemsformal
AMS 3 5 · solved (literature)
theorem erdos_965 :
answer(False) ↔ ∀ f : ℝ → Fin 2, ∃ A : Set ℝ, ¬ A.Countable ∧
∀ᵉ (a ∈ A) (b ∈ A) (c ∈ A) (d ∈ A), a ≠ b → c ≠ d → f (a + b) = f (c + d)formal-conjectures/965.lean ↗links
Soukup and Weiss · paper
status
solved