prove for any $\ n \ge 1 $
$\ n^{\log_2(n)} \le e^n $
Since both positive for every $\ n \ge 1 $ I was thinking of taking the $\ln $ of each function and then:
$\ln(n^{\log_2(n)}) \le \ln(e^n) \Rightarrow \log+2(n) \cdot \ln(n) \le n$
and for $\ n = 1 $ can see that $\log_2(1) \cdot 0 \le 1 $
the problem is I can't really do much with the function for $ n+1$
$\log_2(n+1) \cdot \ln(n+1) = ? $
can't really transform it to anything else.. I 've also tried taking the $\log_2 $ instead of $\ln $ but still..