I noticed for the integer solutions of $a^2 + b^2 = c^2$, there don't seem to be cases where both a and b are odd numbers. In fact, I saw this property pop up on a nice question, which required you to prove it. So I have tried proving it, but I have failed so far. A reductio ad absurdum method seems to me the most likely way of proving this.
So far, I have shown that if both a and b were odd, then $a^2 + b^2 = 4\cdot y^2$ (where y is some integer). This is because an odd squared is still odd and 2 odds make an even, and if $c^2$ is even, then it must have a factor of 4.
However this isn't too great and my brain seems to be rather uncreative today. Any tips on how I should proceed?
Notice that $x^2+y^2\equiv0\pmod4$ has no integer solutions, as a square is either congruent to $0$, or to $1,$ modulo $4.$
Hope this helps.