erdős #392
Let denote the least value of such thatwith . Is it true that
Worked, still open.
number theory · solved · possible · formalized (Lean) · 0 attempts
use this record
vela registry pull vfr_37aec80d874a0239vela reproduce examples/erdos-problemsformal
AMS 11 · solved (literature)
theorem erdos_392 (A : ℕ → ℕ) (h : ∀ n > 0,
IsLeast { t + 1 | (t) (_ : ∃ a : Fin (t + 1) → ℕ, (n)! = ∏ i, a i ∧
Monotone a ∧ a (Fin.last t) ≤ n ^ 2) } (A n)) :
((fun (n : ℕ) => (A n - n / 2 + n / (2 * Real.log n) : ℝ)) =o[atTop] fun n => n / Real.log n)formal-conjectures/392.lean ↗status
solved