Given a primitive perfect square, $n^2=a^2+b^2$ where $gcd(a, b) = 1$ and
$m^2=c^2+d^2$ where $gcd(c,d)=1$
Can $n=m$?
a, b, c, d, n, and m are positive integers. And I forgot to mention:
EDIT 1: Two of (n, a, b) are divisible by 3. One of (n, a, b) is divisible by 9. And the same for m, c, and d:
Two of (m, c, d) are divisible by 3. One of (m, c, d) is divisible by 9.
I have not found a situation among the first few hundred lowest perfect squares where $n=m$ and I would like to make sure this is true.
I know that any square can be represented by a sum of odd numbers, $$n^2=\sum_{k=1}^n (2k-1)$$
I find it interesting that none are equal.
You mean, like can something like $63^2+16^2$ equal something like $33^2+56^2$ and both be squares?
I'll have to think about that!