Documentation

FormalConjectures.ErdosProblems.«459»

Erdős Problem 459 #

References:

noncomputable def Erdos459.f (u : ) :

The function from the problem, in its equivalent form: f u is the smallest v > u all of whose prime factors divide u. (Equivalently, f u is the largest v such that no m ∈ (u, v) is composed entirely of primes dividing u * v.)

Equations
Instances For
    theorem Erdos459.erdos_459 {u : } (hu : 2 u) :
    u + 2 f u f u u ^ 2

    Let $f(u)$ be the largest $v$ such that no $m\in (u,v)$ is composed entirely of primes dividing $uv$. Estimate $f(u)$.

    The estimate $u + 2 \le f(u) \le u^2$ holds for every $u \ge 2$. The upper bound is attained when $u$ is prime, and the lower bound when $u = 2^k - 2$ with $k \ge 2$; Cambie further showed that $f(n) = (1 + o(1))n$ for almost all $n$.

    The upper bound $f u ≤ u ^ 2$ is attained exactly when u is prime: $f p = p ^ 2$.