i am asked to prove this statement:
$$\left(\frac{n}{3}\right)^n\leq\frac{1}{3}n!$$
Now after several attempts, i am lost not knowing where and how to start. if I use induction, i am stuck on the way. how can i solve this in an easy way? i have huge difficulties when i have to find something which is bigger than the latter term or so, because i lack some important source of maths in my brain. i am very likely to give up on the way if it becomes tough. for any guidance how to overcome this phase i will be very very thankful. i am trying for proficiency in math. Thanks
We would like to prove
$$\left(\frac{n}{3}\right)^n \leq \frac{1}{3}n!.$$
This is equivalent to
$$n^{n-1} \leq 3^{n-1}(n-1)!.$$
It is obviosly true for $n = 1$. However, as $n$ increases, left side rises slower that the right-hand side (thus the inequality will still hold). To put this formally, consider the ratio
$$\frac{(n+1)^{n}}{(n)^{n-1}} \leq \frac{3^{n}n!}{3^{n-1}(n-1)!} = 3n$$
which simplifies to
$$\left(\frac{n+1}{n}\right)^{n} \leq 3.$$
and is true because $\left(1+\frac1n\right)^n$ is increasing in $n$ (e.g. see this post) and converges to $e < 3$.
Cheers!