Documentation

FormalConjectures.ErdosProblems.«893»

Erdős Problem 893 #

References:

def Erdos893.f (n : ) :

Definition of function $f(n) := \sum_{1\leq k\leq n}\tau(2^k-1)$. Here $\tau$ is the divisor counting function, which is σ 0 in mathlib.

Equations
Instances For
    theorem Erdos893.erdos_893 :
    Filter.Tendsto (fun (n : ) => (f (2 * n)) / (f n)) Filter.atTop Filter.atTop sorry

    Does the limit $\lim_{n\to\infty} \frac{f(2n)}{f(n)}$ tend to infinity?

    (Other finite limits have been ruled out by [KoLu25], see below)

    theorem Erdos893.erdos_893.variants.unbounded :
    ¬BddAbove (Set.range fun (n : ) => (f (2 * n)) / (f n))

    Kovač and Luca [KoLu25] (building on a heuristic independently found by Cambie (personal communication)) have shown that there is no finite limit, in that $\lim_{n\to\infty} \frac{f(2n)}{f(n)}$ is unbounded.