Show $\binom{\lceil 2^{\frac{k}{2}} \rceil }{k} \leq 2^{\binom{k}{2} - 1}$ for $k \geq 2$ .
The proof which I am studying uses the above result to show that $R(k,k) < \lceil 2^{\frac{k}{2}} \rceil$ where $R$ denotes the Ramsay number. I cannot see how to prove the inequality: induction doesn't work, is there some upper bound inequality on binomial coefficients which I am missing?
The latex is a little ambiguous but I assume you are referring to $2^{k/2}=(\sqrt{2})^k.$
In general $\binom{n}{k}\leq \frac{n^k}{k!}$. Thus, $$ \binom{\lceil \sqrt{2}^{k}\rceil}{k}\leq \frac{\lceil \sqrt{2}^{k}\rceil^k}{k!}. $$ Hence the inequality will follow once we show that $$ \lceil \sqrt{2}^{k}\rceil^k\leq k!\ 2^{\binom{k}{2}-1}. $$ Now $\lceil \sqrt{2}^{k}\rceil\leq \sqrt{2}^k+1$, and thus it suffices to establish that $$ (\sqrt{2}^k+1)^k\leq k!\ 2^{\binom{k}{2}-1}. $$ Since $k!\geq 2^{k-1}$, it suffices to show that $$ (\sqrt{2}^k+1)^k\leq 2^{\binom{k}{2}+k-2}. $$ Pulling out $2^{k^2/2}$ from the left sides yields the equivalent inequality $$ (1+2^{-k/2})^k\leq 2^{k/2-2}, $$ and taking $k^{th}$ roots yields the equivalent inequality $$ 1+2^{-k/2}\leq 2^{1/2-2/k}. $$ This inequality holds for all $k\geq 7$, since $$ 1+2^{-k/2}\leq 1+2^{-7/2}<2^{1/2-2/7}\leq 2^{1/2-2/k}\qquad k\geq 7. $$ The cases $k=2,\ldots,6$ can be verified directly in the original inequality.