Documentation

FormalConjectures.ErdosProblems.«298»

Erdős Problem 298 #

References:

theorem Erdos298.erdos_298 :
True ∀ (A : Set ), 0AA.HasPosDensity∃ (S : Finset ), S A nS, 1 / n = 1

Does every set $A \subseteq \mathbb{N}$ of positive density contain some finite $S \subset A$ such that $\sum_{n \in S} \frac{1}{n} = 1$?

The answer is yes, proved by Bloom [Bl21].

This was formalized in Lean 3 by Bloom and Mehta.

theorem Erdos298.erdos_298.variants.upper_density :
True ∀ (A : Set ), 0A0 < A.upperDensity∃ (S : Finset ), S A nS, 1 / n = 1

In [Bl21] it is proved under the weaker assumption that A only has positive upper density.