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 ?
Worked, still open.
graph theory · solved · 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
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
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 ↗links
Hadwiger-Nelson problem · reference
status
solved