Documentation

FormalConjectures.ErdosProblems.«812»

Erdős Problem 812 #

References:

Is it true that $\frac{R(n+1)}{R(n)}\geq 1+c$ for some constant $c>0$, for all large $n$?

theorem Erdos812.erdos_812.parts.ii :
sorry (fun (n : ) => n ^ 2) =O[Filter.atTop] fun (n : ) => (Combinatorics.hypergraphRamsey 2 (n + 1)) - (Combinatorics.hypergraphRamsey 2 n)

Is it true that $R(n+1)-R(n) \gg n^2$?

Burr, Erdős, Faudree, and Schelp [BEFS89] proved that $R(n+1)-R(n) \geq 4n-8$ for all $n\geq 2$.