Exponent log inequalites

39 Views Asked by At

I'm stuck in trying to figure out why this inequality is true: $$ n^{\log^4 n} \leq 2^{\log^5 n} ~~~~~~ \text{for} ~n>2$$ (Here $\log$ denotes the base $2$ logarithm). I'm sure there's some simple little algebraic trick but I'm just not seeing it. Can someone help me out?

2

There are 2 best solutions below

2
On

Just take log both sides it becomes $\log^5 n $

0
On

$$n^{\log^4 n} \leq 2^{\log^5 n} $$ $$2^{\log(n)\log^4 n} \leq 2^{\log^5 n} $$ $$2^{\log^5 n} \leq 2^{\log^5 n} $$ They are equals.. or $$n^{\log^4 n} \leq 2^{\log^5 n}=2^{\log(n)\log^4 n}=(2^{\log(n)})^{\log^4 n}=n^{\log^4 n}$$