Let $a,b,c,d\in N$ and in strictly increasing order such that $$b^2-bd-d^2=a^2-ac-c^2$$ Prove that $ab+cd$ is not a prime.
Approach: $c^2-d^2-bd=a^2-b^2-ac$
$\implies c^2-d^2-bd=a^2-b^2-ac+bc-bc$
$\implies c^2-d^2-bd=(a+b)(a-b)-c(a-b)-bc$
$\implies c^2-d^2-bd+bc=(a+b)(a-b)-c(a-b)$
$\implies c^2-d^2-bd+bc=(a-b)(a+b-c)$
$\implies (c+d)(c-d)+b(c-d)=(a-b)(a+b-c)$
$\implies (c+d+b)(c-d)=(a-b)(a+b-c)$
How to processed further.?
This question is similar to Prove ${a^2+ac-c^2=b^2+bd-d^2}$ and $a > b > c > d \implies ab + cd$ is not prime But he used factoring lemma and provided link but that link is not working.
Can you show me how to do that?
Is there other method too to solve this problem?