True or False?
As increases, the number of positive divisors of increases.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Relevant wiki: Number of Factors
Let d ( x ) be the number of divisors of a number x . You only need to look one more instance further to see that d ( n n ) is not a strictly increasing function:
d ( 5 5 ) = 6 < 9 = d ( 4 4 )
Recall that the number of divisors of a number N with prime factorization
p 1 q 1 p 2 q 2 p 3 q 3 ⋯ p k q k
is equal to ( q 1 + 1 ) ( q 2 + 1 ) ( q 3 + 1 ) ⋯ ( q k + 1 ) .
For any prime p raised to itself p p , it will have p + 1 divisors, so for increasing values of p , d ( p p ) is an increasing function. Analogously, it is elementary that y = x + 1 is strictly increasing for all x (although their domains are technically different: one continuous, the other discrete).
Number 2 2 3 3 5 5 7 7 1 1 1 1 1 3 1 3 1 7 1 7 Number of divisors 2 + 1 = 3 3 + 1 = 4 5 + 1 = 6 7 + 1 = 8 1 1 + 1 = 1 2 1 3 + 1 = 1 4 1 7 + 1 = 1 8
This is not the case, however, for numbers n n where n is composite.
Take, for instance, 4 4 :
4 4 ⟹ d ( 4 4 ) = 2 8 = 8 + 1 = 9
Now look at the rest of the numbers n n for composite n :
Number 4 4 = 2 8 6 6 = 2 6 ⋅ 3 6 8 8 = 2 2 4 9 9 = 3 1 8 1 0 1 0 = 2 1 0 ⋅ 5 1 0 1 2 1 2 = 2 2 4 ⋅ 3 1 2 1 4 1 4 = 2 1 4 ⋅ 7 1 4 Number of divisors 8 + 1 = 9 ( 6 + 1 ) ( 6 + 1 ) = 4 9 2 4 + 1 = 2 5 1 8 + 1 = 1 9 ( 1 0 + 1 ) ( 1 0 + 1 ) = 1 2 1 ( 2 4 + 1 ) ( 1 2 + 1 ) = 3 2 5 ( 1 4 + 1 ) ( 1 4 + 1 ) = 2 2 5
We conclude that although d ( p p ) is strictly increasing for all primes p , d ( n n ) is not a strictly increasing function for positive integers n .