Documentation

FormalConjectures.ErdosProblems.«312»

theorem Erdos312.erdos_312 :
(∃ (c : ), 0 < c ∀ (K : ), 1 < K∃ (N₀ : ), ∀ (n : ) (a : Fin n), n N₀ i : Fin n, (↑(a i))⁻¹ > K∃ (S : Finset (Fin n)), 1 - Real.exp (-(c * K)) < iS, (↑(a i))⁻¹ iS, (↑(a i))⁻¹ 1) sorry

Does there exist a constant c > 0 such that, for any K > 1, whenever A is a sufficiently large finite multiset of integers with ∑ n ∈ A, 1/n > K there exists some S ⊆ A such that 1 - exp (-(c*K)) < ∑ n ∈ S, 1/n ≤ 1?