I am playing around with the root/ratio test to practice with series. I just showed that $\sum \frac{1}{n!}$ converges by using the ratio test. I decided to see how things would go with the root test and I got stuck at something that I can't find on google. Right away while running the root test I encountered $\lim_{x \to +\infty}\left(\frac{1}{n!}\right)^\frac{1}{n}$. I have made the claim that $\left(n!\right)^\frac{1}{n}\geq 1 \hspace{3mm}\forall n\in \mathbb{N}.$ I have begun the proof and I think it is on the right track but some verification would be nice.
Proof: We can see that for n=1, this obviously holds, $\left(1!\right)^1\geq 1.$ Now suppose that this is the case for some $n=k$, then we have $\left((k+1)!\right)^{\frac{1}{k+1}}= \left((k+1)k!\right)^\frac{1}{k+1}$. It is at this point that I start to have a little trouble. Can somebody give me a push in the right direction? Thanks!
I'm not sure it holds in general. Consider $n! = n(n-1)(n-2)...2\cdot1$, at least $n/2$ terms are $>n/2$ thus; $$n! > \left(\frac{n}{2}\right)^\frac{n}{2}$$ taking the reciprocal $$ \frac{1}{n!} < \left(\frac{2}{n}\right)^\frac{n}{2}$$ then raising to the power $1/n$ gives $$ \left(\frac{1}{n!}\right)^\frac{1}{n} < \left(\frac{2}{n}\right)^\frac{1}{2}$$ clearly the right hand side has $\lim_{n\rightarrow \infty} \sqrt{2/n} = 0$ thus $$\lim_{n\rightarrow \infty} \left(\frac{1}{n!}\right)^\frac{1}{n} = 0$$
Edit: of course njguliyev's comment is a much easier way to see it can't be $\geq1$.