Skip to content

Erdős problem 448

Let τ(n)\tau(n) count the divisors of nn and τ+(n)\tau^+(n) count the number of kk such that nn has a divisor in [2k,2k+1)[2^k, 2^{k+1}). Is it true that, for all ϵ>0\epsilon > 0, τ+(n)<ϵτ(n) \tau^+(n) < \epsilon \cdot \tau(n) for almost all nn?

Sources

Browse retained paths and inspect the exact material available for this Problem.

8 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

448.lean

Retained formal statement2 of 8

Quantitative form of the (negative) answer to erdos_448. Erdős and Tenenbaum [ErTe81] showed that the upper density of {n:τ+(n)<ϵτ(n)}\{n : \tau^+(n) < \epsilon \cdot \tau(n)\} is in fact ϵ1o(1)\asymp \epsilon^{1 - o(1)}, where the o(1)o(1) in the exponent tends to 00 as ϵ0\epsilon \to 0. Equivalently, log(upper density)/logϵ1\log(\text{upper density}) / \log \epsilon \to 1 as ϵ0+\epsilon \to 0^+.

FormalConjectures/ErdosProblems/448.leanErdos448.erdos_448.variants.erdos_tenenbaum2 linesExact file
Filter.Tendsto (fun ε => Real.log {n | ↑(Erdos448.tauPlus n) < ε * ↑n.divisors.card}.upperDensity / Real.log ε)  (nhdsWithin 0 (Set.Ioi 0)) (nhds 1)
SolvedStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page