8 ≡ 6 (mod 2)
Is this True or False? And why?
Is the (mod 2) applied to both sides of the logical equivalence?
8 ≡ 6 (mod 2)
Is this True or False? And why?
Is the (mod 2) applied to both sides of the logical equivalence?
In mathematics, "(mod 2)" is usually not a function. It does not "apply" to a side of an equation. It is a description of the entire equation: that the equation should be taken "(mod 2)".
Depending on the vocabulary you are comfortable with, this means one of the following (equivalent) things:
For example, the following are all true: $$ 8 = 0 \pmod2\\ 15 = -9 \pmod 2\\ 0 = 18 \pmod2\\ 20 = 20 \pmod2 $$ To emphasize that these are (usually) not exactly equalities of integers, sometimes additionally the equals symbol $=$ is replaced by another, usually $\equiv$.