Erdős problem 401
Is there some function such that as , such that, for infinitely many , there exist with such that ?
Sources
FormalConjectures/ErdosProblems/
401.lean
Retained formal statement
Is there some function such that as , such that, for infinitely many , there exist with such that ?
It is ambiguous in [ErGr80] what the intended quantifiers are on the variables (they write 'is it true that we can find ...'). Comparing to previous problems such as [728] and [729] it seems most likely that they intended to ask the formulation in the problem statement.
The answer is yes: Barreto and Leeham have used ChatGPT to provide a proof of the stated problem (in fact essentially the same construction as their solution to [729]).
True ↔ ∃ f, Filter.Tendsto f Filter.atTop Filter.atTop ∧ ∀ (r : ℕ), 1 ≤ r → {n | ∃ a₁ a₂, 0 < a₁ ∧ 0 < a₂ ∧ ↑a₁ + ↑a₂ > ↑n + f r * Real.log ↑n ∧ a₁.factorial * a₂.factorial ∣ n.factorial * (∏ i ∈ Finset.range r, Nat.nth Nat.Prime i) ^ n}.Infinite