The divisor function gives the number of divisors of a natural number .
Thus,
Consider the function , where is the smallest natural number with exactly divisors.
Is the following statement true?
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.
I will prove this by counter example. Let k 1 = 5 and k 2 = 6 . The smallest number with k 1 divisors is 1 6 , and the smallest number with k 2 divisors is 1 2 , i.e.
n ( 5 ) = 1 6
n ( 6 ) = 1 2
Therefore the statement is false, as n ( k 1 ) is not necessarily less than n ( k 2 ) , even if k 1 < k 2 .