Erdős problem 205
Is it true that all sufficiently large can be written as for some , where ? (Here is the number of prime divisors of counted with multiplicity.)
Sources
FormalConjectures/ErdosProblems/
205.lean
Retained formal statement
Is it true that all sufficiently large can be written as for some , where ? (Here is the number of prime divisors of counted with multiplicity.) Or some more slowly growing function?
Barreto and Leeham, using ChatGPT and Aristotle, have proved a negative answer, which was quantified by Tao and Alexeev (see the comments).
False ↔ ∃ f, (f =o[Filter.atTop] fun m => Real.log (Real.log ↑m)) ∧ ∀ᶠ (n : ℕ) in Filter.atTop, Erdos205.IsRepresentable f nSolvedStatement only, no proof