erdős #750
Let be some function such that as . Does there exist a graph of infinite chromatic number such that every subgraph on vertices contains an independent set of size at least ?
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
This is an Erdős problem and, in the full generality you stated [[nomath]](allowing $f(m)\to\infty$ *arbitrarily slowly*)[[/nomath]], it is **still open**. ([Erdős Problems][1])
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_750 :
answer(sorry) ↔ ∀ (f : ℕ → ℝ≥0) (hf : atTop.Tendsto f atTop),
∃ (V : Type*) (G : SimpleGraph V), G.chromaticNumber = ⊤ ∧
∀ (m : ℕ) (S : Set V), 0 < m → S.ncard = m →
∃ I ⊆ S, G.IsIndepSet I ∧ m / 2 - f m ≤ I.ncardformal-conjectures/750.lean ↗status
open