This question is closely related to this question, but I am not happy with the answers there for several reasons which I will explain in a second.
The limit $\lim_{n\to\infty}n(\sqrt[n]{n}-1)=\infty$, where $n$ is a natural number, is easy to see by expanding the left side with the help of the exponential series. Indeed, we have $$ n(\sqrt[n]{n}-1)=\ln(n)+\frac{1}{2}\cdot\frac{1}{n}\cdot\ln(n)^2+\frac{1}{6}\cdot\frac{1}{n^2}\cdot\ln(n)^3+\cdots\geq\ln(n)\,. $$ Since $\ln(n)$ grows arbitrary large with $n$ large, the limit is proven.
I found this limit as an exercise in Analysis 1 by K. Königsberger, 5.8 Exercises, 3(b). I am using an old printing and the numbering might have changed, but it is in the very beginning of the book in a chapter about sequences.
At that stage of the book the exponential series as well as logarithms have not yet been introduced and very few means are available. For educational purposes, I am looking for a really elementary proof which uses a different bound from below which in turn goes to infinity. The book suggests that such a proof must exist but I cannot find one.
Can you please help me to find such proof? What is available at this stage is the Bernoulli inequality and the expansion of $(1+x)^n$ for a natural number $n$ and arbitrary $x$, plus some very basic limits like $\sqrt[n]{n}\to 1$, etc. which all can be done elementary. Thank you for your time and help!
For each $M \in \mathbb{R}$, choose positive integers $k$ and $N$ so that $\frac{k}{2} > M$ and $N = 2^k$. Then for each $n \geq N$, we have
\begin{align*} n \bigl( n^{1/n} - 1 \bigr) &\geq n \bigl( 2^{k/n} - 1 \bigr) \\ &= n \cdot \frac{2^{k/n} - 1}{2^{n/n} - 1} \\ &= n \cdot \frac{1 + 2^{1/n} + \cdots + 2^{(k-1)/n}}{1 + 2^{1/n} + \cdots + 2^{(n-1)/n}} \\ &\geq n \cdot \frac{k}{2n} = \frac{k}{2} > M \end{align*}
and therefore the sequence diverges to $+\infty$.
Remark. Note that the above argument essentially proves the inequality
$$ n \bigl( n^{1/n} - 1 \bigr) \geq \frac{1}{2}\lfloor \log_2 n \rfloor, $$
so we can't really avoid the logarithm from entering this picture, as @Thomas Andrews anticipated.