Skip to content

Erdős problem 316

Is it true that if AN{1}A \subseteq \mathbb{N}\setminus\{1\} is a finite set with nA1n<2\sum_{n \in A} \frac{1}{n} < 2 then there is a partition A=A1A2A=A_1 \sqcup A_2 such that nAi1n<1\sum_{n \in A_i} \frac{1}{n} < 1 for i=1,2i=1,2?

Sources

Browse retained paths and inspect the exact material available for this Problem.

3 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

316.lean

Retained formal statement3 of 3

This is not true if AA is a multiset, for example 2,3,3,5,5,5,52,3,3,5,5,5,5.

FormalConjectures/ErdosProblems/316.leanErdos316.erdos_316.variants.multiset17 linesExact file
A,  0 ∉ A    1 ∉ A      (Multiset.map (fun x => 1 / x) do              let aA              purea).sum <          2 ∧        ∀ (AA₂ : Multiset ℕ),          A = A₁ + A₂ →            1 ≤                (Multiset.map (fun x => 1 / x) do                    let aA                    purea).sum              1 ≤                (Multiset.map (fun x => 1 / x) do                    let aA                    purea).sum
TextbookStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page