Erdős problem 350
If A ⊂ ℕ is a finite set of integers all of whose subset sums are distinct then ∑ n ∈ A, 1/n < 2. Proved by Ryavec.
Sources
FormalConjectures/ErdosProblems/
350.lean
Retained formal statement
Small sanity check: the two predicates are saying the same thing.
∀ {M : Type u_1} [inst : AddCommMonoid M] [inst_1 : DecidableEq M] (A : Finset M), Erdos350.DistinctSubsetSums ↑A ↔ Erdos350.DecidableDistinctSubsetSums AAPIStatement only, no proof