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 ??
the intermediate conclusion from what you wrote is $$ m^2 \alpha \beta = cd $$ which does not seem to help.
Start over with $$ g = \gcd(a,c), $$ $$ a = g \alpha \; , $$ $$ c = g \gamma \; . $$ First, $$ \gcd(\alpha, \gamma) = 1 $$ From $ab=cd$ we have $g \alpha b = g \gamma d,$ so $$ \alpha b = \gamma d. $$ Since $\alpha,\gamma$ are coprime, we must have $\alpha |d.$ Write $$ d = h \alpha. $$ Then $$ \alpha b = \gamma \alpha h \; , $$ $$ b = h \gamma $$ Together $$ a = g \alpha, \; \; b = h \gamma, \; \; c = g \gamma, \; \; d = h \alpha \; . $$ Then $$ a^2 + b^2 + c^2 + d^2 = a^2 + c^2 + d^2 + b^2 = g^2 (\alpha^2 + \gamma^2) + h^2 (\alpha^2 + \gamma^2) = (g^2 + h^2) (\alpha^2 + \gamma^2) $$ Then $$ a^2 + b^2 + c^2 + d^2 = (g^2 + h^2) (\alpha^2 + \gamma^2) $$