Skip to content

Erdős problem 538

If each integer has at most rr representations m=pam = pa with pp prime and aA[1,N]a \in A \subseteq [1, N], what is the best upper bound for aA1/a\sum_{a \in A} 1/a? The candidate proof gives the matching order Θr(logN/loglogN)\Theta_r(\log N / \log\log N).

Sources

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

3 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

538.lean

Retained formal statement2 of 2

The reciprocal sum has matching order Θ_r(log N / loglog N): an explicit upper bound for every admissible A, together with a witnessing construction achieving the same order. This pins the order (up to the one iterated-logarithm factor) but not the sharp constant asked for in erdos_538.

FormalConjectures/ErdosProblems/538.leanErdos538.erdos_538.matching_order9 linesExact file
∀ (r N : ℕ),  2 ≤ r    2 ≤ N      (∀ (A : Finset ℕ),          Erdos538.Admissible r N A            Real.log (Real.log (↑N + 1)) * ↑(Erdos538.reciprocalMass A) ≤ 2 * ↑r * (1 + Real.log (↑N * ↑N))) ∧A,          Erdos538.Admissible r N A            Real.log (↑N + 1) ≤ 4 + 8192 * (↑(Nat.log 2 (Nat.log 2 N)) + 1) * ↑(Erdos538.reciprocalMass A)
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