a) give a detailed proof of the following inequality for all integers n > 1 $$ \frac{{2}^{n}}{n} \leq {n \choose \lfloor{\frac{n}{2}}\rfloor}$$
This is what I have so far: $$\frac{{2}^{n}}{n} \leq {n \choose \lfloor{\frac{n}{2}}\rfloor}$$ $$ {n} \frac{{2}^{n}}{n} \leq {n}{n \choose \lfloor{\frac{n}{2}}\rfloor}$$ $$ \sum_{0 \leq k \leq n} {n \choose k} \leq {n}{n \choose \lfloor{\frac{n}{2}}\rfloor} $$
How do I finish this?
b) give a detailed proof of the following inequality for all integer n $\geq$ 1 $$ \sqrt{{n}^{n}} \leq n! $$
This is what I have so far: $$ \sqrt{{n}^{n}} \leq n! $$ $$ {n}^{\frac{n}{2}} \leq {n}\times{(n - 1)}\times{...}\times{2}\times{1} $$ $$ {n}^{\frac{n}{2}}\times{...}\times{n}^{\frac{n}{2}} \leq {n}\times{(n - 1)}\times{...}\times{2}\times{1} $$ length of $\frac{n}{2} \leq$ length of n
I have shown that the length is less, but how do I show it is less overall?
a) Because the "middle" binomials are the largest one $$1=\binom{n}{0}<\binom{n}{1}<\dots<\binom{n}{\left \lfloor n/2 \right \rfloor}=\binom{n}{\left \lceil n/2 \right \rceil}>\dots>\binom{n}{n-1}>\binom{n}{n}=1$$ so we have what you want.