This is AMM problem 12435 that I solved with my friends Satvik Saha and Sohom Gupta.
Problem Statement -
For a positive integer , let be the number of positive divisors of , let be Euler's totient function, and let . Find and .
Solution -
We claim that and .
To show that , note that for primes , which can be made arbitrarily large. Indeed, for any , the arithmetic progression must contain a prime (due to Dirichlet) whence has at least divisors so that .
Next, we show that . To do so, we choose arbitrary and find such that . Pick a sequence of primes such that ; we will show later that this is always possible via the Prime Number Theorem. Let be all the primes less than . Note that each and each can be factored solely in terms of the primes from .
For , consider
With this, we have
and
where the integers depend only on . Thus,
and
Taking , we can make arbitrarily close to , in particular less than .
To prove the existence of for each , it is enough to show that there is such that contains at least primes. By the Prime Number Theorem, the number of primes in is of the order
which grows arbitrarily large as .
Note : Here's an easier proof of assuming that there are infinitely many Fermat primes. Consider the sequence
where are the first Fermat primes. This gives
where . Taking and to infinity, we complete the proof.
Thanks to this argument, if , then that implies that there are only finitely many Fermat primes, which resolves a long standing conjecture about Fermat primes. Since that is highly unlikely, the has to be - this is a classic case of proof by existence of proof!
No comments:
Post a Comment