Erdős problem 61
The Erdős–Hajnal Conjecture states that there is a constant for each such that we can take in the above formulation.
Sources
FormalConjectures/ErdosProblems/
61.lean
Retained formal statement
Bucić, Nguyen, Scott, and Seymour [BNSS23] improved this to for some constant depending on .
[BNSS23] Bucić, M. and Nguyen, T. and Scott, A. and Seymour, P., A loglog step towards Erdos-Hajnal
∀ {α : Type u_1} [inst : Fintype α] [inst_1 : DecidableEq α] (H : SimpleGraph α), ∃ c > 0, Erdos61.IsErdosHajnalLowerBound H fun n => Real.exp (c * √(Real.log ↑n * Real.log (Real.log ↑n)))SolvedStatement only, no proof