-1

Show that ${n}^{n^{n}}>n(n!)((n!)!)$ where n is a positive integer greater than or equal to $3$.

My attempt:

Rewrite ${n}^{n^{n}} =n^{n} n^{n} … n^{n} n^{n} $ and $n(n!)((n!)!)=n(n)(n-1)(n-2)…1(n!)(n!-1)…1$.

Since $n^{n}\gt n!$, $n^{n} n^{n} … n^{n} n^{n}\gt n!n!…n!n!=n!^{n}$.

I tried to show that $n!^{n}\gt n(n)(n-1)(n-2)…1(n!)(n!-1)…1$, but I don’t know how.

Please give me a hint instead of a solution.

1 Answers1

3

HINT: Take logarithms to conclude $$n^{n^n} \ge ((n!)!)^4,$$ and note that this gives you what you need. En route, use the easy to see inequality $$M^M \ge 2^M (M!).$$


IF YOU NEED MORE ELABORATION:

First note that, taking logs of the LHS of the OP, we note: $$\log(n^{n^n}) = n^n \times \log (n).$$

On the other hand, taking logs of $(n!)!$ on the RHS of the OP:

$$\log((n!)!)$$ $$\le \log((n!)^{n!})$$ $$\le (n!)×\log(n!)$$ $$\le (n!)×\log(n^n)$$ $$\le (n!)\times (n \log n)$$ $$\le 2^{-n}n^n ×(n \log n),$$ Or in particular,

$$\log((n!)!) \le 2^{-n}n^n ×(n \log n). $$

However, for $n \ge 4$ note the inequality $$2^{-n} ×n \le \frac{1}{4}.$$ So plugging this into the above gives

$$\log((n!)!) \le \frac{n^n \log n}{4}.$$

However, we have already observed $$\log(n^{n^n}) = n^n\log(n),$$ and thus combining the above two relations yields $$\log(n^{n^n}) \ge 4(\log((n!)!), $$ or equivalently, $$n^{n^n} \ge (n!)!)^4.$$ Can you conclude yourself $$n × n! \le ((n!)!)^2$$ $$< ((n!)!)^3$$ yourself to get the desired result?

Mike
  • 20,434