erdős #285
Let be the minimal value of such that there exist withIs it true that
Worked, still open.
number theory · solved · formalized (Lean) · 0 attempts
use this record
vela registry pull vfr_37aec80d874a0239vela reproduce examples/erdos-problemsformal
AMS 5 11 · solved (literature)
theorem erdos_285 :
answer(True) ↔ ∀ᵉ (f : ℕ → ℕ)
(S : Set ℕ)
(hS : S = {k | ∃ (n : Fin k.succ → ℕ), StrictMono n ∧ 0 ∉ Set.range n ∧
1 = ∑ i, (1 : ℝ) / n i })
(h : ∀ k ∈ S,
IsLeast
{ n (Fin.last k) | (n : Fin k.succ → ℕ) (_ : StrictMono n) (_ : 0 ∉ Set.range n)
(_ : 1 = ∑ i, (1 : ℝ) / n i) }
(f k)),
∃ (o : ℕ → ℝ) (_ : o =o[atTop] (1 : ℕ → ℝ)),
∀ k ∈ S, f k = (1 + o k) * rexp 1 / (rexp 1 - 1) * (k + 1)formal-conjectures/285.lean ↗oeis
links
status
solved