erdős #865
There exists a constant such that, for all large , if has size at least then there are distinct such that .
Worked, still open.
number theory · open · possible · formalized (Lean) · 0 attempts
use this record
vela registry pull vfr_37aec80d874a0239vela reproduce examples/erdos-problemsevidence
unverified AI candidates (2)
gpt-erdos · GPT-5.2 Pro + Deep Research · unverified
What you wrote is (as far as I can tell from the current literature) **an open Erdős–Sós–type extremal problem**, listed as **Erdős Problem #865**. In particular, the existence of an absolute constant $C$ making the (\frac58N+C) threshold work for all sufficiently large $N$ is *not known* at present. ([Erdős Problems][…
candidate solution ↗llm-hunter · gpt pro 5.2 · unverified
1 LLM attack(s) recorded (gpt pro 5.2); unverified.
candidate solution ↗formal
AMS 5 11 · open (literature)
theorem erdos_865 :
∃ C > 0, ∀ᶠ (N : ℕ) in atTop,
∀ A ⊆ Icc 1 N, A.card ≥ (5 / 8 : ℝ) * N + C →
∃ a ∈ A, ∃ b ∈ A, ∃ c ∈ A, a ≠ b ∧ a ≠ c ∧ b ≠ c ∧
a + b ∈ A ∧ a + c ∈ A ∧ b + c ∈ Aformal-conjectures/865.lean ↗status
open