Erdős problem 392
Let denote the least value of such that with . Then
Sources
FormalConjectures/ErdosProblems/
392.lean
Retained formal statement
If we change the condition to it can be shown that
∀ (A : ℕ → ℕ), (∀ n > 0, IsLeast {x | ∃ t, ∃ (_ : ∃ a, n.factorial = ∏ i, a i ∧ Monotone a ∧ a (Fin.last t) ≤ n), t + 1 = x} (A n)) → (fun n => ↑(A n) - ↑n + ↑n / Real.log ↑n) =o[Filter.atTop] fun n => ↑n / Real.log ↑nSolvedStatement only, no proof