Find the infimum and supremum(if they exist) of the set:
$$S=\{\frac{mn}{1+m+n}: m,n\in\Bbb N\}$$
I know $$\frac{mn}{1+m+n}>0, \forall m,n\in\Bbb N$$
so $0$ is a lower bound. Now I have to find some subsequence whose limit is $0$ to prove $0$ is $\inf S$.
Let $n=\frac{1}{m}$. Then $$\lim_{m\to\infty}\frac{mn}{1+m+n}=\lim_{m\to\infty}\frac{1}{1+m+\frac{1}{m}}=0$$
So $\inf S=0$.
Is this correct? And how do I now find $\sup S$?