Skip to content

Erdős problem 296

Let N1N\geq 1 and let k(N)k(N) be maximal such that there are kk disjoint A1,,Ak{1,,N}A_1,\ldots,A_k\subseteq \{1,\ldots,N\} with nAi1n=1\sum_{n\in A_i}\frac{1}{n}=1 for all ii. Estimate k(N)k(N). Is it true that k(N)=o(logN)k(N)=o(\log N)?

Sources

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

1 retained statement2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

296.lean

Retained formal statement1 of 1

Let N1N\geq 1 and let k(N)k(N) be maximal such that there are kk disjoint A1,,Ak{1,,N}A_1,\ldots,A_k\subseteq \{1,\ldots,N\} with nAi1n=1\sum_{n\in A_i}\frac{1}{n}=1 for all ii. Estimate k(N)k(N). Is it true that k(N)=o(logN)k(N)=o(\log N)?

Hunter and Sawhney observed that Bloom's theorem [Bl21], together with the greedy argument, gives k(N)=(1o(1))logNk(N)=(1-o(1))\log N.

FormalConjectures/ErdosProblems/296.leanErdos296.erdos_2962 linesExact file
(∀ (N k : ℕ), Erdos296.HasDisjointUnitDecomps N k → ↑kErdos296.recipSum (Finset.Icc 1 N)) ∧  ∀ (ε : ℝ), 0 < ε → ε < 1 → ∀ᶠ (N : ℕ) in Filter.atTop, Erdos296.HasDisjointUnitDecomps N ⌊(1 - ε) * Real.logN⌋₊
SolvedProof has a holelean4external proof

The proof uses `sorry`: part of the argument is written but not proved. Lean accepts the file; it does not accept the theorem.

Search problems.science

Find a Problem, Result, source, or page