I was trying to evaluate $$ \lim_{n\to \infty} \left(\dfrac{n!}{n^n}\right)^{\dfrac{1}{n}} $$ without resorting to a certain theorem that states : $$ \limsup_{n\to \infty}\; a_n\,^{\frac{\Large 1}{\Large n}} = \lim_{n\to \infty} \left(\dfrac{a_{n+1}}{a_n}\right). $$
With my own idea:
- By using the discreet definition of factorial using the product notation (also converting $n^n$ into discreet product) :
$$ n! = \prod_{0\leq k \leq n-1} (n-k)= n\cdot\left(\prod_{1\leq k \leq n-1} (n-k)\right) $$
$$ n^n = \prod_{1\leq k \leq n} n = n\cdot\left(\prod_{1\leq k \leq n-1} n \right) $$
And by dividing $n-k$ by $n$ and duplicating the limit (one for evaluating the limit inside product notation and another for reminding myself that $x$ goes to $\infty$ ) into two I get this limit :
$\displaystyle \lim_{n\to\infty} \prod_{1\leq k \leq n-1} \lim_{n\to\infty}\left(1-\dfrac{k}{n}\right)^{\dfrac{1}{n}}$ (1)
Evaluating the inner limit by logarithm and L'Hopital get me into this point :
$a = \displaystyle \lim_{n\to\infty} \dfrac{1}{n} - \dfrac{1}{n-k}$, $1 < k < n-1$
where $y = \displaystyle \lim_{n\to\infty} \left(1-\dfrac{k}{n}\right)^{\dfrac{1}{n}}$, and $a = \ln(y)$
My Question :
$1$) Does $a$ exist as $k$ varies and goes to $n-1$ ? (Continue to Q$2$)
$2$) How to evaluate it ? (Continuation of Q$1$)
$3$) Is my way of doing the limit at equation (1) valid (Duplicating the limit) ??
$4$) Any other way to do $\displaystyle \lim_{n\to \infty} \left(\dfrac{n!}{n^n}\right)^{\dfrac{1}{n}}$ without that sequence theorem I mentioned earlier
My opinion about Q$1$ : because the main limit (at the very beginning) exist and has a value, I think somehow $a$ exist, but what confuse me is that $a$ varies between $0$ and $-1$ ($a = -1$ when $k$ goes to $n-1$).
Q$2$ : I don't have any idea as $k$ value is varying (at least I know that when $k$ is small then $a$ goes to $0$, and when $k$ value is approaching $n-1$ then $a$ goes to $-1$)