Erdős problem 950
This function was considered by de Bruijn, Erdős, and Turán, who showed that . They gave no proofs, but a proof of the (harder) second claim is given by Gorodetsky here [mathoverflow/508491].
Sources
FormalConjectures/ErdosProblems/
950.lean
Retained formal statement
This function was considered by de Bruijn, Erdős, and Turán, who showed that . They gave no proofs, but a proof of the (harder) second claim is given by Gorodetsky here [mathoverflow/508491].
(Asymptotics.IsEquivalent Filter.atTop (fun x => ∑ n ∈ Finset.range x, Erdos950.f n) fun x => ↑x) ∧ Asymptotics.IsEquivalent Filter.atTop (fun x => ∑ n ∈ Finset.range x, Erdos950.f n ^ 2) fun x => ↑xSolvedStatement only, no proof