Homepage Solution manuals Ivan Niven An Introduction to the Theory of Numbers Exercise 4.4.27* ($p \mid u_p$, where $u_{n+1} = u_{n-1} + u_{n-2}, u_1 = 0, u_2 = 2, u_3 = 3$)

Exercise 4.4.27* ($p \mid u_p$, where $u_{n+1} = u_{n-1} + u_{n-2}, u_1 = 0, u_2 = 2, u_3 = 3$)

Let the sequence u n be determined by the relations u 1 = 0 , u 2 = 2 , u 3 = 3 , and u n + 1 = u n 1 + u n 2 for n 3 . Prove that if p is prime then p u p . (The least composite number with this property is 271 , 441 = 52 1 2 .)

Answers

Proof. The associate characteristic polynomial is

p ( x ) = x 3 x 1 .

Let λ , μ , ν be the complex roots of p ( x ) . Since p ( x ) has the form p ( x ) = x 3 + px + q , where p = q = 1 , the discriminant D of p ( x ) is D = 4 p 3 27 q 2 = 4 27 = 23 . Since D 0 , the roots α , β , γ are distinct. (The expression of α , β , γ by the Cardan’s formulas are useless.)

Moreover

λ + μ + ν = 0 , λμ + λν + μλ = 1 , λμν = 1 .

Therefore

λ + μ + ν = 0 = u 1 , λ 2 + μ 2 + ν 2 = ( λ + μ + ν ) 2 2 ( λμ + λν + μλ ) = 2 = u 2 , λ 3 + μ 3 + ν 3 = λ + 1 + μ + 1 + ν + 1 = 3 = u 3 .

since λ 2 = λ + 1 , μ 2 = μ + 1 , ν 2 = ν + 1 , we obtain for all n

λ n + 3 = λ n + 1 + λ n , μ n + 3 = μ n + 1 + μ n , ν n + 3 = ν n + 1 + ν n . (1)

Consider the proposition, defined for n ,

𝒫 ( n ) : u n = λ n + μ n + ν n .

We have verified that 𝒫 ( 0 ) , 𝒫 ( 1 ) , 𝒫 ( 2 ) are true.

Suppose now that 𝒫 ( n ) , 𝒫 ( n + 1 ) , 𝒫 ( n + 2 ) are true for some n . Then

u n + 3 = u n + 1 + u n = λ n + 1 + μ n + 1 + ν n + 1 + λ n + μ n + ν n = λ n + 3 + μ n + 3 + ν n + 3 ( by (1) ) .

so 𝒫 ( n + 3 ) is true. The induction is done, so for all n ,

u n = λ n + μ n + ν n . (2)

Consider now the sequence ( v n ) n 𝔽 p defined by

v n = u n ¯ ,

where a ¯ denotes the class modulo p of an integer a .

Then

n , n 3 v n + 1 = v n 1 + v n 2 , v 1 = 0 ¯ , v 2 = 2 ¯ , v 3 = 3 ¯ .

Let α , β , γ be the roots of x 3 x 1 𝔽 p [ x ] (not necessarily distinct) in a splitting field K = 𝔽 p ( α , β , γ ) of 𝔽 p (see examples below), so that

x 3 x 1 = ( x α ) ( x β ) ( x γ ) .

Then

α + β + γ = 0 ¯ , αβ + αγ + βγ = 1 ¯ , αβγ = 1 ¯ ,

thus, as above,

α + β + γ = 0 ¯ = v 1 , α 2 + β 2 + γ 2 = 2 ¯ = v 2 , α 3 + β 3 + γ 3 = 3 ¯ = v 3 .

With a similar easy induction, we obtain for all n ,

v n = α n + β n + γ n .

In particular,

v p = α p + β p + γ p .

Since the characteristic of K is p , for all ( u 1 , u 2 ) K 2 , ( u 1 + u 2 ) p = u 1 p + u 2 p , and by induction, ( u 1 + u 2 + + u n ) p = u 1 p + u 2 p + + u n p . Therefore

u p ¯ = v p = α p + β p + γ p = ( α + β + γ ) p = 0 ¯

so p u p . □

Example 1: For p = 59 , x 3 x 1 has three distinct roots α = 42 ¯ , β = 13 ¯ , γ = 4 ¯ in 𝔽 p (Here the splitting field of p ( x ) is K = 𝔽 p ). By Fermat’s theorem,

α p = α , β p = β , γ p = γ ,

so

v p = α p + β p + γ p = α + β + γ = 42 ¯ + 13 ¯ + 4 ¯ = 0 ¯ .

Example 2: For p = 31 , the polynomial p ( x ) = x 3 x 1 has no root in 𝔽 p , and deg ( p ( x ) ) = 3 , so p ( x ) is irreducible over 𝔽 p . Then p ( x ) has three distinct roots α , β , γ in K = 𝔽 p [ x ] ( x 3 x 1 ) 𝔽 3 1 3 . The automorphism of Frobenius σ defined by σ ( x ) = x p satisfies for some good ordering of α , β , γ ,

σ ( α ) = α p = β , σ ( β ) = β p = γ , σ ( γ ) = γ p = α ,

so

v p = α p + β p + γ p = β + γ + α = 0 .

Put α = x + ( x 3 x 1 ) 𝔽 p [ x ] , so that α is a root of p ( x ) . The other roots are obtained with Sagemath

P = x^3 - x - 1
Fp3.<alpha> = GF(p^3, modulus = P)
beta = alpha^p; beta

6 α 2 + 6 α + 27

gamma = alpha^(p^2); gamma

25 α 2 + 24 α + 4

alpha + beta + gamma

0

alpha^p + beta^p + gamma^p

0

Example 3: For p = 17 , there is only one root α = 5 ¯ in 𝔽 17 , and x 3 x 1 = ( x 5 ¯ ) ( x 2 + 5 ¯ x + 7 ¯ ) . The irreducible polynomial x 2 + 5 ¯ x + 7 ¯ has two roots β , γ in some quadratic extension K of 𝔽 17 , and β + γ = 5 ¯ . Here the splitting field of p ( x ) is K 𝔽 1 7 2 . Then the automorphism of Frobenius exchanges β , γ , and

v p = 5 ¯ p + β p + γ p = 5 ¯ + γ + β = 0 ¯ .

Example 4: In the exceptional case p = 23 , D ¯ = 23 ¯ = 0 ¯ , so x 3 x 1 has a multiple root : α = 3 ¯ , β = γ = 10 ¯ . As in example 1,

v p = α p + β p + γ p = α + β + γ = 3 ¯ + 10 ¯ + 10 ¯ = 0 ¯ .

User profile picture
2025-03-09 10:19
Comments