Solving Congruences mod p^e

Suppose that $p$ is prime and $e > 1$. If $x$is a solution of a congruence $f(x) =0 \pmod{p^e}$, then $x$ satisfies $f(x) \equiv 0 \pmod{p}$, so one way of finding all solutions of $f(x) \equiv 0 \pmod {p^e}$ is first to solve the simpler congruence $f(x) = 0 \pmod{p}$,and then to see which solutions of this are also solutions of the more restrictive congruence $f(x) \equiv 0 \pmod{p^e}$. In many cases an effective strategy is to increase the exponent of $p$ one step at a time, solving $f(x) \equiv 0 \pmod{p}$, then $f(x) \equiv 0 \pmod{p^2}$, and so on until we reach the modulus $p^e$. 
 
Example:

We could have solved the congruence in Example more directly by writing it as $2x \equiv 3 + 5^e \pmod {5^e}$; since $3 + 5^e$ is even, and 2 is coprime to 5^e,we get the general solution $c = (3 + 5^e)/2 \pmod {5}$. Instead, we used the longer iterative method to give a simple illustration of how this method works.

Comments

Popular posts from this blog

Number Theory CST 292 KTU IV Semester Honors Course Notes Dr Binu V P 9847390760

Well Ordering Principle