Erdős problem 789
Let be maximal such that if with then there is with such that if with then .
Sources
FormalConjectures/ErdosProblems/
789.lean
Retained formal statement
By the solved variant erdos_789.variants.cube_root_linearithmic_isBigO, in order to prove erdos_789.variants.cube_root_linarithmic it suffices to show .
(fun n => ↑(Erdos789.subsetSumThreshold n)) =O[Filter.atTop] fun n => (↑n * Real.log ↑n) ^ (1 / 3)OpenStatement only, no proof