I read that $\left(\frac{1}{n!}\right)^\frac{1}{n}$ goes to $0$ as $n$ goes to infinity.
I tried to solve this myself by expanding the factorial:
$$\left( \frac{1}{n!}\right)^\frac{1}{n}=\left( \frac{1}{n}\cdot \frac{1}{n-1}\cdot ... \cdot\frac{1}{1}\right)^\frac{1}{n}=\left( \frac{1}{n}\right)^\frac{1}{n}\cdot \left( \frac{1}{n-1}\right)^\frac{1}{n}\cdot ... \cdot\left( \frac{1}{1}\right)^\frac{1}{n}$$
The leftmost factor in the very right side converges to one, as does the rightmost, and the other factors should lie in between, hence also converge to one.
Then if I apply the limit rule stating that $\lim a\cdot b$ = $\lim a\cdot\lim b$ (with $a$ and $b$ being convergent sequences), I get that the whole thing converges to $1$, which I know it doesn't. My guess is that I cannot apply that limit rule for a product with an unbounded number of factors.
Can someone please give me a simple proof of convergence to $0$ and perhaps some insight on my mistake(s)? That would be lovely.
You have $$ \begin{split} \lim_{n \to \infty} (n!)^{1/n} &= \exp\left( \lim_{n \to \infty} \ln\left((n!)^{1/n}\right) \right)\\ &= \exp\left( \lim_{n \to \infty} \frac{\ln(n!)}{n} \right) \\ &\ge \exp\left( \lim_{n \to \infty} \frac{\frac{n}{2} \ln(n/2)}{n} \right) \\ &\to \infty \end{split} $$
The main idea is to take logs to reduce the power and to use the fact that $$\ln(n!) = \sum_{k=1}^n \ln(k)$$ has an linear in $n$ amount of terms, which allows to cancel the $n$ in the denominator...
Your main issue was ignoring that the amount of terms is growing linearly with $n$