Exercise 2.6.10 (Solutions to $x^2 \equiv a \pmod{p^j}$)

Let p be an odd prime, and suppose that a 0 ( mod p ) . Show that if the congruence x 2 a ( mod p j ) has a solution when j = 1 , then it has a solution for all j .

Answers

Proof. By hypothesis, there is a solution x 1 to the congruence f ( x ) = x 2 a 0 ( mod p ) . Moreover a 0 ( mod p ) , thus x 1 0 ( mod p ) .

Assume for induction that there is some integer x j x 1 ( mod p ) such that f ( x j ) = x j 2 a 0 ( mod p j ) . Then x j = x 1 + λp for some integer λ .

Here f ( x ) = 2 x , so f ( x j ) = 2 x j 0 ( mod p ) , because p is odd, and p x 0 = x j λp , thus p x j . The Hensel’s lemma shows that there exists an integer t such that f ( x j + t p j ) 0 ( mod p j + 1 ) . If we define x j + 1 = x j + t p j , then x j + 1 x j x 1 ( mod p ) , and f ( x j + 1 ) 0 ( mod p j + 1 ) , so x j + 1 2 a ( mod p j + 1 ) . The induction is done.

This induction proves that x 2 a ( mod p j ) has a solution for all j 1 , if there is a solution for j = 1 . □

User profile picture
2024-08-31 09:25
Comments