Erdős problem 183
Let be the least such that every -colouring of the edges of contains a monochromatic triangle. Determine (a $250 Erdős prize problem). A superexponential lower bound resolves the problem: the limit is infinite.
Sources
FormalConjectures/ErdosProblems/
183.lean
Retained formal statement
The explicit bound behind erdos_183: for every ,
∀ (k : ℕ), 2 ≤ k → (1 / (6 * Real.exp 38) * ↑k ^ (1 / 3) / Real.log ↑k) ^ k ≤ ↑(Erdos183.multicolourTriangleRamsey k)