Question :
If $a,b,c$ and $d$ non-zero natural number such
that $ab=cd$
Show that :
$a^2+b^2+c^2+d^2$ is not prime number
My try :
Call $m$ : $\gcd$ of $a,b$ then $m|_a$ and $m|_b$
Then $\exists \alpha,\beta$ such that :
$a=m.\alpha$ and $b=m.\beta$
So $b\alpha=d\beta$
But how I complete ??