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
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.
∃ c₁, 0 < c₁ ∧ c₁ ≤ 1 ∧ ∀ᶠ (n : ℕ) in Filter.atTop, c₁ * √↑n / √(Real.log ↑n) ≤ ↑(Erdos1104.triangleFreeMaxChromatic n)SolvedStatement only, no proof