Erdős problem 1054
Let be the minimal integer such that is the sum of the smallest divisors of for some . Show that is undefined at , i.e. we get the junk value .
Sources
FormalConjectures/ErdosProblems/
1054.lean
Retained formal statement
Let be the minimal integer such that is the sum of the smallest divisors of for some . Is it true that ?
sorry ↔ ∃ A, A.HasDensity 1 ∧ Filter.limsup (fun n => ↑(Erdos1054.f n) / ↑n) Filter.atTop = ⊤OpenStatement only, no proof