Erdős problem 285
Let be the minimal value of such that there exist with Is it true that
Sources
FormalConjectures/ErdosProblems/
285.lean
Retained formal statement
Let be the minimal value of such that there exist with Is it true that
Proved by Martin [Ma00].
[Ma00] Martin, Greg, _Denser Egyptian fractions_. Acta Arith. (2000), 231-260.
True ↔ ∀ (f : ℕ → ℕ) (S : Set ℕ), S = {k | ∃ n, StrictMono n ∧ 0 ∉ Set.range n ∧ 1 = ∑ i, 1 / ↑(n i)} → (∀ k ∈ S, IsLeast {x | ∃ n, ∃ (_ : StrictMono n) (_ : 0 ∉ Set.range n) (_ : 1 = ∑ i, 1 / ↑(n i)), n (Fin.last k) = x} (f k)) → ∃ o, ∃ (_ : o =o[Filter.atTop] 1), ∀ k ∈ S, ↑(f k) = (1 + o k) * Real.exp 1 / (Real.exp 1 - 1) * (↑k + 1)SolvedStatement only, no proof