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.