Assume $a,b,c,d\in\Bbb N_{>1}$ and $a\neq c$.
Does having both $ab=cd$, $gcd(a,c)=1$, $a\geq d$ and $c\geq b$ imply that $a=d$ and $b=c$ holds?
Assume $a,b,c,d\in\Bbb N_{>1}$ and $a\neq c$.
Does having both $ab=cd$, $gcd(a,c)=1$, $a\geq d$ and $c\geq b$ imply that $a=d$ and $b=c$ holds?
A counterexample is $a=1$, $b=c=d=0$. However, there are no counterexamples if you require $b\neq 0$. Since $a$ and $c$ are relatively prime but $c$ divides $ab$, $c$ must divide $b$. Since $b\neq 0$ and $c\geq b$, this can only happen if $b=c$. It then follows that $a=d$.