I'm studying about number theory by myself. So I'm sorry if the question seems to be unclear.
I just want to know how to prove that one member of a Pythagorean triple is always divisible by 5 and that the area of an integer-sided right-angled triangle is always divisible by 6.
I searched for similar questions but didn't find an understandable proof for me.
From the link:
"The case to consider is m = ±1 (mod 5) or m = ±2 (mod 5). And the same is true for n."
Here, we want to ultimately look at the squares, because we have already dealt with m or n being divisible by 5 on the previous condition.
"It then follows that both $m^2$ and $n^2$ (edited here) may only be 1 or 4 modulo 5."
Just do the multiplication and reduce modulo five for all of the cases.
"If they are equal modulo 5, then m2 - n2 = 0 (mod 5). Otherwise, m2 + n2 = 0 (mod 5)."
When the first statement is established and we have reduced to only the case where the squares of the elements can only be 1 or 4 mod 5, then either they are equal or the aren't. If they are, then the subtraction case applies; if not, then the addition one does.
If there is still some confusion, it might be worth looking up modular arithmetic.