On page 79 of his book "The Irrationals", Julian Harvil sets out to prove that all the points on the Cartesian plane of the circle described by $x^2 +y^2 =3$ are irrational... (paraphrased below)
Assume that a rational point ($\frac{p}{q},\frac{r}{s}$) lies on the circle.
Hence $p^2s^2 + q^2r^2 = 3q^2s^2$
Which we can restate as $a^2 + b^2 = 3c^2$ where $a, b, c$ are all positive integers.
I follow this up to this point, but then he stipulates "since the sum of two even numbers and the sum of two odd numbers are each even, it must be that one of $a^2$ and $b^2$ is even and the other odd".
Why is it necessary for the sum of $a^2 + b^2$ to be odd?
Update My mistake - he stipulates that $a^2$ and $b^2$ may not both be even as well as may not both be odd - have correctly quoted him now
Note that if $a,b$ are both odd then $a^2+b^2\equiv2\bmod 4$,but since $3c^2\equiv 0\bmod 4$ if c is even and $3c^2\equiv 3\bmod 4$ if c is odd, this cannot occur.
And if $a,b$ are both even then $a,b,c$ cannot be coprime, which (the condition of coprime) is (usually) the start point of Fermat's method of descent (and also some other methods as well).
And indeed we don't need such property to prove that there is no integers solution of $a^2+b^2=3c^2$. Assume first there exists such $(a,b,c)$ and assume further they are coprime. Since $a^2+b^2\equiv0\bmod3$, we must have $a,b\equiv0\bmod3$, which in turn imply that $c\equiv0\bmod3$. And that is a contradiction since $(a,b,c)$ are coprime.