Erdős problem 1061
For , is ? The preprint claims grows faster than for every fixed , ruling out the linear asymptotic.
Sources
FormalConjectures/ErdosProblems/
1061.lean
Retained formal statement
How many (ordered) solutions are there to σ(a) + σ(b) = σ(a + b) with a + b ≤ x? Is it true that this number is asymptotic to c * x for some constant c > 0?
True ↔ ∃ c, 0 < c ∧ Asymptotics.IsEquivalent Filter.atTop Erdos1061.S fun x => c * xOpenStatement only, no proof