It is stated that in general, cannot reduce a congruence modulo a prime power into smaller moduli. What is the meaning implied by a prime power? What can be the reason for that?
This problem is stated in context of the statement below:
$a\equiv b \pmod 8 \implies a \equiv b \pmod4 \wedge a \equiv b \pmod2 $, but not converse.
I could not find a connect between the statement and the problem given.
$a\equiv b \pmod 8 \iff a \equiv b \pmod4 \wedge a \equiv b \pmod2$
implies that $\mathbb Z_8 \cong \mathbb Z_4 \times \mathbb Z_2$ and this is not true.
\begin{array}{|c|c|} \hline x & \mathbb Z_8 & \mathbb Z_4 & \mathbb Z_2 \\ \hline 0 & 0 & 0 & 0 \\ 1 & 1 & 1 & 1 \\ 2 & 2 & 2 & 0 \\ 3 & 3 & 3 & 1 \\ 4 & 4 & 0 & 0 \\ 5 & 5 & 1 & 1 \\ 6 & 6 & 2 & 0 \\ 7 & 7 & 3 & 1 \\ \hline \end{array}
Note, for example, that $3_8$ and $7_8$ in $\mathbb Z_8$ both correspond to $3_4 \in \mathbb Z_4$ and $1_2 \in \mathbb Z_2$