0

Let $p_1$ and $p_2$ be distinct primes. Is it always true that the solution of the simultaneous congruence $$ax \equiv 1 \mod{p_1}$$ $$ax \equiv 1 \mod{p_2}$$ is a solution to $ax \equiv 1 \mod{p_1p_2}?$

Adam
  • 3,422
  • 1
  • 33
  • 50

1 Answers1

1

I think yes. If $p_1 \mid (aX-1)$ and $p_2 \mid (aX-1)$ then $p_1 p_2=lcm(p_1,p_2) \mid (aX-1)$.

Huy Dang
  • 363