Erdős problem 295
Let denote the smallest such that there exists with
Sources
FormalConjectures/ErdosProblems/
295.lean
Retained formal statement
Helper lemma: for each , there exists and such that with .
∀ (N : ℕ), ∃ k n, (∀ (i : Fin k.succ), N ≤ n i) ∧ StrictMono n ∧ ∑ i, 1 / ↑(n i) = 1TextbookStatement only, no proof