erdős #1105
The anti-Ramsey number is the maximum possible number of colours in which the edges of can be coloured without creating a rainbow copy of (i.e. one in which all edges have different colours).Let be the cycle on vertices. Is it true thatLet be the path on vertices and . If then is equal towhere if is odd and otherwise?
Worked, still open.
graph theory · solved · 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
Yes to both — and in fact both quantities are known **exactly** (not just asymptotically).
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_1105.parts.i : answer(True) ↔
∀ k, 3 ≤ k →
((fun n => (antiRamseyNum (cycleGraph k) n : ℝ) - ((k - 2 : ℝ) / 2 + 1 / (k - 1)) * n)
=O[atTop] (fun _ => (1 : ℝ)))formal-conjectures/1105.lean ↗status
solved