Prove that $$a^2 + b^2 = c^2$$ $$ab = 6d^2$$ $$\gcd(a,b) = 1$$ has no solutions $(a,b,c,d) \in \mathbb N^4$.
Put $a = p^2 - q^2, b = 2pq, c= p^2 + q^2$ where $(p,q) = 1$, and $p - q \equiv 1 \bmod 2$ (i.e., one is odd, the other is even.) Then, $$pq(p+q)(p-q) = 3d^2$$ $\{p,q,p+q,p-q\}$ are pairwise coprime. I thank Thomas Andrews for his thoughts and help with a similar (now deleted) question, which helped me make progress on this problem.
The following cases arise:
- $p = 3x_1^2, q = x_2^2, p+q = x_3^2, p-q = x_4^2$.
$3x_1^2 + x_2^2 = x_3^2$ gives $x_2^2 = x_3^2 \bmod 3$. $3x_1^2 = x_4^2 + x_2^2$ gives $x_4^2 + x_2^2 = 0 \bmod 3$, forcing $x_2^2 = x_3^2 = x_4^2 = 0 \bmod 3$. So, $3 \mid q$, which contradicts $(p,q) = 1$.
- $p = x_1^2, q = 3x_2^2, p+q = x_3^2, p-q = x_4^2$.
In this case, we get $x_1^2 = x_3^2 = x_4^2 = 1 \bmod 3$. I haven't been able to finish this part.
- $p = x_1^2, q = x_2^2, p+q = 3x_3^2, p-q = x_4^2$.
We have $x_1^2 + x_2^2 = 3x_3^2 = 0 \bmod 3$, forcing $x_1^2 = x_2^2 = 0 \bmod 3$. This contradicts $(p,q) = 1$.
- $p = x_1^2, q = x_2^2, p+q = x_3^2, p-q = 3x_4^2$.
$x_1^2 + x_2^2 = x_3^2 \bmod 3$, and $x_1^2 = x_2^2 \bmod 3$. Since $x_3^2 = 0$ or $1 \bmod 3$, we have $x_1^2 = x_2^2 = x_3^2 = 0 \bmod 3$, contradicting $(p,q) = 1$.
I need help with case ($2$) only, assuming the other cases are correctly done. Thank you!