.
not sure how to prove this?
if n is odd then n^2 = 1 (mod 4)
thanks!
~~~~~~~~~~~~~~~~~~~~
It is easy.
If n is odd integer number, it can be presented in the form n = 2k+1,
where k is some integer number.
Then
n^2 = (2k)^2 + 2*(2k) + 1 = 4k^2 + 4k + 1. (1)
In the right side, first addend, 4k^2, is a multiple of 4,
and the second addend 4k is a multiple of k.
Hence, the sum of the first two addends is a multiple of k.
Thus n^2 = 1 (mod 4).
At this point, the proof is complete.
In whole, this all is at the level of self-evident truths.