Skip to content

Erdős problem 463

Is there a function ff with f(n)f(n)\to\infty as nn\to\infty such that, for all large nn, there is a composite number mm such that n+f(n)<m<n+p(m) n + f(n) < m < n + p(m) Here p(m)p(m) is the least prime factor of mm.

Sources

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

1 retained statement2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

463.lean

Retained formal statement1 of 1

Is there a function ff with f(n)f(n)\to\infty as nn\to\infty such that, for all large nn, there is a composite number mm such that n+f(n)<m<n+p(m) n + f(n) < m < n + p(m) Here p(m)p(m) is the least prime factor of mm.

FormalConjectures/ErdosProblems/463.leanErdos463.erdos_4634 linesExact file
Truef,    ∃ (_ : Filter.Tendsto f Filter.atTop Filter.atTop),      ∀ᶠ (n : ℕ) in Filter.atTop, ∃ m, m.Compositen + f n < mm < n + m.minFac
OpenStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page