So I have this set and I need to find a sup and inf. $$A=\{\frac{n^n}{n!^2}:n=1,2,3...\}$$ I'd like to know if the part of proof that I have already done is good and I need help with the other part.
I want to check if the series $\frac{n^n}{n!^2}$ is monotonic. $$\frac{(n+1)^{n+1}}{(n+1)!^2}-\frac{n^n}{n!^2}=\frac{(n+1)^n(n+1)}{(n!(n+1))^2}-\frac{n^n}{n!^2}=$$ $$=\frac{(n+1)((n+1)^n-n^n(n+1))}{n!^2(n+1)^2}=\frac{((n+1)^n-n^n(n+1))}{n!^2(n+1)}$$ $n>0$ so $(n+1)>0$ and $(n+1)^n \ge n^n(n+1)$. So $\frac{((n+1)^n-n^n(n+1))}{n!^2(n+1)}\ge 0$. That means the series is decreasing so it has a supremum. For $n=1$ $$\frac{n^n}{n!^2}=1=\sup A$$
$n \in \Bbb N$ so $0$ must be the lower bound. I have to show that $0$ is infimum. So $$\forall \epsilon \exists n:\frac{n^n}{n!^2}\le0+\epsilon$$ And I think that I have to show this $n$, but I don't know how to do this. I'm stuck.
And sorry for my poor english.
I think that limits may be helpful there. I'd like to know the 2 ways of solving this: with limits and without limits.
We have: $$\frac{a_{n+1}}{a_n} = \left(\frac{(n+1)^{n+1}}{(n+1)!(n+1)!}\right)\left(\frac{n!n!}{n^n}\right) = \frac1{(n+1)}\left(1+\frac1n\right)^n. $$ Since $$\lim_{n\to\infty}\left(1+\frac1n\right)^n=e,$$ it follows that $\lim_{n\to\infty}\frac{a_{n+1}}{a_n}=0$. So in fact by the ratio test, the series $$\sum_{n=1}^\infty \frac{n^n}{n!n!} $$ converges absolutely.