I have a statement $n \in N, \;n^2 \mod 3 = \{0, 1\}$, which basically says that any natural number $n$ when squared will have a remainder after dividing by $3$ of either $0$ or $1$.
From here I expended my proof into two cases
$n = 2k, n^2 = 4k^2$ and $n = 2k + 1, n^2 = 4k^2 +4k + 1$
From here I have a sense that $4 \mod 3 = 1$
and
$4 \mod 3 + 4 \mod 3 + 1 \mod 3 = 3 \mod 3 = 0$
But how do I prove this?