When solving a limit of a succession last class involving $n!$, the professor said we could proof that $\lim_{n \to \infty} n!$ is $\infty$, but he left it as some sort of homework the actual process of the proof.
So far I tried an induction approach, since the first terms of the succession (I'm using the recursive defintion of $a_n=na_{n-1}$) are greater than the previous, I stated that $$n!>(n-1)!$$ and for $n+1$ then $$(n+1)!=(n+1)n!$$ And since $n+1>0$ $$(n+1)n!>n!$$ The thing is that I'm not sure about how should I finish the proof, is there some sort of $\delta-\epsilon$ process involved?
Thanks for reading
Note that $n$ is a non-negative integer (because you're talking about $n!$, which is only defined for non-negative integers), so you're not using $\delta$-$\epsilon$, but $N$-$\epsilon$ (we're working with sequences here, as opposed to functions $\mathbb{R} \to \mathbb{R}$). Furthermore, because the limit is not finite, you shouldn't be using $\epsilon$.
To clarify, we want to show that $$\lim_{n \to \infty}n! = +\infty\text{.}$$ To show this, the definition is as follows:
See also https://en.wikipedia.org/wiki/Limit_of_a_sequence#Infinite_limits.
To show this, we may approach as follows.