I tried to solve one problem and that led me to this simple problem whose solution I do not see, and it goes like this:
Suppose $k,l \in \mathbb N \setminus \{1\}$ and $\dfrac {k}{l} \notin \mathbb N$ and $\dfrac {l}{k} \notin \mathbb N$. Do we have $\dfrac{k}{l} + \dfrac{l}{k} - \dfrac{1}{kl} \notin \mathbb N$?
Take any $n\in\mathbb N$ and take $k=n$, $l=n+1$ and you will get $$\frac kl + \frac lk -\frac{1}{kl} =\frac{n+1}{n} + \frac{n}{n+1} - \frac{1}{n(n+1)} = \\ = \frac{n^2 + (n+1)^2 - 1}{n(n+1)} = \frac{2n^2 + 2n + 1 - 1}{n(n+1)} = 2\in\mathbb N$$, so no, you don't have $\notin \mathbb N$.