Erdős problem 126
Let be maximal such that if has then has at least distinct prime factors. Is it true that ?
Sources
FormalConjectures/ErdosProblems/
126.lean
Retained formal statement
Erdős and Turán proved [ErTu34] in their first joint paper that
[ErTu34] Erdős, Paul and Turan, Paul, _On a Problem in the Elementary Theory of Numbers_. Amer. Math. Monthly (1934), 608-611.
∀ (f : ℕ → ℕ), Erdos126.IsMaximalAddFactorsCard f → ((fun n => Real.log ↑n) =O[Filter.atTop] fun n => ↑(f n)) ∧ (fun n => ↑(f n)) =O[Filter.atTop] fun n => ↑n / Real.log ↑nSolvedStatement only, no proof