Find the infimum and supremum (if they exist) of the following set:
$$S=\left\{\frac{12m-n-3mn+7}{5m-2n-2mn+5}: m,n\in \Bbb N\right\}$$
My attempt:
$$\frac{12m-n-3mn+7}{5m-2n-2mn+5}=\frac{3m(4-n)-n+7}{5(m+1)-2n(m+1)}=$$
$$\frac{3m}{m+1}\cdot\frac{4-n}{5-2n}+\frac{7-n}{5-2n}\cdot\frac{1}{m+1}$$
$S:=A+B$ where $A:=\{\frac{3m}{m+1}\cdot\frac{4-n}{5-2n}: n\in\Bbb N\}$ and $B:=\{\frac{7-n}{5-2n}\cdot\frac{1}{m+1}:m\in\Bbb N\}$ $A:=X\cdot Y$ where $X:=\{\frac{3m}{m+1}:m\in\Bbb N\}$ and $Y=\{\frac{4-n}{5-2n}:n\in\Bbb N\}$ $X$ is strictly increasing(I proved it) so its first term is the infimum $$\Rightarrow \inf X=\frac{3}{2}$$ $$\lim_{m\to\infty}\frac{3m}{m+1}=3=\sup X$$
$$\sup Y=\lim_{n\to\infty}\frac{4-n}{5-2n}=\frac{1}{2}$$ I think $\inf Y=-4$ but I'm not sure how to prove it. $Y$ is increasing for $n>2.5$ or $n<1.5$ $n_1=2, n_3=-4 \Rightarrow \inf Y=-4$
After that I use the fact that $$\inf (X\cdot Y)=\min\{\sup X\cdot \sup Y, \sup X\cdot \inf Y, \inf X\cdot\sup B, \inf X\cdot \inf B\}$$ and $$\sup (X\cdot Y)=\max\{\sup X\cdot \sup Y, \sup X\cdot \inf Y, \inf X\cdot\sup B, \inf X\cdot \inf B\}$$
And then I find $\inf B$ and $\sup B$ in a similar way, and in the end I use the fact that $$\sup(A+B)=\sup A+\sup B$$ and $$\inf(A+B)=\inf A+\inf B.$$
Is there a better or faster way to solve this problem? Is what I did above correct? Thanks!