Exercise 4.2.21* ($\phi(n) + \sigma(n) \geq 2n$)

For any positive integer n prove that ϕ ( n ) + σ ( n ) 2 n , with equality if and only if n = 1 or n is a prime.

Answers

Proof.

(a)
If n = 1 , then ϕ ( n ) + σ ( n ) = 2 = 2 n . Suppose now that n > 1 , and consider the set A = { k [ [ 1 , n ] ] k n > 1 } ,

and for every divisor d of n ,

A d = { k [ [ 1 , n ] ] k n = d } .

Then

A = d n , d 1 A d , (disjoint union) .

Therefore

| A | = d n , d 1 | A d | .

By definition, ϕ ( n ) is the cardinality of the set { k [ [ 1 , n ] ] k n = 1 } , which is the complementary set of A in [ [ 1 , n ] ] , therefore

| A | = n ϕ ( n ) .

Moreover, A d is included in the set of multiples jd of d in [ [ 1 , n ] ] , so

A d { d , 2 d , , ( n d ) d } .

Therefore

| A d | n d ,

so

n ϕ ( n ) d n , d 1 n d = δ n , δ n δ ( δ = n d ) = σ ( n ) n .

In conclusion, for all n 1 ,

ϕ ( n ) + σ ( n ) 2 n .

(b)
If n = 1 , then ϕ ( n ) + σ ( n ) = 2 = 2 n , and if n = p is a prime, ϕ ( p ) + σ ( p ) = p 1 + p + 1 = 2 p .

Conversely, suppose that ϕ ( n ) + σ ( n ) = 2 n . Then n ϕ ( n ) = σ ( n ) n , so the inequalities of part (a)

n ϕ ( n ) = | A | = d n , d 1 | A d | d n , d 1 n d = σ ( n ) n

are equalities:

n ϕ ( n ) = | A | = d n , d 1 | A d | = d n , d 1 n d = σ ( n ) n .

Since | A d | n d , for every d n , d 1 , | A d | = n d , where A d { d , 2 d , , ( n d ) d } , thus

{ k [ [ 1 , n ] ] k n = d } = A d = { d , 2 d , , ( n d ) d } .

Assume, for the sake of contradiction, that n > 1 is composite. Then n has a divisor d such that d 1 , d n . Then n = ( n d ) d A d , thus by definition of A d , n = n n = d . Since d n , this is a contradiction. Therefore n = 1 or n is a prime.

For any positive integer n , ϕ ( n ) + σ ( n ) 2 n , with equality if and only if n = 1 or n is a prime. □

User profile picture
2025-01-20 11:27
Comments