Exercise 4.24

Show that a x m + b y n c ( mod p ) has the same number of solutions as a x m + b y n c ( mod p ) , where m = ( m , p 1 ) and n = ( n , p 1 ) .

Answers

Proof. If a b c , the two equations have no solution. So we can suppose a b c , and after division by δ = a b , we obtain an equation a x m + b y n = c , a = a δ , b = , c = , and a b = 1 . So it remains to prove that a x m + b y n c ( mod p ) has the same number of solutions as a x m + b y n c ( mod p ) when a b = 1 .

In this case the equation au + bv = c has solutions. Let N be the number of solutions ( x ¯ , y ¯ ) of the equation a ¯ x ¯ m + b ¯ y ¯ n = c ¯ , and N be the number of solutions ( x ¯ , y ¯ ) of the equation a ¯ x ¯ m + b ¯ y ¯ n = c ¯ . Then

N = Card { ( x ¯ , y ¯ ) 𝔽 p × 𝔽 p | a ¯ x ¯ m + b ¯ y ¯ n = c ¯ } = a ¯ u ¯ + b ¯ v ¯ = c ¯ Card { ( x ¯ , y ¯ ) 𝔽 p × 𝔽 p | x ¯ m = u ¯ , y ¯ n = v ¯ } = a ¯ u ¯ + b ¯ v ¯ = c ¯ Card { x ¯ 𝔽 p | x ¯ m = u ¯ } × Card { y ¯ 𝔽 p | y ¯ n = v ¯ } .

The same is true for N , so it is sufficient to prove that

Card { x ¯ 𝔽 p | x ¯ m = u ¯ } = Card { x ¯ 𝔽 p | x ¯ m = u ¯ } ,

where m = m ( p 1 ) , and a similar equality for the equation y ¯ n = v ¯ .

Let g ¯ be a generator of 𝔽 p . Write u ¯ = g ¯ r , r .

x ¯ 𝔽 p , x ¯ m = u ¯ k , g ¯ mk = g ¯ r k , p 1 mk r k , l , r = mk + l ( p 1 ) m ( p 1 ) r

Therefore

{ x ¯ 𝔽 p | x ¯ m = u ¯ } m ( p 1 ) r ,

and similarly

{ x ¯ 𝔽 p | x ¯ m = u ¯ } m ( p 1 ) r .

Since m ( p 1 ) = ( m ( p 1 ) ) ( p 1 ) = m ( p 1 ) , these two conditions are equivalent, so these two sets are empty for the same values of u ¯ .

Let u ¯ be such that { x ¯ 𝔽 p | x ¯ m = u ¯ } , and x 0 be a fixed solution of x ¯ m = u ¯ .

Write x ¯ = g ¯ k , x 0 ¯ = g k 0 . Let d = m ( p 1 ) ( = m ) .

x ¯ m = u x ¯ m = x 0 ¯ m g ¯ mk = g ¯ m k 0 p 1 m ( k k 0 ) p 1 d m d ( k k 0 ) p 1 d k k 0 j , k = k 0 + j p 1 d

As g is a primitive root modulo p , the distinct solutions are x 0 , x 0 g p 1 d , , x 0 g k p 1 d , x 0 g ( d 1 ) p 1 d , therefore in this case

Card { x ¯ 𝔽 p | x ¯ m = u ¯ } = d = m ( p 1 ) .

As m ( p 1 ) = m ( p 1 ) ,

Card { x ¯ 𝔽 p | x ¯ m = u ¯ } = Card { x ¯ 𝔽 p | x ¯ m = u ¯ } .

So N = N : a x m + b y n c ( mod p ) has the same number of solutions as a x m + b y n c ( mod p ) , where m = ( m , p 1 ) and n = ( n , p 1 ) . □

User profile picture
2022-07-19 00:00
Comments