As the title says, I'm trying to show that if $n,m \in \mathbb{N} - \{0\}$ such that $n,m \geq 2$ and $n > m$ then $n^{\frac{1}{n!}} < m^{\frac{1}{m!}}$.
I've tried using logarithms, but it is notoriously difficult since logarithm is an increasing function, therefore it doesn't flip the inequality between $n$ and $m$ the way I need it to. Here's what I mean
$$n > m \Rightarrow n! > m! \Rightarrow \frac{1}{n!} < \frac{1}{m!}$$ Since $n > m \Rightarrow \ln (n) > \ln (m)$ $$\Rightarrow \frac{1}{m!} \ln (n) > \frac{1}{n!} \ln (n) > \frac{1}{n!} \ln (m)$$
Here's where I get stuck. I naturally thought of using logarithms since they let us treat exponentiation as multiplication, but I can't seem to get anywhere. Is there a better way to approach this problem?
Thank you for your time.
We will prove this for two consecutive integers first and then perform induction over the larger of the two integers. Say we are working with $a+1$ and $a.$ We want to prove that $$(a+1)^{\frac{1}{(a+1)!}}<a^{\frac{1}{a!}}.$$ This is equivalent to $$1<(a^a - 1)a,$$ which is true because $$2\le (a^a -1)a$$ due to the fact that $a\ge 2.$ Now we wish to show that if $n>m$ for fixed $m$ and $n^{\frac{1}{n!}}<m^{\frac{1}{m!}},$ then $$(n+1)^{\frac{1}{(n+1)!}}<m^{\frac{1}{m!}}.$$ We get what we want because \begin{align*} n^{\frac{1}{n!}}&<m^{\frac{1}{m!}}\\ n&<m^{\frac{n!}{m!}}\\ n^{n+1}&<m^{\frac{(n+1)!}{m!}}. \end{align*} It suffices to prove that $$n+1<n^{n+1},$$ which we already showed except with $a$ instead of $n$ earlier.