Background: I was solving following question.
Which is bigger $2^{30!}$ or $\left(2^{30}\right)!$ ?
$2^{30!}$ can be expressed as $\left(2^{30}\right)^{29!}$
Note that for sufficiently large $n \in \mathbb{N}$ we have that $n! >> 2^n$.
Moreover, $\forall_{n \in \mathbb{N} \wedge n \ge 5}\ n! > 2^{n+1}$
Hence, $29! > 2^{30}$
Finally, $$2^{30!} = \left(2^{30}\right)^{29!} > \left(2^{30}\right)!$$
since $29! > 2^{30}$ and the fact every multiplicand of $\left(2^{30}\right)^{29!}$ is greater or equal than every multiplicand of $\left(2^{30}\right)!$.
(If you have other approaches please share them)
Then, I started thinking how would I approach something more generalised.
Question: For what $n \in \mathbb{N}$ and $r \in \mathbb{R}$ $n^r = n!$ ?
Some thoughts
Following the same argumentation implies that $\forall_{r > n}\ n^r > n!$.
This equation is trivially satisfied when $n = 1$ by all $r \in \mathbb{R}.$
Update
Courtesy of Shaun who pointed that $r = \log_n (n!)$ solves the equation $n^r = n!$.