erdős #596
For which graphs is it true that for every there is a graph without a but if the edges of are -coloured then there is a monochromatic copy of , and yet for every graph without a there is an -colouring of the edges of without a monochromatic .
Worked, still open.
graph theory · open · 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
Write (H\to (G_2)^E_n) to mean: **every** $n$-edge-colouring of $H$ contains a **monochromatic** copy of (G_2) (as a subgraph). Your two bullets ask for pairs $(G_1,G_2)$ such that
candidate solution ↗llm-hunter · gpt pro 5.2 · unverified
1 LLM attack(s) recorded (gpt pro 5.2); unverified.
candidate solution ↗formal
AMS 5 · open (literature)
theorem erdos_596 :
∀ {U₁ U₂ : Type} (G₁ : SimpleGraph U₁) (G₂ : SimpleGraph U₂),
IsErdosHajnalExceptional G₁ G₂ ↔
(answer(sorry) : ∀ {U₁ U₂ : Type}, SimpleGraph U₁ → SimpleGraph U₂ → Prop) G₁ G₂formal-conjectures/596.lean ↗status
open