Erdős Problem 920 #
References:
- erdosproblems.com/166
- erdosproblems.com/920
- erdosproblems.com/986
- erdosproblems.com/1104
- [GrYa68] Graver, Jack E. and Yackel, James, Some graph theoretic results associated with Ramsey's theorem. J. Combinatorial Theory (1968), 125--175.
- [MaVe23] Mattheus, S. and Verstraete, J., The asymptotics of $r(4,t)$. arXiv:2306.04007 (2023).
$f_k(n)$ is the maximum possible chromatic number of a graph with $n$ vertices which contains no $K_k$.
Equations
- Erdos920.f k n = sSup {x : ℕ | ∃ (G : SimpleGraph (Fin n)) (_ : G.CliqueFree k), G.chromaticNumber = ↑x}
Instances For
Graver and Yackel [GrYa68] proved that $f_k(n) \ll \left(n\frac{\log\log n}{\log n}\right)^{1-\frac{1}{k-1}}.$
The lower bound $R(4,m) \gg m^3/(\log m)^4$ of Mattheus and Verstraete [MaVe23] (see [erdosproblems.com/166]) implies $f_4(n) \gg \frac{n^{2/3}}{(\log n)^{4/3}}$.
A positive answer to this question would follow from [erdosproblems.com/986]. The known bounds for that problem imply $f_k(n) \gg \frac{n^{1-\frac{2}{k+1}}}{(\log n)^{c_k}}.$