Documentation

FormalConjectures.ErdosProblems.«681»

Erdős Problem 681 #

Reference: erdosproblems.com/681

def Erdos681.IsLPF (p m : ) :

IsLPF p m says that p is the least prime factor of m.

Equations
Instances For
    theorem Erdos681.erdos_681 :
    sorry ∀ᶠ (n : ) in Filter.atTop, k > 0, (n + k).Composite ∀ (p : ), IsLPF p (n + k)p > k ^ 2

    Erdős problem 681. Is it true that for all large $n$ there exists $k$ such that $n + k$ is composite and $p(n+k) > k^2$, where $p(m)$ is the least prime factor of $m$ ?