How can I prove the following inequalities for factorials in an elemantary way:
$$ n^{\frac{n}{2}} \leq n! $$
$$ n^{\frac{2n}{3}} \leq n! $$
$$ \left(\frac{n}{3}\right)^{n} \leq n! $$
Usage of stirling approximation is not allowed. Thank you.
Edit: You can show the truth of the second inequality for $n>k$ with a information that contains what is $k$.
Point 1. Fix $n$, then $$ (n!)^2=(1\cdot n) \cdot (2\cdot (n-1)) \cdot (3 \cdot (n-3)) \cdots (n \cdot 1) $$ and each factor in bracket is at least $n$.
Point 3. Fix $n=3k$ (the other cases can be done similarly), then \begin{align} (3k)!&\ge (3k)(3k-1) \cdots (k) \\ &= (2k)\prod_{i=1}^k (2k+i)(2k-i)\\ &\ge (2k)\prod_{i=1}^k (2k+k)(2k-k)\\ &=(2k)(3k^2)^k= (2\cdot 3^k) k^{3k}. \end{align}