0

Considering the or condition in this statement, would I be proving both could be true or two separate cases? Also, is there some sort of reduction required? I know there exists a formula for $x^2\equiv x\pmod {q^k}$ but something about the exponent is throwing me off, please help!

1 Answers1

1

Hint. We have $$\eqalign{x^2\equiv x\pmod{q^k}\quad &\Leftrightarrow\quad x^2-x\equiv0\pmod{q^k}\cr &\Leftrightarrow\quad x(x-1)\equiv0\pmod{q^k}\cr &\Leftrightarrow\quad q^k\mid x(x-1)\ .\cr}$$ Now can you explain why one of the statements $q^k\mid x$ and $q^k\mid x-1$ must be true?

David
  • 82,662