Find all integer coefficient polynomial $P(x)$ such that for all positive integer $x$, we have $$\tau(P(x))\geq\tau(x)$$Where $\tau(n)$ denotes the number of divisors of $n$. Define $\tau(0)=\infty$. Note: you can use this conclusion. For all $\epsilon\geq0$, there exists a positive constant $C_\epsilon$ such that for all positive integer $n$, the $n$th smallest prime is at most $C_\epsilon n^{1+\epsilon}$. Proposed by USJL
Problem
Source: 2022 IMOC N6
Tags: number theory, IMOC, function
11.09.2022 06:58
Bump this, any hints other than the product of the n-th first primes? I tried to choose x to be the product of the n-th first primes, but it did not work.
27.09.2022 18:06
bump......
01.10.2022 18:26
Justanaccount wrote: ...I tried to choose x to be the product of the n-th first primes, but it did not work. Why do you think this does not work? Suppose the polynomial $P$ has non zero constant term $c.$ Let $p_k>c$ be any prime number. Put $x=p_kp_{k+1}\cdots p_{k+n-1}$ where $p_1<p_2<\dots$ be the sequence of the prime numbers and $n$ is large enough. Then $\tau(x)=2^n.$ Note that $P(x)$ is not multiple of any $p_i,i=k,k+1,\dots,k+n-1$, so its prime factors are either small, among $p_1,p_2,\dots,p_{k-1},$ or greater or equal to $p_{k+n}$. Those, that are small has comparatively small exponent so their share into amount of $\tau(P(x))$ is small. There must be a lot of large prime factors (with their multiplicity) in order to attain $2^n$ divisors, so when $n$ is large enough the growth rate of their product will be faster than any polynomial.
02.10.2022 04:35
@above, it might be possible for P(x) to have n prime factors too when $deg(P)$ is bigger than 1.
02.10.2022 08:17
Sorry........
02.10.2022 10:14
@above RHS is $4^{nlog(n)}$, not $4^n$, this is the product of the n first primes, NOT the product of all primes less than n.
07.10.2022 22:45
Bump on this?
14.10.2022 16:44
I believe this work. Let $\Omega(N,a,b)$ denote the number of not necessary dinstinct prime factors of $N$ that lies in the interval $[a,b]$. Consider a large k, if we let $p_k$ to be the k-th prime number and $N=a_0p_1p_2...p_k$, then there is a constant C such that: $\displaystyle \sum_{i=1}^{N} \Omega(P(iN),2,N)=CNlog(log(N))+O(N)$. Thus we can choose an $i \leq N$ such that $\Omega(P(iN),2,N) \leq Clog(log(N))$. We also have $\Omega(P(iN),N,\infty) \leq$ $some$ $constant$. Finally, since we have $\tau(N) \leq 2^{\Omega(N)}$, the problem is solved.
14.10.2022 21:42
Sorry....
15.10.2022 02:57
@above, First, each prime has a summand $log(N)$ behind but there are $\pi(N)$ primes, therefore I don't see any reason it does not work here. Second, multiplicity does not really matter here, for example if $P=Q^4$ then $P(x) \equiv 0 \pmod{p^{4i}}$ is determined by $x \pmod{p^i}$
23.11.2022 11:17
Bump this problem. It had been unsolved for a while.
23.11.2022 20:42
@above i believe I have sketched the solution above.
25.11.2022 14:45
Justanaccount wrote: $\sum_{i=1}^{N} \Omega(P(iN),2,N)=CNlog(log(N))+O(N)$. We also have $\Omega(P(iN),N,\infty) \leq$ $some$ $constant$. How do you know these are true ?
30.04.2024 10:35
BUMPPPP!
13.10.2024 16:49