For $\gcd(p.q)=1$ and $\gcd(r,s)=1$ show $\gcd(ps,rq)=1$.
I tried via contradiction. Let $\gcd(ps,rq) \neq 1$, so let $d > 1$ a common divisor of $ps$ and $rq$, i.e. $ps = dx$ and $rq = dy$ for some integers $x,y$. So $ p = \frac{dx}{s} $ and $q = \frac{dy}{r}$. It follows $\gcd(p,q) = \gcd(\frac{dx}{s}, \frac{dy}{r}) \geq d > 1$. That should do it, but I don't think the last but one inequality holds. If $s \nmid x$ or $r \nmid y$ this won't work... Might be the wrong way, but I would be very thankful, if someone could help me!