Erdős problem 1104
Lower bound (Hefty–Horn–King–Pfender 2025). There exists a constant such that, for sufficiently large , where denotes the maximum chromatic number of a triangle-free graph on vertices, formalized as triangleFreeMaxChromatic n.
Sources
FormalConjectures/ErdosProblems/
1104.lean
Retained formal statement
Upper bound (Davies–Illingworth 2022). There exists a constant such that, for sufficiently large , where denotes the maximum chromatic number of a triangle-free graph on vertices, formalized as triangleFreeMaxChromatic n.
∃ c₂, 2 ≤ c₂ ∧ ∀ᶠ (n : ℕ) in Filter.atTop, ↑(Erdos1104.triangleFreeMaxChromatic n) ≤ c₂ * √↑n / √(Real.log ↑n)SolvedStatement only, no proof