Search

AMM problem 12435

This is AMM problem 12435 that I solved with my friends Satvik Saha and Sohom Gupta.


Problem Statement -

For a positive integer n, let d(n) be the number of positive divisors of n, let ϕ(n) be Euler's totient function, and let q(n)=d(ϕ(n))/d(n). Find infnq(n) and supnq(n).


Solution -

We claim that infnq(n)=0 and supnq(n)=.

To show that supnq(n)=, note that q(p)=d(p1)/2 for primes p, which can be made arbitrarily large. Indeed, for any N, the arithmetic progression {!k+1}kN must contain a prime p (due to Dirichlet) whence p1=!k has at least M divisors so that d(p1).

Next, we show that infnq(n)=0. To do so, we choose arbitrary mN and find N such that q(N)1/2m1. Pick a sequence Qm of m primes q1qm such that qm<2q1; we will show later that this is always possible via the Prime Number Theorem. Let P={p1,,pn}  be all the primes less than q1. Note that each qi1 and each pj1 can be factored solely in terms of the primes from P.

For k1,,knN, consider

N=N(k1,,kn)=p1k1pnkn×q1qm,

With this, we have 

d(N)=(k1+1)(kn+1)×2m

and

ϕ(N)=p1k11pnkn1×(p11)(pn1)×(q11)(qm1)=p1k1+α11pnkn+αn1

where the integers αj0 depend only on Qm. Thus,

d(ϕ(N))=(k1+α1)(kn+αn)

and

q(N(k1,,kn))=(k1+α1k1+1)(kn+αnkn+1)×12m.

Taking min{k1,,kn}, we can make q(N(k1,,kn)) arbitrarily close to 1/2m, in particular less than 1/2m1.

To prove the existence of Qm for each mN, it is enough to show that there is nN such that [n,2n] contains at least m primes. By the Prime Number Theorem, the number of primes in [n,2n] is of the order

2nlog(2n)nlog(n)nlog(n)

which grows arbitrarily large as n.



Note : Here's an easier proof of infnq(n)=0 assuming that there are infinitely many Fermat primes. Consider the sequence

N=2kF1Fn

where F1,,Fn are the first n Fermat primes. This gives

q(N)=k+α1++αnk+1×12n

where Fi=2αi+1. Taking k and n to infinity, we complete the proof.


Thanks to this argument, if infnq(n)0, 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 inf has to be 0 - this is a classic case of proof by existence of proof!

No comments:

Post a Comment

Worst Way to Calculate Area of a Triangle

A useful technique from Complex Analysis helps us to identify whether a real number u is positive or negative by checking a discontinuous ...