I need to solve the following question: Let $a^2,b^2,c^2$ be natural numbers in an arithmetic progression, with difference $k$. Show that $24\mid k$.
I'm just learning the basics of number theory right now, and I struggle with how to even start the question. Would greatly appreciate guidance on how to try and solve this problem, and similar ones.
Thanks.
$a^2+c^2=2b^2$
$(2b)^2=(a+c)^2+(a-c)^2$
Using https://en.m.wikipedia.org/wiki/Pythagorean_triple,
$a+c=p(m^2-n^2)$
$a-c=2pmn$
$2b=p(m^2+n^2)$
where $m,n$ are co-primes with opposite parity
$\implies p$ is even
So, it's sufficient to show $48|(a^2-c^2)$
$\iff48|2p^2mn(m^2-n^2)$
As $p$ is even, this $\iff6|mn(m^2-n^2)$
As $m,n$ have opposite parity, one of them is even
If $3\nmid mn$ can you prove $3|(m^2-n^2)$