Erdős problem 447
How large can a union-free collection of subsets of be? By union-free we mean there are no solutions to with distinct . Perhaps even
Sources
FormalConjectures/ErdosProblems/
447.lean
Retained formal statement
How large can a union-free collection of subsets of be? By union-free we mean there are no solutions to with distinct . Perhaps even
Solved by Kleitman [Kl71], who proved
True ↔ ∃ c, c =o[Filter.atTop] 1 ∧ ∀ᶠ (n : ℕ) in Filter.atTop, ↑(Erdos447.maxUnionFree n) < (1 + c n) * ↑(n.choose (n / 2))