How can I prove that:
$$ ((a + b)\bmod{2} \; + \;c)\bmod{2} = (a+b+c)\bmod{2} $$
I am unsure of the name of this property, but I realized I know this by intuition. The reason for this is that I want to take a sum over $\mathbb{F_2}$ and I would like to say that
$$ (\sum_{i}^{} a_i)\bmod{2} $$
will suffice, as opposed to taking individual modulus of every addition operation.