erdős #705
Let be a finite unit distance graph in (i.e. the vertices are a finite collection of points in and there is an edge between two points if and only if the distance between them is ).Is there some such that if has girth (i.e. contains no cycles of length ) then ?
unreviewedOpen. Worked here; no verified result yet.
graph theory · disproved · formalized (Lean) · 0 attempts
use this data
vela registry pull vfr_37aec80d874a0239vela reproduce examples/erdos-problemsEvidence
unverified AI candidates (2)
gpt-erdos · GPT-5.2 Pro + Deep Research · unverified
This is essentially an old question of Erdős. Wormald already constructed a **4‑chromatic** unit‑distance graph in the plane with **girth 5** (so triangle‑ and 4‑cycle‑free) where the edges are defined **exactly** by unit distances (“join two points whenever their distance is 1”). ([Cambridge University Press & Assessm…
candidate solution ↗llm-hunter · gpt pro 5.2 · unverified
1 LLM attack(s) recorded (gpt pro 5.2); unverified.
candidate solution ↗Formal proof
AMS 5 · solved (literature)
theorem erdos_705:
answer(False) ↔ ∃ k, ∀ V : Set ℝ², V.Finite →
(UnitDistancePlaneGraph V).girth ≥ k → (UnitDistancePlaneGraph V).chromaticNumber ≤ 3formal-conjectures/705.lean ↗Connections1
Hadwiger-Nelson problem · reference
Check it yourself
One command re-derives this record's receipts on your machine.
vela reproduce examples/erdos-problems