Erdős problem 316
Is it true that if is a finite set with then there is a partition such that for ?
Sources
FormalConjectures/ErdosProblems/
316.lean
Retained formal statement
This is not true if is a multiset, for example .
∃ A, 0 ∉ A ∧ 1 ∉ A ∧ (Multiset.map (fun x => 1 / x) do let a ← A pure ↑a).sum < 2 ∧ ∀ (A₁ A₂ : Multiset ℕ), A = A₁ + A₂ → 1 ≤ (Multiset.map (fun x => 1 / x) do let a ← A₁ pure ↑a).sum ∨ 1 ≤ (Multiset.map (fun x => 1 / x) do let a ← A₂ pure ↑a).sumTextbookStatement only, no proof