Erdős problem 296
Let and let be maximal such that there are disjoint with for all . Estimate . Is it true that ?
Sources
FormalConjectures/ErdosProblems/
296.lean
Retained formal statement
Let and let be maximal such that there are disjoint with for all . Estimate . Is it true that ?
Hunter and Sawhney observed that Bloom's theorem [Bl21], together with the greedy argument, gives .
(∀ (N k : ℕ), Erdos296.HasDisjointUnitDecomps N k → ↑k ≤ Erdos296.recipSum (Finset.Icc 1 N)) ∧ ∀ (ε : ℝ), 0 < ε → ε < 1 → ∀ᶠ (N : ℕ) in Filter.atTop, Erdos296.HasDisjointUnitDecomps N ⌊(1 - ε) * Real.log ↑N⌋₊