I'm doing some self study on Ramsey graph theory. One of the first theorems concerning lower bounds shows that if $${n \choose k} \cdot \frac {1}{2^{( \frac {k}{2}-1)}} <1$$ then $N(k,k)> n$
In the derivation of a later result, the claim is made that due to stirlings formula, $${n \choose k} \cdot \frac {1}{2^{( \frac {k}{2}-1)}} <1$$
is implied by $$n^k \leq \left ( \frac {k}{e} \right )^k2^{\frac {(k^2-k)}{2}+1}, \; \; \text {or} \; \; n \leq \frac{k}{e \sqrt 2}2^{\frac {k}{2}}$$
The author claims both are obvious, any insight would be appreciated.